Geometrie des USB-Speichers - Köpfe pro Zylinder sind 124

Geometrie des USB-Speichers - Köpfe pro Zylinder sind 124

ich habe einen USB-Stick, und dieser Stick hat einige Probleme, wie man für ihn die richtige Geometrie einrichtet

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

nachhttp://damnsmalllinux.org/wiki/setting_the_proper_geometry_on_your_usb_pendrive.html ist ein Handbuch darüber, aber ich habe nicht das Gefühl, dass ich alle wichtigen Informationen aus Schritt 2 habe

Gleichung

   total_sectors / 32 / number_of_heads = no_of_cylinders. 

Es steht geschrieben (fdisk) no_of_sectors = 7831552. Es heißt (testdisk), dass no_of_heads = 255 sein soll.

und gemäß der obigen Gleichung soll es 7831552 / 32 = 244736 sein. 244736 / 255 = ist 959,79401 ... was nicht rund ist

andere Zählung ist rund, aber nicht korrekt, weil es 255 sein sollte... 244736 / 256 = 956

mir fehlt etwas Einfaches, oder?

verwandte Informationen