- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS file system won't umount
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
04-27-2004 07:29 AM
04-27-2004 07:29 AM
NFS file system won't umount
I have a sun box that has an NFS mounted directory to another sun box.
However when I try to umount it I get the following:
root@blackboard0:/etc/init.d # umount /www/blackboard/60T/blackboard/content
nfs umount: /www/blackboard/60T/blackboard/content: not mounted
But it shows as being mounted:
root@blackboard0:/etc/init.d # df -k
Filesystem kbytes used avail capacity Mounted on
dataware.matc.edu:/blackboard/content
17132281 4596193 12364766 28% /www/blackboard/60T/blackboard/content
If I issue a mount it mounts it again and shows up twice:
dataware.matc.edu:/blackboard/content
70226906 18235605 51289032 27% /www/blackboard/60T/blackboard/content
dataware.matc.edu:/blackboard/content
70226906 18235605 51289032 27% /www/blackboard/60T/blackboard/content
Any thoughts on what I can do to remove the one that isn't really mounted, but thinks it is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 07:40 AM
04-27-2004 07:40 AM
Re: NFS file system won't umount
In HP-UX you can rebuild that file by:
# mv /etc/mnttab /etc/mnttab.old
# mountall
Would something similar work on Solaris?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 07:41 AM
04-27-2004 07:41 AM
Re: NFS file system won't umount
--
Thom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 02:46 AM
04-28-2004 02:46 AM
Re: NFS file system won't umount
I did try to force the unmount but it just says it's not mounted.
It does show up in the mnttab and moving it and doing a mountall does not recreate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:06 AM
04-28-2004 04:06 AM
Re: NFS file system won't umount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:14 AM
04-28-2004 04:14 AM
Re: NFS file system won't umount
As of Solaris 8, umount with force usually does the trick...
#umount -f
I have found that /etc/rmtab is nearly useless.
PS: don't you wish sun's forums were even half as good as ITRC????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:35 AM
04-29-2004 02:35 AM
Re: NFS file system won't umount
I've unshared it from the serving machine, and tried to unmount it even with the force. It still shows up in the df list, even though it isn't mounted.
For now I'm going to let it go as it doesn't seem to be causing any problems.
Paul, I gave up on the Solaris forums long ago. The few times I posted any questions I never got a single response!