- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to umount NFS file system
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
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
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
тАО01-13-2004 11:01 PM
тАО01-13-2004 11:01 PM
I'm trying to umount a NFS file system, and it returns "not mounted", but it shows in bfd and when I try to mount it again I get the error message "... is already mounted on...".
I already tried stopping and starting nfs.client, but got the same results. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:03 PM
тАО01-13-2004 11:03 PM
Re: Unable to umount NFS file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:13 PM
тАО01-13-2004 11:13 PM
Re: Unable to umount NFS file system
Please check the any user using the file system
fuser -cu /<
if it is there then pls kill
fuser -ku /<
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:13 PM
тАО01-13-2004 11:13 PM
Re: Unable to umount NFS file system
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:19 PM
тАО01-13-2004 11:19 PM
Re: Unable to umount NFS file system
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.69/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:24 PM
тАО01-13-2004 11:24 PM
Re: Unable to umount NFS file system
a)automounter , some of your processes is trying to access this directory constantly?
b)run from NFS server 'showmount' check that
client is not listed there.If it does - it's mounted (or pretends to look mounted :)
c)if not, try removing /etc/mnttab , run mount -v and bdf.
And by the way is everything ok with NFS server? (run 'rpcinfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:30 PM
тАО01-13-2004 11:30 PM
Re: Unable to umount NFS file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 11:32 PM
тАО01-13-2004 11:32 PM
Re: Unable to umount NFS file system
Well, fuser shows no one, I'll try installing lsof.
The NFS server shows this file system mounted on this client. There are other file systems from the same NFS server mounted on this client, and they are all ok.
rpcinfo
Any more ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:24 AM
тАО01-14-2004 01:24 AM
SolutionOne trick that works, but you must be FAST!, is to rm /etc/mnttab or delete the entry for the mountpoint from /etc/mnttab
This will allow you a 10 second window or so to umount it... but comment out of /etc/fstab first...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:43 AM
тАО01-14-2004 01:43 AM
Re: Unable to umount NFS file system
I was fast and then able to mount the file system. Problem is that now it is mounted twice (if I issue another umount it works, but only for the last mounted, the original still can not be umounted).
So, the problem is not solved, but I can at least use the file system until the server can be rebooted.
Rgds, Patricia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 02:26 AM
тАО01-14-2004 02:26 AM
Re: Unable to umount NFS file system
I actually meant for you to use that to UMOUNT the other one... Strange behavior...
I have seen strange things with NFS mounts in the past. A few months ago, I was at the end of my rope so I deleted the /etc/mnttab and got it to umount!!
If it works till a reboot then it is okay...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 02:30 AM
тАО01-14-2004 02:30 AM
Re: Unable to umount NFS file system
But I was able to mount it, and when I issued a bdf (or checked mnttab again), the first one was also there, on the same line as before...
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 04:34 PM
тАО01-14-2004 04:34 PM
Re: Unable to umount NFS file system
If not, please consider doing so.