------------------------------------------------------------------------------------------------
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:
Post a Comment