http://bugzilla.novell.com/show_bug.cgi?id=559021 http://bugzilla.novell.com/show_bug.cgi?id=559021#c10 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|jnelson-suse@jamponi.net | --- Comment #10 from Jon Nelson <jnelson-suse@jamponi.net> 2010-07-22 12:47:30 UTC --- NOTE: /bin/umount -alt nfs,nfs4 is actually still insufficiently granular, as it still unmounts all (nfs,nfs4) filesystems regardless of how they were mounted (/etc/fstab or manually). Ideally this would work: /bin/umount -alt nfs,nfs4 -O auto but, much to my surprise, filesystems listed in /etc/fstab that do not have noauto do not implicitly get an 'auto' option. Sigh. THis, too, is wrong (IMO). The procedure I *was* going to use is the following, but it doesn't work. 0. have NFS_START_SERVICES="yes" in /etc/sysconfig/nfs 1. Have nothing in /etc/fstab for NFS 2. Run /etc/init.d/nfs start (to prepare for step 3) 3. *manually* mount an NFS filesystem 4. Using network manager (nm-applet, knetworkmanager, whatever) force a new connection. Observe: the manually mounted filesystem is no longer mounted Now, make the change Neil Brown and I suggest above, which is in Comment #7, and repeat steps 3 and 4. Observe: The filesystem remains mounted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.