View Single Post
Posts: 367 | Thanked: 47 times | Joined on Nov 2008 @ Brooklyn, NY
#28
Originally Posted by penguinbait View Post
How were your cards partitioned last? There seems some problem with parted and fdisk reading your sd cards.

The "error: /dev/mtdblockX: unrecognized disk label" Are Normal.

error: can't have a partition outside the disk!
I don't know what these errors are. The whole menu system depends on fdisk and parted being able to read your disks.

Run the following as root and paste it back

whoami
for i in `ls -tr /dev/mmcblk[0-1]*`; do fdisk -l $i; parted $i print; done
I didn't partition the drive before but, I bought it used, so IDK.
whoami
root

for i in `ls -tr /dev/mmcblk[0-1]*`; do fdisk -l $i; parted $i print;
Error: Can't have a partition outside the disk!
Error: /dev/mtdblock4: unrecognised disk label
Error: /dev/mtdblock3: unrecognised disk label
Error: /dev/mtdblock2: unrecognised disk label
Error: /dev/mtdblock1: unrecognised disk label
Error: /dev/mtdblock0: unrecognised disk label

Error: Could no stat device print - No such file or directory

Retry/Cancel?