Testes de acordo com comentários
Eu testei o adaptador USB com um cartão SD de backup no Raspberrry e vi o mesmo aviso:
raspberrypi:~$ sudo sfdisk -lV /dev/sdb
Disk /dev/sdb: 1015 cylinders, 32 heads, 62 sectors/track
sfdisk: Warning: The partition table looks like it was made
for C/H/S=*/113/51 (instead of 1015/32/62).
For this listing I'll assume that geometry.
Units: cylinders of 2950656 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdb1 * 2+ 349- 347- 999552 7 HPFS/NTFS/exFAT
start: (c,h,s) expected (2,90,13) found (1,1,1)
end: (c,h,s) expected (349,77,18) found (125,112,51)
/dev/sdb2 0 - 0 0 0 Empty
/dev/sdb3 0 - 0 0 0 Empty
/dev/sdb4 0 - 0 0 0 Empty
sfdisk: Warning: partition 1 does not start at a cylinder boundary
sfdisk: Warning: partition 1 does not end at a cylinder boundary
sfdisk: partition 1: start: (c,h,s) expected (8,4,9) found (1,1,1)
sfdisk: end of partition 1 has impossible value for head: 112 (should be in 0-31)
Outro dispositivo USB com uma única partição vfat mostrou
Disk /dev/sdb: 1015 cylinders, 32 heads, 62 sectors/track
sfdisk: Warning: The partition table looks like it was made
for C/H/S=*/113/51 (instead of 1015/32/62).
For this listing I'll assume that geometry.
Units: cylinders of 2950656 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdb1 * 2+ 349- 347- 999552 7 HPFS/NTFS/exFAT
start: (c,h,s) expected (2,90,13) found (1,1,1)
end: (c,h,s) expected (349,77,18) found (125,112,51)
/dev/sdb2 0 - 0 0 0 Empty
/dev/sdb3 0 - 0 0 0 Empty
/dev/sdb4 0 - 0 0 0 Empty
sfdisk: Warning: partition 1 does not start at a cylinder boundary
sfdisk: Warning: partition 1 does not end at a cylinder boundary
sfdisk: partition 1: start: (c,h,s) expected (8,4,9) found (1,1,1)
sfdisk: end of partition 1 has impossible value for head: 112 (should be in 0-31)
Eu também testei dois outros leitores de cartão USB simples (infelizmente todos sem suporte a SDHC e SDXC) e todos eles mostraram o mesmo resultado.
Eu estou querendo saber o que as outras pessoas vêem para
sudo sfdisk -lV /dev/mmcblk0