View Single Post
Old 09-20-2013, 02:23 PM   #31
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
was able to make it work by running the mkdir and cp commands by hand in kterm..
those 3 tiny buttons now have unclipped characters..

but something weird happening..

i had earlier followed some post here to change home from /tmp/root to /home/root

now running
Code:
echo $HOME
or
Code:
echo ~
still gives
Code:
/tmp/root
as the output..

but.. doing a
Code:
mntroot ro
or a
Code:
mntroot rw
is not affecting /tmp/root.. it's affecting /home/root..

so.. i did:
  1. Code:
    mntroot rw
  2. Code:
    mkdir -p /home/root/.config/galculator
  3. Code:
    cp /mnt/us/extensions/galculator/.config/galculator/galculator.conf /home/root/.config/galculator/galculator.conf

which works.. but should i leave root fs in rw mode..

would like our experts' explanation for above behaviour..
nasser is offline   Reply With Quote