how do I un-automate /etc/fstab creation?Forum: HD Install Topic: how do I un-automate /etc/fstab creation? started by: prayforwind Posted by prayforwind on Aug. 19 2005,14:39
I want to put something like:/dev/hda6 /home ext2 defaults 1 2 in /etc/fstab and have it not get overwritten next boot. In other words I want to edit /etc/fstab myself and keep those changes, disabling the auto-detect of partitions. How & where? DSL rocks BTW Posted by ke4nt1 on Aug. 19 2005,15:09
For a frugal/pendrive/liveCD type install,you could add the boot option ' home=hda6 ' at boottime.. But, it will add a user /dsl directory to it automatically, if one doesn't already exist. That will use the existing home you have on hda6. For a HDInstall, you may have to play with the knoppix autodetection config, to avoid redetecting and rewriting fstab parameters.. There is a thread here in the forums discussing this technique.. 73 ke4nt Posted by roberts on Aug. 19 2005,17:04
To skip fstab creation use the boot option nofstabWhere you put that depends on the install type, lilo, grub, isolinux,syslinux, etc. |