SD-Karten prob

Sklaventreiber
|Insane|
Interessierter
Interessierter
Beiträge: 78
Registriert: Dienstag 2. Mai 2006, 14:58

SD-Karten prob

Beitrag von |Insane| »

Hi,

ich wollte mal meine neue SD-Karte in 2 partitionen einteilen. Bekomme aber leider nicht die "richtige" grösse zurück. Es ist eine 512MB karte. Vielleicht weiss einer rat.

Ausgabe von fdisk:

Code: Alles auswählen

Command (m for help): p

Disk /dev/mmc/disc0/disc: 0 MB, 977920 bytes
8 heads, 23 sectors/track, 10 cylinders
Units = cylinders of 184 * 512 = 94208 bytes

              Device Boot    Start       End    Blocks   Id  System
/dev/mmc/disc0/part1               2        5246      482438+   6  FAT16
Partition 1 has different physical/logical beginnings (non-Linux?):
     phys=(0, 3, 55) logical=(1, 2, 14)
Partition 1 has different physical/logical endings:
     phys=(957, 7, 23) logical=(5245, 1, 17)

Danke im voraus
sagemol
Einsteiger
Einsteiger
Beiträge: 193
Registriert: Donnerstag 11. Mai 2006, 09:26

Beitrag von sagemol »

Aeh, die Grösse stimmt doch soweit ...
Oder wo genau siehst Du da ein Problem ?

Die part1 hat doch annähernd die 512MB abzüglich des üblichen 1024er Rechenfehlers...

Greez !
|Insane|
Interessierter
Interessierter
Beiträge: 78
Registriert: Dienstag 2. Mai 2006, 14:58

Beitrag von |Insane| »

Öhm,

tach erstmal. Also für eine 512mb Karte findest du die infos ok??? Ich nicht. Einmal mit fdisk unterteilen und das ding ist platt. Guck mal genau hin :gruebel:

Code: Alles auswählen

Disk /dev/mmc/disc0/disc: 0 MB, 977920 bytes 
8 heads, 23 sectors/track, 10 cylinders 
Units = cylinders of 184 * 512 = 94208 bytes 
sagemol
Einsteiger
Einsteiger
Beiträge: 193
Registriert: Donnerstag 11. Mai 2006, 09:26

Beitrag von sagemol »

naja:

Code: Alles auswählen

~ # df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 7.8M      5.8M      1.9M  75% /
/dev/mmc/disc0/part1    470.9M      4.7M    441.9M   1% /mmc
~ # fdisk
~ # fdisk -l
You must set cylinders.
You can do this from the extra functions menu.

Disk /dev/mmc/disc0/disc: 1 MB, 1000448 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

              Device Boot    Start       End    Blocks   Id  System
/dev/mmc/disc0/part1               1          62      497983+  83  Linux
passt doch so ungefähr :-)
Dass das mit fdisk nicht zu partitionieren ist, steht auf nem anderen Blatt.
Ich hab meine mit cfdisk (oder sfdisk ?) gemacht.

Code: Alles auswählen

/autofs/filme/tux # ./sfdisk -l

Disk /dev/mmc/disc0/disc: 15632 cylinders, 4 heads, 16 sectors/track
Warning: The partition table looks like it was made
  for C/H/S=*/255/63 (instead of 15632/4/16).
For this listing I'll assume that geometry.
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmc/disc0/part1          0+     61      62-    497983+  83  Linux
/dev/mmc/disc0/part2          0       -       0          0    0  Empty
/dev/mmc/disc0/part3          0       -       0          0    0  Empty
/dev/mmc/disc0/part4          0       -       0          0    0  Empty

Greez !