- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot unmount 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
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
01-09-2008 09:32 PM
01-09-2008 09:32 PM
Cannot unmount file system.
When i try to umount a filesystem it states cannot find FS in /etc/mnttab and cannot umount. But the filesystem is not mounted at all and when run bdf on the mount point directory it shows mounted on /(root).
Also when i try to mount it states the file system is already mounted.
Waiting for your reply.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 09:38 PM
01-09-2008 09:38 PM
Re: Cannot unmount file system.
>when i try to mount it states the file system is already mounted.
What was the command you used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 09:40 PM
01-09-2008 09:40 PM
Re: Cannot unmount file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 09:47 PM
01-09-2008 09:47 PM
Re: Cannot unmount file system.
The error is
vxfs mount: /dev/dsk/c1t1d0 is already mounted, /vol/arc is busy,
or allowable number of mount points exceeded
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 10:28 PM
01-09-2008 10:28 PM
Re: Cannot unmount file system.
Was that a typo, /vol/arc?
What does the "/vol/arch" line show in /etc/fstab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 11:52 PM
01-09-2008 11:52 PM
Re: Cannot unmount file system.
I did a small experiment on my box:
bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2064384 519928 1532424 25% /
/dev/vg00/lvol1 1998072 466776 1331488 26% /stand
/dev/vg00/lvol7 6144000 3819080 2313624 62% /var
/dev/vg00/lvol9 3571712 3568176 3536 100% /usr
/dev/vg00/lvol6 2064384 57664 2001856 3% /tmp
Now, I try 'umount' on a directory 'blv' in /tmp...
# umount /tmp/blv
umount: cannot find /tmp/blv in /etc/mnttab
cannot unmount /tmp/blv
Looks similar to what you described.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 01:51 AM
01-10-2008 01:51 AM
Re: Cannot unmount file system.
cd /tmp
fuser -cu
fuser -ku
umount -a
mount -a
umount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 02:41 AM
01-10-2008 02:41 AM
Re: Cannot unmount file system.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 08:16 PM
01-10-2008 08:16 PM