I used the search and I posted on this post, but it was deleted.
I have the following error on boot:
***Error in check_disks:could not repair filesystem, dropping to debug shell, try to run 'fsck' manually:***
### Starting debugging shell... Type exit to quit ###
Sh: can't access tty; job control turned off
On the console, you can read a message that recommend to use fsck command to fix it on manual mode.
# fsck -fy /dev/mmcblk0p2
# reboot
Now, it's when I have the problem, I put that commnad on console but it show me the following error message:
fsck.ext2: Attend to read bloack from filesystem resulted
in short read while trying to open /dev/mmcblk0p2
Could this be a zero-length partition ?
Any suggestion ?
>> EDIT:
After few time, I decided to replace sd card. Zero problems now.
dd
usingbs=1024k
. Dropping it tobs=512k
resolved it for me. – wahoozie May 11 '15 at 23:25