Operating System - Linux
1752647 Members
5568 Online
108788 Solutions
New Discussion юеВ

Re: How to mount Net Apps Filer share (NFS) in Linux

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

How to mount Net Apps Filer share (NFS) in Linux

Hi All,

We have Net Apps Filer and we have some share folders with in that. we can access that share thru samba (for windows) and NFS (for Linux).

Authorized users only can access that share.

We are able to access from windows through samba.

But we are not able to mount the shares from Linux through NFS, it is throwing the error message like "permission denied".

How to mention the NFS share's authorized username and password during mount.

Ex: i used following command, but i got permission denied error messags.

# mount -t nfs filer1:/data /data

How to solve this.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: How to mount Net Apps Filer share (NFS) in Linux

Shalom,

Normally an NIS or LDAP master server is set up, gets rights to the netapp and manages user/system permissions.

http://www.cs.fiu.edu/~tho01/psg/netapp.html

http://docs.sun.com/app/docs/doc/819-2971/6n57mi2d2?a=view


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sivakumar MJ._1
Respected Contributor

Re: How to mount Net Apps Filer share (NFS) in Linux

Senthil, Can you share the /etc/exports file..

The /etc/exports file should be on the NFS Server.

try this..
Disable the firewalls if any and then try the nfs mount command.

#mkdir /mnt/data
#mount ├в t nfs :/mnt/share /mnt/data
#ls /mnt/data