[SPBLinux-user] Mounting drives at boot
Brought to you by:
spblinux
From: Matt S. <mcs...@sa...> - 2004-09-06 12:29:30
|
I have a nicely running spblinux install, but I've hit a bit of a snag. I have an addon with the following in the rc_addon.ini: mkdir /zroot mount -t ext3 /dev/hda3 /zroot mount -t ext2 /dev/hda1 /zroot/boot When the system boots, it clearly notes that it is mounting the ext3 partition because I get a message stating the journalling has been started, however by the end of the boot sequence the zroot directory still exists but the partition has been mysteriously unmounted without any apparent information. Can anyone recommend a way of getting drive mounts during boot to "stick" or tell me why my mounting is being cancelled? Thanks in advance, Matt. |