Thursday, June 08, 2006

Linux ---how to unmount a busy file system

------------------------------------------------------------------------------------------------
Before unmounting you needs to kill all process using the file system by the command :
fuser -km

Eg:
(cdrom is not unmounting)
fuser -km /mnt/cdrom

Then unmount by the command:
umount

------------------------------------------------------------------------------------------------

No comments: