[clue] stale nfs mounts

Quentin Hartman qhartman at gmail.com
Mon Oct 14 11:24:18 MDT 2013


Note that the NFS mounts might be stuck if they were not mounted with the
"intr" option. If that's the case, you might have to reboot.

Personally, I prefer the fstab method for my nfs stuff. I haven't found
that autofs buys me much for my uses except another moving part to debug...

I've found that some variation of the following mount options to
consistently give performant and usable NFS mounts on my Linux boxes:

intr,nolock,noatime,tcp,async,rsize=32768,wsize=32768

YMMV, but these will probably start as a good starting point. Once I came
to these, pretty much all my NFS-related headaches went away.

QH


On Mon, Oct 14, 2013 at 11:19 AM, David L. Willson <DLWillson at thegeek.nu>wrote:

> +1 for autofs
>
> static mounts of network file-systems from /etc/fstab suck
>
> autofs keeps the system clean and tidy
>
> --
> David L. Willson
> Teacher, Engineer, Evangelist
> RHCE+Satellite CCAH Network+ A+ Linux+ LPIC-1 UbuntuCP NovellCLA
> Mobile 720-333-LANS(5267)
>
> This is a good time for a r3VOLution.
>
> ------------------------------
>
> You can unmount it and remount it to avoid the reboot.  I'd suggest
> looking to autofs - it'll mount your device/partition on demand (as
> requested, automatically) and unmount when unused therefore avoiding the
> mount going stale.
>
>
> On Mon, Oct 14, 2013 at 7:23 AM, Mike Bean <beandaemon at gmail.com> wrote:
>
>> We seem to be developing an impressive array of problems with stale nfs
>> mounts; what research I've been doing suggests mostly just rebooting the
>> box.   Is there a better way that has escaped my efforts?
>>
>> Mike Bean
>>
>> _______________________________________________
>> clue mailing list: clue at cluedenver.org
>> For information, account preferences, or to unsubscribe see:
>> http://cluedenver.org/mailman/listinfo/clue
>>
>
>
> _______________________________________________
> clue mailing list: clue at cluedenver.org
> For information, account preferences, or to unsubscribe see:
> http://cluedenver.org/mailman/listinfo/clue
>
>
>
> _______________________________________________
> clue mailing list: clue at cluedenver.org
> For information, account preferences, or to unsubscribe see:
> http://cluedenver.org/mailman/listinfo/clue
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cluedenver.org/pipermail/clue/attachments/20131014/d0646cf9/attachment-0001.html 


More information about the clue mailing list