Mailinglist Archive: opensuse (3572 mails)

< Previous Next >
RE: [opensuse] NFS, openSUSE 10.0 and 10.3
  • From: "Marlier, Ian" <ian.marlier@xxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 15 Feb 2008 14:34:53 -0500
  • Message-id: <9B8B09C5DFECE747B5A0C8ABE9198A4A8F27@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>


-----Original Message-----
From: Roger Oberholtzer [mailto:roger@xxxxxx]
Sent: Friday, February 15, 2008 10:07 AM
To: opensuse
Subject: [opensuse] NFS, openSUSE 10.0 and 10.3

Hello

I have encountered an unexpected problem with the nfs client
on openSUSE
10.3. Even as root, I cannot mount an NFS share from a 10.0
system on a
10.3 client. I have searched the archives and do not see this
problem. I
have seen reports of mounts not happening at boot or of non-root users
not being able to mount things. This is not what I am experiencing.

I can mount between two 10.3 systems. Or between two 10.0
systems. And,
10.0 can mount from a 10.3 system. Only mounting on a 10.3
client system
from a 10.0 server fails.

I have the things exported on the 10.0 server as:

/home *(rw,no_root_squash,sync)

On the 10.0 server, I see this in /var/log/messages:

rpc.mountd: authenticated mount request from vmic1.pacific:761
for /home (/home)

No complaints. However, on the 10.3 client, I get:

# mount -t nfs 10.1.6.131:/home /tmp/qqq

mount: 10.1.6.131:/home failed, reason given by server:
Permission
denied


Use -o nolock:
mount -t nfs -o nolock nfsserver:/path/to/share /mnt

Let us know if that works...
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References