The Following User Says Thank You to jedi For This Useful Post: | ||
![]() |
2011-03-10
, 19:14
|
|
Posts: 168 |
Thanked: 104 times |
Joined on Feb 2008
@ California, USA
|
#12
|
Please I need help. I tried unmounting MyDocs to run fsck but I get error "Device or rescource busy"
I also tries umount -f but I get error "You can't unmount forcibly"
On connecting via USB, only mem card is connected as "device is busy"
What do I do? Please help me.
It means a process running has a file open on the MyDocs partition.
Give it a reboot, then try the umount etc as soon as the phone has booted.
If it still complains about open files, then it's probably a widget that's got an open file lock...
sudo gainroot cd / umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following User Says Thank You to slvr32 For This Useful Post: | ||
![]() |
2011-03-10
, 21:33
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#13
|
... 'cd' to another directory outside of /home/user/MyDocs, in case you're the one sitting in /home/user/MyDocs in the Terminal, holding up the umount.
The Following User Says Thank You to jedi For This Useful Post: | ||
![]() |
2011-03-10
, 21:58
|
Posts: 74 |
Thanked: 45 times |
Joined on Dec 2010
|
#14
|
The Following User Says Thank You to antviro For This Useful Post: | ||
![]() |
2011-03-10
, 22:22
|
|
Posts: 168 |
Thanked: 104 times |
Joined on Feb 2008
@ California, USA
|
#15
|
... 'cd' to another directory outside of /home/user/MyDocs, in case you're the one sitting in /home/user/MyDocs in the Terminal, holding up the umount.
cd sudo gainroot ...
The Following User Says Thank You to slvr32 For This Useful Post: | ||
![]() |
2011-03-11
, 03:53
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#16
|
![]() |
2011-03-11
, 15:57
|
|
Posts: 129 |
Thanked: 11 times |
Joined on Feb 2010
@ Bangalore, India
|
#17
|
![]() |
2011-03-11
, 15:59
|
|
Posts: 129 |
Thanked: 11 times |
Joined on Feb 2010
@ Bangalore, India
|
#18
|
![]() |
2011-03-11
, 16:11
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#19
|
![]() |
Tags |
edit tags |
Thread Tools | |
|
Give it a reboot, then try the umount etc as soon as the phone has booted.
If it still complains about open files, then it's probably a widget that's got an open file lock...
May the source be with you.