![]() |
2011-12-09
, 02:21
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#11
|
The Following 2 Users Say Thank You to demolition For This Useful Post: | ||
![]() |
2011-12-09
, 13:30
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#12
|
Try unmounting MyDocs then running 'fsck'. There are some threads about it on TMO. Remember to run/repeat the check until no errors are reported.
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
![]() |
2011-12-09
, 13:45
|
Posts: 159 |
Thanked: 68 times |
Joined on Sep 2011
@ India
|
#13
|
umount /home/user/MyDocs fsck -a /home/user/MyDocs
![]() |
2011-12-09
, 14:02
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#14
|
Cluster size is zero.
![]() |
2011-12-09
, 14:39
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#15
|
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2011-12-09
, 14:49
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#16
|
With error message the is no access on file system layer anymore. There is no mount, umount or fsck.whatsoever!
Try to copy the partition table back with the dd command i pm'ed to you to get it, hopefully, working. Or, in some cases, you could try to recover files with testdisk and then reformat the file system.
sudo gainroot dd if=/dev/mmcblk0p1 of=/dev/mmcblk0p1 bs=512 count=1 skip=6 fsck -af /dev/mmcblk0p1 fsck -r /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following 2 Users Say Thank You to fidel For This Useful Post: | ||
![]() |
2011-12-09
, 14:54
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#17
|
Given that the problem is with the FAT32 filesystem on the partition itself, i.e. not a problem with the partition table or with the rest of the system, my best bet would be to do the chkdsk under Windows (from the disk manager).
You had that even in your first post "it recognizes the N900 as Removal Disk G and H but I can't explore." Doesn't it let you check the file system for errors?
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-12-11
, 14:09
|
Posts: 28 |
Thanked: 21 times |
Joined on Sep 2010
|
#18
|
![]() |
2011-12-11
, 15:07
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#19
|
The Following User Says Thank You to pusak gaoq For This Useful Post: | ||
![]() |
2012-09-21
, 11:43
|
Posts: 1,431 |
Thanked: 2,630 times |
Joined on Jan 2011
@ Touring
|
#20
|