1840598 Members
4041 Online
110166 Solutions
New Discussion

mount linux client.

 
???_185
Regular Advisor

mount linux client.

The nfs server is rx7620 and nfs client is linux system.
I was looking for the way make nfs client mount. is it right make that? and is there any consideration when it make nfs with linux?
# /etc/init.d/nfslock start
# mount -t nfs NFS-server:/export/ftp/pub /usr/local/pub
# cat /etc/fstab
NFS-SERVER:/export/ftp/pub /usr/local/pub nfs defaults
7 REPLIES 7
RAC_1
Honored Contributor

Re: mount linux client.

Are nfs versions same on nfs server and nfs client?? Same protocol used??

did you get any error??
There is no substitute to HARDWORK
???_185
Regular Advisor

Re: mount linux client.

could you inform mr of the difference like this sentences.
/devdb04 -anon=65534,access=devdb
/cdr_handy -anon=0,access=handy
what does these 65534 and 0 have difference?
Muthukumar_5
Honored Contributor

Re: mount linux client.

65534 and 0 are used as User ID with -anon option. 0 is for root user.

Root users (user ID 0) are always treated as user
unknown by the NFS server unless they are included in
the root option with exportfs.

If a request comes from an unknown user, use 65534 as the
effective user ID.

-Muthu
Easy to suggest when don't know about the problem!
???_185
Regular Advisor

Re: mount linux client.

you mean annon=0 is treated as unkown user, not root user.
so,If it have to treated as root user, it have to be configured as root=hostA ?
Arunvijai_4
Honored Contributor

Re: mount linux client.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-nfs-client-config.html

This may be helpful.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Dave Olker
Neighborhood Moderator

Re: mount linux client.

Yes an rx7620 can be an NFS server for Linux clients. I do this all the time on my systems here in California.

Are you not able to get this working? If not, please specify exactly what steps you're taking and exactly what error messages you're getting.

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
???_185
Regular Advisor

Re: mount linux client.

the error is RPC:connection refused.
solved this problem as I isert without any option in /etc/exports.
Thanks Regard