NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Etch not mount nfs on startupI recently noticed one of my systems failing to load nfs from the fstab on startup. It was due to the locking system the script uses, creating a /var/run/network/mountnfs. The directory got stuck there not removed by the script. a simple rm /var/run/network/mountnfs -rf fixed it. |
Etch not mount nfs on
My NFS share was mounting automatically for ages, but I guess some aptitude hanky-panky must have knocked it off the rails. Thanks for the tip because it worked like a charm, and now I'm back on track. Cheers!