moving /homeForum: HD Install Topic: moving /home started by: numknuf Posted by numknuf on May 07 2004,19:49
I've tried moving /home to another partition but every time I reboot I have to manually mount the partition as /home. I've added this to the fstab file:/dev/hdc3 /home ext2 defaults 0 2 (and variants) but still no luck.:( If I do mount -a everything works fine untill the next boot. Is there something I'm missing? Posted by roberts on May 07 2004,22:22
You can add your mount command to /opt/bootlocal.sh
Posted by numknuf on May 08 2004,09:26
Thanks.That did the trick. Can I use that file to automatically start the ssh server? Or is that done elsewhere? Posted by CappyCaffeine on May 09 2004,01:09
the /opt/bootlocal.sh works just like an autoexec.bat in the DOS world.just put a & at the end of each line. mine loads inetd, monkey, betaftpd, and sshd. Cappy Posted by roberts on May 09 2004,01:10
Yes, that is the file to start "system wide" sevices, mounts, etc.
|