Mailinglist Archive: opensuse-bugs (4067 mails)
| < Previous | Next > |
[Bug 681106] user can't unmount the nfs share that he has successfully mounted.
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 16 Aug 2011 10:20:06 +0000
- Message-id: <20110816102006.12C22245523@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=681106
https://bugzilla.novell.com/show_bug.cgi?id=681106#c6
Petr Uzel <puzel@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|puzel@xxxxxxxxxx |nfbrown@xxxxxxxxxx
--- Comment #6 from Petr Uzel <puzel@xxxxxxxxxx> 2011-08-16 10:20:04 UTC ---
This seems to be the result of using non-writable /etc/mtab by default since
11.4. Before, in times when mtab was writable regular file, mount used it to
store info about which user the mountpoint belongs to. With read-only mtab,
mount(8) stores this information into /dev/.mount/utab. However, this
unfortunately does not work with older (u)mount helpers, such as (u)mount.nfs.
The solution is to update nfs-utils to latest version which has support for
libmount and build it with --enable-libmount-mount.
Neil, could you please have a look into this?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |