Geometría de la memoria USB: 124 cabezas por cilindro

Geometría de la memoria USB: 124 cabezas por cilindro

Tengo una memoria USB y esta tiene algunos problemas, ¿cómo configurarla con la geometría adecuada?

TestDisk 7.0, Data Recovery Utility, April 2015
Christophe GRENIER <[email protected]>
http://www.cgsecurity.org

Disk /dev/sda - 4009 MB / 3824 MiB - CHS 1018 124 62

Warning: the current number of heads per cylinder is 124
but the correct value may be 255.
You can use the Geometry menu to change this value.
It's something to try if
- some partitions are not found by TestDisk
- or the partition table can not be written because partitions overlaps.
$ sudo fdisk

Disk /dev/sda: 3.8 GiB, 4009754624 bytes, 7831552 sectors
Disk model: USB Flash Disk  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2be3e15c

Device     Boot Start     End Sectors  Size Id Type
/dev/sda1        2048 7831551 7829504  3.8G  b W95 FAT32

despuéshttp://damnsmalllinux.org/wiki/setting_the_proper_geometry_on_your_usb_pendrive.html es manual al respecto, sin embargo, no siento que tenga toda la información importante del paso 2

ecuación

   total_sectors / 32 / number_of_heads = no_of_cylinders. 

está escrito (fdisk) no_of_sectors = 7831552 se dice (testdisk) que se supone que no_of_heads es = 255

y según la ecuación anterior se supone que es 7831552/32 = 244736 244736/255 = es 959,79401.... que no es redondo

el otro conteo es redondo, pero no apropiado, porque se supone que es 255... 244736/256 = 956

Me falta algo simple, ¿verdad?

información relacionada