View Single Post
Posts: 101 | Thanked: 381 times | Joined on Aug 2010
#118
Originally Posted by michaaa62 View Post
What does sfdisk -l give you about the card?
Code:
sudo gainroot
sfdisk -l
It took a while until I learned how to create a file withe the output of sfdisk -l (o.k. if you know it, it is really easy, but I am a true greenhorn). Here it is:


Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/mmcblk0p1 1 884864 884864 28315648 c W95 FAT32 (LBA)
/dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux
/dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris
/dev/mmcblk0p4 0 - 0 0 0 Empty

Disk /dev/mmcblk1: 120576 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 3560448 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/mmcblk1p1 1+ 1109- 1109- 3854336 b W95 FAT32
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty


I am unable to interpret this information. I suspect that mmcblk1 is my 4MB SD-card

Does this information mean anything to you?