View Single Post
Posts: 7 | Thanked: 0 times | Joined on Nov 2011
#4
Originally Posted by michaaa62 View Post
Try to get some output first of
Code:
sfdisk -V
then from
Code:
sfdisk -l
The option of the second command is a small 'L'. You must invoke the commands as root!
Results:

/home/user # sfdisk -V
read: Input/output error

sfdisk: read error on /dev/mmcblk0 - cannot read sector 0
/dev/mmcblk0: unrecognized partition table type

sfdisk: no partition table present.
/home/user # sfdisk -l

Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track
read: Input/output error

sfdisk: read error on /dev/mmcblk0 - cannot read sector 0
/dev/mmcblk0: unrecognized partition table type
No partitions found

Thank you very much for your help!!