View Single Post
Posts: 9 | Thanked: 0 times | Joined on Jun 2013
#4
Originally Posted by anthonie View Post
Often when something like that happens, it's because there is I/O activity on the partition you are trying to unmount. Make sure nothing is running and check with listing the open files.

Code:
sudo lsof | grep <write_partition_here>
If anything is open, kill it and try again.
Good luck!
Hi Anthonie
thankx for the reply.
what kind of probable apps can create the lock?
do i need to close the widget?
i havnt created any partition just the standard
dev/mmcblk0p1 27.0G

and can i use the htop app to kill task?
and if yes then wats the things i shud look for?


thankx again

Last edited by DKeY; 2013-06-27 at 13:52.