fuser command might be helpful. fuser provides information about the process keeping the filesystem busy by returning you the process-id's. Piping the process-id's to the ps command you can determine more information about each process.
your linux resource
How to find out what process is keeping the filesystem busy
If you ever run in the situation where you try to unmount a filesystem but the umount command tells you the 'device is busy' the
fuser command might be helpful. fuser provides information about the process keeping the filesystem busy by returning you the process-id's. Piping the process-id's to the ps command you can determine more information about each process.
Read more...
|
|
|
|
|
More Articles...
|
|
| Page 1 of 2 |