RE: [opensuse] NFS, openSUSE 10.0 and 10.3



On Fri, 2008-02-15 at 14:34 -0500, Marlier, Ian wrote:

-----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...

Nope. You were right rpc.statd is not running on the 10.3 client. I also
tried running it on the client (started by hand with the command:
rpc.statd). That made no difference. Could there be something like this
missing on the 10.0 server?

--
Roger Oberholtzer

OPQ Systems / Ramböll RST

Ramböll Sverige AB
Kapellgränd 7
P.O. Box 4205
SE-102 65 Stockholm, Sweden

Office: Int +46 8-615 60 20
Mobile: Int +46 70-815 1696

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: nfs and virtual interfaces
    ... ISTR that Sun NFS requires the A and PTR to match up (kind of like ... The only side doing authentication is the server, not the client. ... I've tested the above mount. ...
    (comp.unix.solaris)
  • Re: NFS UDP mounts on RELENG_6?
    ... >> afterwards the access to the filesystem on the client stalls. ... >> as I mount the FS with a TCP mount everything works as expected. ... >> The mounts worked fine on UDP when the server was 5.4-STABLE. ... > I just copied some files from a NFS Server running ...
    (freebsd-stable)
  • Re: NFS Not Mounting at Boot
    ... source dest nfs auto,noac... ... both client and server are Debian systems ... It's not that nfs won't mount at all; it just won't mount on boot. ...
    (Debian-User)
  • NFS stopped working all of a sudden
    ... my nfs connection stopped working. ... My nfs server is a debian testing machine and the client ... and then on the client machine, do a mount again, i.e. ...
    (comp.os.linux.networking)
  • RE: [opensuse] NFS, openSUSE 10.0 and 10.3
    ... [opensuse] NFS, openSUSE 10.0 and 10.3 ... I have encountered an unexpected problem with the nfs client ... I cannot mount an NFS share from a 10.0 ...
    (SuSE)