Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- System Administration
- >
- How to mount Net Apps Filer share (NFS) in Linux
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-10-2009 09:24 AM
07-10-2009 09:24 AM
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.
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.
Solved! Go to Solution.
2 REPLIES
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-12-2009 11:11 PM
07-12-2009 11:11 PM
Solution
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
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-13-2009 12:43 AM
07-13-2009 12:43 AM
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
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
#ls /mnt/data
For HP Online Case Logging-->http://support.openview.hp.com/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP