首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >USB记忆体封头的几何形状为124。

USB记忆体封头的几何形状为124。
EN

Ask Ubuntu用户
提问于 2020-03-14 10:20:37
回答 1查看 483关注 0票数 0

我有一个USB手柄,这个棒有一些问题,如何为它设置合适的几何形状?

代码语言:javascript
复制
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.
代码语言:javascript
复制
$ 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中的所有重要信息。

方程式

代码语言:javascript
复制
   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

我错过了一些简单的东西,是吗?

EN

回答 1

Ask Ubuntu用户

发布于 2020-03-20 11:52:36

在Ubuntu中内置的启动磁盘Creator应用程序很好地制作了各种可引导的活动USB棒,而不仅仅是使Ubuntu激活USB。无论你用启动盘创建者做什么,在Ubuntu或任何其他平台上引导都没有问题。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1217058

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档