place for final commands -- nfs mounts
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? Thank you, James
James D. Parra 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 ?
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?
Thank you,
James
/etc/fstab (this should be one line. Wretched word wrapping.) servernamehere:/remote/path/here /local/mntpoint/here nfs auto,rw,hard,intr,rsize=8192,wsize=8192,nolock,user 0 0 Make sure you choose your options wisely, mine might not be the best for everyone. -JW -- ---------------------------------------------------- Jonathan Wilson Cedar Creek Software http://www.cedarcreeksoftware.com
participants (3)
-
James D. Parra
-
James Knott
-
JW