Mailinglist Archive: opensuse-bugs (13385 mails)
| < Previous | Next > |
[Bug 304318] "user" and "users" options in fstab do not work for nfs mounts
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 7 Oct 2007 15:22:42 -0600 (MDT)
- Message-id: <20071007212242.6F293CC7AD@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304318#c10
Torsten Hallmann <torsten.hallmann@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|torsten.hallmann@xxxxxxxxxx
--- Comment #10 from Torsten Hallmann <torsten.hallmann@xxxxxxxxxx> 2007-10-07
15:22:41 MST ---
Following your proposal to use setuid, leads to the following message:
saurus@rohan:/mnt> l /sbin/mount.nfs
-rwsr-xr-x 1 root root 52204 22. Sep 02:59 /sbin/mount.nfs*
saurus@rohan:~> mount /mnt/mpgs/
mount.nfs: rpc.statd is not running but is required for remote locking
Either use "-o nolocks" to keep locks local, or start statd.
saurus@rohan:~> mount -o nolocks /mnt/mpgs/
mount: Nur „root“ kann dies tun
saurus@rohan:~>
Okay, lets se what happens when we put nolocks into the fstab:
saurus@rohan:/mnt> cat /etc/fstab | grep mpgs
barad-dur:/mnt/mpgs /mnt/mpgs nfs
auto,user,nolocks 1 2
saurus@rohan:/mnt> mount /mnt/mpgs
Unsupported nfs mount option: nolocks
saurus@rohan:~>
Any suggestions for working around?
--
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.
Torsten Hallmann <torsten.hallmann@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|torsten.hallmann@xxxxxxxxxx
--- Comment #10 from Torsten Hallmann <torsten.hallmann@xxxxxxxxxx> 2007-10-07
15:22:41 MST ---
Following your proposal to use setuid, leads to the following message:
saurus@rohan:/mnt> l /sbin/mount.nfs
-rwsr-xr-x 1 root root 52204 22. Sep 02:59 /sbin/mount.nfs*
saurus@rohan:~> mount /mnt/mpgs/
mount.nfs: rpc.statd is not running but is required for remote locking
Either use "-o nolocks" to keep locks local, or start statd.
saurus@rohan:~> mount -o nolocks /mnt/mpgs/
mount: Nur „root“ kann dies tun
saurus@rohan:~>
Okay, lets se what happens when we put nolocks into the fstab:
saurus@rohan:/mnt> cat /etc/fstab | grep mpgs
barad-dur:/mnt/mpgs /mnt/mpgs nfs
auto,user,nolocks 1 2
saurus@rohan:/mnt> mount /mnt/mpgs
Unsupported nfs mount option: nolocks
saurus@rohan:~>
Any suggestions for working around?
--
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 > |