|
2013-06-27
, 07:52
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#2
|
sudo lsof | grep <write_partition_here>
The Following User Says Thank You to anthonie For This Useful Post: | ||
|
2013-06-27
, 13:47
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2013
|
#4
|
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.
If anything is open, kill it and try again.Code:sudo lsof | grep <write_partition_here>
Good luck!
|
2013-06-27
, 13:49
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2013
|
#5
|
|
2013-06-27
, 14:00
|
Posts: 224 |
Thanked: 132 times |
Joined on Jun 2012
@ Cairo ;Egypt
|
#6
|
umount /dev/mmcblk0p1 fsck -a /dev/mmcblk0p1 mount /dev/mmcblk0p1
rm -rf xxxx
|
2013-06-27
, 14:31
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2013
|
#7
|
just do this
HTML Code:umount /dev/mmcblk0p1 fsck -a /dev/mmcblk0p1 mount /dev/mmcblk0p1xxxx ( file name and path )HTML Code:rm -rf xxxx
or you can connection between the mobile and computer and make scan then delete the file easy
|
2013-06-27
, 14:32
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#8
|
Yesterday i was downloading a file from my laptop to n900 using winscp . but suddenly my phone restarted in between transfer.
now i have a file with extension ".filepart" which now i cant remove.
i followed the steps with reference to
the thread
http://talk.maemo.org/showthread.php?t=46309&page=5
but in between when i try to unmount MyDocs its showing
"can't umount device is busy ".
please help .
Thanks & Regards