|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cannot umount - device busy
Anyone have any idea why I cannot umount a directory even though fuser shows no process attached to it?
fuser -cu /data/oracle/GMPSHRDM/export /data/oracle/GMPSHRDM/export: umount /data/oracle/GMPSHRDM/export umount: cannot unmount /data/oracle/GMPSHRDM/export : Device busy umount: return error 1. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Did you try fuser -ku /data/oracle/GMPSHRDM?
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
We were able to get it unmounted and have two possible theories why it wouldn't unmount.
1) The listener was still running. Even though its process was tied to another filesystem it may have been holding up something in memory preventing this to be unmounted. 2) There was a symbolic link in one of the other directories to the export directory. Since we unmounted the other directory first it couldn't follow back the link and unmount. Either way it was strange that fuser did not pick it up. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Umount of a "busy" disk | dhzdh | Linux | 5 | 11-24-2010 04:42 AM |
| Umount an entire device with multiple file systems | temp4746 | Shell Programming and Scripting | 2 | 10-27-2010 12:18 PM |
| Device or resource busy?? | orahi001 | UNIX for Dummies Questions & Answers | 2 | 04-07-2009 08:22 AM |
| rmdev - device is busy | Livio | AIX | 2 | 05-17-2006 03:58 AM |
| umount, device busy, but.. | sTorm | UNIX for Dummies Questions & Answers | 10 | 08-20-2002 06:49 AM |
|
|