[Bug 1167079] /etc/fstab automounts stop working after suspend
http://bugzilla.opensuse.org/show_bug.cgi?id=1167079 http://bugzilla.opensuse.org/show_bug.cgi?id=1167079#c23 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(jslaby@suse.com) --- Comment #23 from Dr. Werner Fink <werner@suse.com> --- (In reply to Jiri Slaby from comment #18)
That would be SR#784407. And it says:
- Modify nfs script (boo#1164642) * Also mount nfs4 shares * Ignore nfs or nfs4 shares in case if the noauto option is set
And it does:
- # Only unmount it when the type is nfs - if [ "$FS_TYPE" == "nfs" ]; then + # Only unmount it when the type is nfs or nfs4 + if [ "$FS_TYPE" == "nfs" -o "$FS_TYPE" == "nfs4" ]; then
Oh man!
What `Oh man!` ? ... I've here nfs and nfs4 shares from several NAS and all are marked as `noauto` and `user` in /etc/fstab on my laptop .... why the heck those are mountend by Network-Manager? And why are the nfs4 share not known? And at shutdown all remote mojnts should be unmounted before network goes down. Also why had the maintainer email list not react on the bug boo#1164642 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com