- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- umount /home
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
12-08-2005 11:30 AM
12-08-2005 11:30 AM
umount /home
I tried to umount /home in single user mode and get the same error. When I look at /home it doesnt look busy.
fuser -c /home gives me
/home: 5570o
Does anyone know how to umount /home?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 11:45 AM
12-08-2005 11:45 AM
Re: umount /home
If you have online jfs you can increase size without unmounting it. Do you know if you have online jfs?
- John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 11:46 AM
12-08-2005 11:46 AM
Re: umount /home
- John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 11:50 AM
12-08-2005 11:50 AM
Re: umount /home
First, make sure *you* have not done a 'cd' (change directory) into '/home'.
There is one process, pid=5570, with an open file in /home.
You can kill pid 5570 or do:
# fsuser -ku /home
...or, using the mounted physical disk:
# fuser -ku /dev/dsk/cXtYdZ
Then, umount /home.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:00 PM
12-08-2005 12:00 PM
Re: umount /home
# swlist -l product | grep -i jfs
if you have it, should produce output including a line something like this:
OnlineJFS B.11.11 Online features of the VxFS File System
If not, then you don't have it.
- John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:15 PM
12-08-2005 12:15 PM
Re: umount /home
I need to find out how much online jfs costs. It sounds like it would save me a lot of time in the long run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:19 PM
12-08-2005 12:19 PM
Re: umount /home
root: /home/root ==> swlist -l product |grep -i jfs
JFS B.11.23 The Base VxFS File System
root: /home/root ==>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 01:02 PM
12-08-2005 01:02 PM
Re: umount /home
please do a ps -ef| grep 5570 and see what is actually using the /home
If you find the process as someting that you can kill do it and after that you should be able to unmount it
jfs and other things you can look into later
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 02:54 PM
12-08-2005 02:54 PM
Re: umount /home
Dear Jeffrey,
/home f/s is busy thats the reason you are unable to unmount it.
5570 is the PID of the process that uses it currently.
You can either kill the process or
use this command
fuser -ku /home
HtH,
Siva.