- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "permission denied" error when trying to mount...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
09-27-2001 07:03 AM
09-27-2001 07:03 AM
"permission denied" error when trying to mount an NFS filesystem
Does anyone have any ideas as to why this would be? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 07:06 AM
09-27-2001 07:06 AM
Re: "permission denied" error when trying to mount an NFS filesystem
check /etc/exports at the NFS server and run
exportfs -a
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 07:23 AM
09-27-2001 07:23 AM
Re: "permission denied" error when trying to mount an NFS filesystem
ran exportfs -a
tried to mount the filesystem again. The error is now
nfs mount: mount_nfs: mount: /pmsprod: Device busy
I ran fuser -fu on the remote server for that filesystem but it doesn't show anyone using it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 07:30 AM
09-27-2001 07:30 AM
Re: "permission denied" error when trying to mount an NFS filesystem
Try unmount /pmsprod and then mounting it again.
Also you could try fuser as follows:
fuser nfsserver:[exported filesystem]
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 07:48 AM
09-27-2001 07:48 AM
Re: "permission denied" error when trying to mount an NFS filesystem
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 08:18 AM
09-27-2001 08:18 AM
Re: "permission denied" error when trying to mount an NFS filesystem
I killed them and tried to mount it again, et voila!