On 14 May 2003, Philip A. Chapman wrote: > On Wed, 2003-05-14 at 17:38, djh wrote: > > > (from rc.sysinit:) > > action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs -O no_netdev > > It only knows what is a network filesystem because of the _netdev option > in fstab. (see the -O no_netdev command line argument in the above) Also note that the mount command is ~not~ mounting nfs, smbfs, and ncpfs filesystems. (it seems that Coda/AFS users might run into problems if they don't add _netdev in fstab) > That was the point of my previous post. However, I was unaware of the > bug you referenced, so perhaps my assumption that the original poster > did not have _netdev in the options portion of his fstab entry for the > smb mount points was incorrect. I didn't have netdev in fstab, and my smb/nfs filesystems did not get mounted until the netfs service starts. (of course I have now removed the smb entries because of that annoying glibc bug) David.