View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#24
Originally Posted by FRZ View Post
maemo-list-user-packages
console-tools 1.7.7-8 user/support 8777
map 2.2.8.604-1 user/navigation 8976
osso-softwarre-version-rx44 1:5.2008.43.7 user/system
rootsh 1.4 user/tools 32
tutorial-home-applet 0.5.3 user/support 3796

fdisk -l
error: can't have a partition outside the disk!
error: /dev/mtdblock4: unrecognized disk label
error: /dev/mtdblock3: unrecognized disk label
error: /dev/mtdblock2: unrecognized disk label
error: /dev/mtdblock1: unrecognized disk label
error: /dev/mtdblock0: unrecognized disk label

parted /dev/mmcblk0 print all
error: can't have a partition outside the disk!
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
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.