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

Title: Automounting Hdd3 At Boot
Post 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.
Title: Automounting Hdd3 At Boot
Post by: ShiroiKuma on November 16, 2006, 11:05:12 am
OK. Got it.

Edit /sbin/hddmount as well, forgot that.
Title: Automounting Hdd3 At Boot
Post by: speculatrix on November 19, 2006, 04:03:36 pm
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.