Post your fstab. You should be able to set the "auto" mount option to force automatic mounting at startup (when the system runs "mount -a" to start filesystems from fstab)
Be aware that if the nfs mount is unavailable, the system won't boot. On Fri, Oct 26, 2001 at 12:20:30PM -0500, Dustin Puryear wrote: > I have an application that starts at system start that runs off an NFS > mount. Now, I've found that NFS filesystems are not mounted at system start, > even if they are in /etc/fstab. I read somewhere that this is because of the > order in which network services are generally started. > > Obviously, if the NFS filesystem is not mounted the application will not > start. > > What is the fix for this? Putting: > > /bin/mount -a -t nfs > > Or even: > > /bin/mount /mnt/nfs-fs > > In /etc/rc.d/rc.local won't help because rc.local runs after most other > start-up scripts. But perhaps I'm wrong about rc.local not being helpful. > > Any ideas? > > Regards, Dustin > > --- > Dustin Puryear <[EMAIL PROTECTED]> > http://members.telocity.com/~dpuryear > In the beginning the Universe was created. > This has been widely regarded as a bad move. - Douglas Adams > > > ================================================ > BRLUG - The Baton Rouge Linux User Group > Visit http://www.brlug.net for more information. > Send email to [EMAIL PROTECTED] to change > your subscription information. > ================================================ -- Scott Harney<[EMAIL PROTECTED]> PGP Key fingerprint = 6D 31 C3 00 77 8C D1 C2 59 0A 01 E3 AF 81 94 63 ================================================ BRLUG - The Baton Rouge Linux User Group Visit http://www.brlug.net for more information. Send email to [EMAIL PROTECTED] to change your subscription information. ================================================
