HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NFS problem
Operating System - Linux
1827682
Members
3428
Online
109967
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 11:11 AM
11-10-2005 11:11 AM
Red Hat Enterprise Linux 4 Update 2.
I wanto to mount a NFS filesystem but I get an error:
[root@dev ~]# mount monitor:/ora /sw
mount: monitor:/ora failed, reason given by server: Permission denied
Server which has the NFS origin filesystem has portmap, nfs and nfslock services running.
/etc/exports has the following:
/ora dev(rw,sync)
I ran the exportfs -a after configure /etc/exports.
Any idea about the source of my problem?
I wanto to mount a NFS filesystem but I get an error:
[root@dev ~]# mount monitor:/ora /sw
mount: monitor:/ora failed, reason given by server: Permission denied
Server which has the NFS origin filesystem has portmap, nfs and nfslock services running.
/etc/exports has the following:
/ora dev(rw,sync)
I ran the exportfs -a after configure /etc/exports.
Any idea about the source of my problem?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 12:20 PM
11-10-2005 12:20 PM
Solution
Hi
If you did not have the folloiwng entry in your /etc/fstab file
monitor:/ora /sw nfs xxxx
then you need to tell mount command that you are mounting a nfs filesystem.
[root@dev ~]# mount -f nfs monitor:/ora /sw
if you get the same error message try the following.
Login "monitor" the
# showmount -e
then you will see a list of all filesystems being exported.
/ora should be on the list and should be accessible by "dev"
thanks
Nan
If you did not have the folloiwng entry in your /etc/fstab file
monitor:/ora /sw nfs xxxx
then you need to tell mount command that you are mounting a nfs filesystem.
[root@dev ~]# mount -f nfs monitor:/ora /sw
if you get the same error message try the following.
Login "monitor" the
# showmount -e
then you will see a list of all filesystems being exported.
/ora should be on the list and should be accessible by "dev"
thanks
Nan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 01:21 PM
11-10-2005 01:21 PM
Re: NFS problem
Nop, I would not want to mount the NFS at server start.
My real problem was that the hosts entry for the server that was allowed to acces NFS was wrong. It is running right now.
My real problem was that the hosts entry for the server that was allowed to acces NFS was wrong. It is running right now.
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.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP