Quote:
Originally Posted by pazos
Ken you should type:
mount -o remount,rw /mnt/sd
instead of
mount -o remount,rw /
Sdcard is mounted on /mnt/sd, you are mounting rootfs as rw (which is the default behaviour)
To look for changes please use:
mount | grep /mnt
|
I did actually, in fact I tried a number of arguments, including the mount point.
It looks like a better way has been found, and I am about to try it.
Luck;
Ken