Results 1 to 3 of 3
I've just started using Knoppix, and am working through the "Knowing Knoppix| beginners guide. I've worked out how to mount the USB drive and save to it, but when I ...
- 09-12-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
Unable to unmount USB key
I've just started using Knoppix, and am working through the "Knowing Knoppix| beginners guide. I've worked out how to mount the USB drive and save to it, but when I try to unmount it, I get the message "Device is busy". I've tried typing umount /media/sda1 into the root shell but get the same response.
Any idea what the problem is?
- 09-12-2006 #2
I don't know the cause, but I've seen this problem on USB flash drives as well as local hard drives. One way to get around it is to pass the -l flag to umount, like so:
That will release the mountpoint. Be careful with this one, though, because if the device really is still busy, it will continue to finish up any operations it was doing even after you unmount it. So it's possible to yank the USB key before it's done, and it won't complain (since it was unmounted). Because of this, don't pull it out until you're confident it really is done being accessed.Code:# umount -l /media/sda1
Stand up and be counted as a Linux user!
- 09-12-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 68
Try right clicking the desktop icon, and in the menu that pops up, you should have an option to unmount.


Reply With Quote
