我有一个USB手柄,这个棒有一些问题,如何为它设置合适的几何形状?
TestDisk 7.0, Data Recovery Utility, April 2015
Christophe GRENIER <grenier@cgsecurity.org>
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在http://damnsmalllinux.org/wiki/setting_这个_适配_几何学_在……上面_你的_usb_pendrive.html手动完成之后,我并不觉得自己掌握了步骤2中的所有重要信息。
方程式
total_sectors / 32 / number_of_heads = no_of_cylinders. 它被写成(fdisk) no_of_sectors = 7831552据说(testdisk) no_of_heads假设为be= 255
根据上述方程,假设为7831552 / 32 = 244736 244736 / 255 =959.79401.不是圆的
其他计数是圆的,但不恰当,因为它应该是255.244736 / 256 = 956
我错过了一些简单的东西,是吗?
发布于 2020-03-20 11:52:36
在Ubuntu中内置的启动磁盘Creator应用程序很好地制作了各种可引导的活动USB棒,而不仅仅是使Ubuntu激活USB。无论你用启动盘创建者做什么,在Ubuntu或任何其他平台上引导都没有问题。
https://askubuntu.com/questions/1217058
复制相似问题