Pingu
Themenersteller
Was ich nun herausgefunden habe, die Fehlermeldung hängt nicht mit exFAT zusammen, denn bei einer 32GB (also nicht GiB)-Karte oder auch 16GB-Karte, wird kein exFAT verwendet und die Meldung kommt trotzdem.
32GB-Karte:
16GB-Karte:
Für mich sieht das danach aus, dass je nach Größe der Karte ein bestimmter Platz am Anfang frei bleibt. Bei 16G- und 32G-Karten wird bei 8192 begonnen, bei 64G wird der 4-fache Platz reserviert.
Dieser Platz am Anfang ist aber nicht entsprechend für GPT definiert, sondern einfach nur frei und das bringt nun das System durcheinander, ändert vielleicht was und damit glaubt die Kamera formatieren zu müssen.
32GB-Karte:
Code:
# parted /dev/sdf print
Modell: TS-RDF5 SD Transcend (scsi)
Festplatte /dev/sdf: 32,0GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 4194kB 32,0GB 32,0GB primary fat32 boot
Code:
# parted /dev/sdf 'unit s print'
Modell: TS-RDF5 SD Transcend (scsi)
Festplatte /dev/sdf: 62552064s
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 8192s 62552063s 62543872s primary fat32 boot
Code:
# gdisk -l /dev/sdf
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Disk /dev/sdf: 62552064 sectors, 29.8 GiB
Model: SD Transcend
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 0964A71E-04BC-46B2-B523-AF5D52994317
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 62552030
Partitions will be aligned on 2048-sector boundaries
Total free space is 8158 sectors (4.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 8192 62552063 29.8 GiB 0700 Microsoft basic data
16GB-Karte:
Code:
# parted /dev/sdf 'unit s print'
Modell: TS-RDF5 SD Transcend (scsi)
Festplatte /dev/sdf: 31116288s
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 8192s 31116287s 31108096s primary fat32 boot
Code:
parted /dev/sdf print
Modell: TS-RDF5 SD Transcend (scsi)
Festplatte /dev/sdf: 15,9GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Disk-Flags:
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 4194kB 15,9GB 15,9GB primary fat32 boot
Code:
~# gdisk -l /dev/sdf
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Disk /dev/sdf: 31116288 sectors, 14.8 GiB
Model: SD Transcend
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): AC3BA9DC-8EEA-4524-A725-BCA751490499
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 31116254
Partitions will be aligned on 2048-sector boundaries
Total free space is 8158 sectors (4.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 8192 31116287 14.8 GiB 0700 Microsoft basic data
Für mich sieht das danach aus, dass je nach Größe der Karte ein bestimmter Platz am Anfang frei bleibt. Bei 16G- und 32G-Karten wird bei 8192 begonnen, bei 64G wird der 4-fache Platz reserviert.
Dieser Platz am Anfang ist aber nicht entsprechend für GPT definiert, sondern einfach nur frei und das bringt nun das System durcheinander, ändert vielleicht was und damit glaubt die Kamera formatieren zu müssen.
Zuletzt bearbeitet: