if you see something like this:
# umount /media/usbdisk/
umount: /media/usbdisk: device is busy
do this:
# umount -l /media/usbdisk/
the trick is behind -l option , LAZY UNMOUNT !
cheers
do a favor, read about Thalassemia
# umount /media/usbdisk/
umount: /media/usbdisk: device is busy
do this:
# umount -l /media/usbdisk/
the trick is behind -l option , LAZY UNMOUNT !
cheers
No comments:
Post a Comment