小编H.R*_*hin的帖子

无法在笔式驱动器上应用分区表并创建分区

我有显示 unloacted 的笔式驱动器。我尝试了许多工具,如 gparted、fdisk、gpart、testdisk 等,但我无法使其可用。这是我的测试结果:

磁盘:

$ sudo fdisk -l
....
Disk /dev/sdc: 8010 MB, 8010194944 bytes 
247 heads, 62 sectors/track, 1021 cylinders, total 15644912 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes / 512 bytes 
I/O size (minimum/optimal): 512 bytes / 512 bytes 
Disk identifier: 0xd0e2392f 
Disk /dev/sdc doesn't contain a valid partition table 
Run Code Online (Sandbox Code Playgroud)

因此,此设备大小正确标识为 8010MB (8GB) 并位于 /dev/sdc。有趣的是,fdisk 报告该设备没有有效的分区表。所以分区表发生了一些事情,我想在 fdisk 命令的帮助下修复它,如下所示

$sudo fdisk /dev/sdc 
Device contains neither a valid DOS …
Run Code Online (Sandbox Code Playgroud)

partitioning gparted

5
推荐指数
1
解决办法
6250
查看次数

标签 统计

gparted ×1

partitioning ×1