View Single Post
Posts: 28 | Thanked: 21 times | Joined on Sep 2010
#16
Originally Posted by michaaa62 View Post
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.
Thank You
First I want to try pusak gaoq's suggestion to download Gparted Live CD to my windows laptop. Then I'll run backupmenu (mass storage mode) and connect it to my laptop.

If that fails then
HTML Code:
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
If that fails then testdisk application from the package recovery-tools followed by a reformat of the file system. I assume testdisk does the reformat? Thanks for letting me know that cluster size is zero means there is no access on the file system.

@reinob
When I checked a few days ago it wouldn't let me check the file system for errors. But since yesterday's debugging produced a new unknown file system error message on reboot I'll try again.
 

The Following 2 Users Say Thank You to fidel For This Useful Post: