|
2012-11-24
, 03:21
|
|
Posts: 1,079 |
Thanked: 1,019 times |
Joined on Mar 2010
|
#2
|
|
2012-11-24
, 03:35
|
Posts: 177 |
Thanked: 152 times |
Joined on Oct 2011
|
#3
|
|
2012-11-24
, 04:33
|
Posts: 863 |
Thanked: 213 times |
Joined on Feb 2012
@ Goa
|
#4
|
|
2012-11-24
, 05:20
|
|
Posts: 387 |
Thanked: 1,700 times |
Joined on Feb 2010
@ Cambridge, MA, USA
|
#5
|
The Following User Says Thank You to Ken-Young For This Useful Post: | ||
|
2013-03-03
, 20:05
|
|
Posts: 84 |
Thanked: 11 times |
Joined on Aug 2012
@ iran
|
#7
|
BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ sudo gainroot Root shell enabled BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # umount /dev/mmcblk0p1 /home/user # fsck -af /dev/mmcblk0p1 fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN There are differences between boot sector and its backup. Differences: (offset:original/backup) 65:01/00 Not automatically fixing this. /.recorder Contains a free cluster (153391). Assuming EOF. /.prismicwm/db/local.db Contains a free cluster (95616). Assuming EOF. Unable to create unique name /home/user #
BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ r In The Name Of God use ( about-k ) for know more about this app. BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# umount /dev/mmcblk0p1 umount: can't umount /home/user/MyDocs: Device or resource busy Nokia-N900:~# fsck -a /dev/mmcblk0p1 fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN /dev/mmcblk0p1: 2645 files, 77150/344085 clusters Nokia-N900:~# mount /dev/mmcblk0p1 mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: Device or resource busy Nokia-N900:~# exit ~ $ ~ $ ~ $ ~ $ root BusyBox v1.20.2 (Debian 1.20.2power5+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900:~# umount /dev/mmcblk0p1 umount: can't umount /home/user/MyDocs: Device or resource busy Nokia-N900:~# fsck.vfat -r /dev/mmcblk0p1 dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN /dev/mmcblk0p1: 2645 files, 77150/344085 clusters Nokia-N900:~# mount /dev/mmcblk0p1 /home/user/MyDocs mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: Device or resource busy Nokia-N900:~#
|
2013-03-03
, 20:57
|
Posts: 115 |
Thanked: 49 times |
Joined on Sep 2012
|
#8
|
my filesystem became Read-only so i used these commands below but its not solving the problem
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
There are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
65:01/00
Not automatically fixing this.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/models
Contains a free cluster (3246758). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/objects
Contains a free cluster (3249777). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/scenes
Contains a free cluster (3249784). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/sounds
Contains a free cluster (3249788). Assuming EOF.
Unable to create unique name
/home/user #
The Following User Says Thank You to sunyakram For This Useful Post: | ||
|
2013-03-03
, 21:02
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#9
|
sudo gainroot umount /dev/mmcblk0p1 fsck -r /dev/mmcblk0p1
|
2013-03-03
, 21:48
|
|
Posts: 84 |
Thanked: 11 times |
Joined on Aug 2012
@ iran
|
#10
|
Use the -r option to do the repair manually like you triedBut make sure the umount command really unmounts the device. Did you notice that you got an error during the first try...Code:sudo gainroot umount /dev/mmcblk0p1 fsck -r /dev/mmcblk0p1
May be try rebooting to get the state of the MyDocs partition reset to some sane state. Then try the fsck process again.
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
There are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
65:01/00
Not automatically fixing this.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/models
Contains a free cluster (3246758). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/objects
Contains a free cluster (3249777). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/scenes
Contains a free cluster (3249784). Assuming EOF.
/opt/preenv/usr/palm/applications/com.ea.app.nfshp.pre.na/published/sounds
Contains a free cluster (3249788). Assuming EOF.
Unable to create unique name
/home/user #