OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: ShiroiKuma on November 16, 2006, 10:29:39 am
-
I've messed with my Z, so had to reinstall.
My hdd3 is ext3 formatted, I've changed the /root/etc/rc.d/rc.rofilesys so that it mounts it as ext3 not fat.
But it doesn't get automounted on boot. If I
sudo mount /dev/hda3 /hdd3
it works, but how to make it automount?
I'm sure I didn't have it in /etc/fstab before.
-
OK. Got it.
Edit /sbin/hddmount as well, forgot that.
-
I changed the ownership of /hdd1, /hdd2 and /hdd3 to zaurus, group qpe, so that the files could inherit the ownership and thus the directories would be automatically writable by user zaurus
To do so, I had to remount / as rewritable ("mount -o remount,rw /"), "chown zaurus:qpe /hdd*", "mount -o remount,ro,noatime,ro /") or some such similar thing.