24 Feb
2005
24 Feb
'05
00:26
James wrote:
Hello,
I have an issue where after a reboot the nfs mounts aren't mounted even though they are supposed to be permanent. To get around that I want to execute the mount command after everything is loaded during boot up, but before the login prompt. I tried boot.local, but that didn't work. Any ideas?
What's in /etc/fstab ? -- alpha:/data/home /home nfs suid,dev,exec 0 0 -- The real problem is that the nfs mount doesn't survive a reboot. Therefore, I want to issue a "mount /home" (/home being the nfs mount point) to mount the nfs mount after the boot up process, but before a login prompt is presented. Thanks, James