|
|
这个问题让人崩溃 cfdisk fetal error
fdisk -l中/dev/sda1 sda2 sda3 sda4都是这样的,然后
mkfs /dev/sda9(/) /dev/sda10(home) /dev/sda5(boot)
分别格式化为resierfs xfs ext2
但fdisk -l仍然都显示他们为FAT16
这样导致了grub安装时不认/dev/sda5...
这个分区表到底怎么了?
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xddb81e5d
Device Boot Start End Blocks Id System
/dev/sda1 * 1 192 1534976 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 193 4110 31470960 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 4111 29127 200943616 f W95 Ext'd (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda4 29127 30402 10240000 7 HPFS/NTFS
Partition 4 does not end on cylinder boundary.
/dev/sda5 4111 4119 65536 6 FAT16
/dev/sda6 4119 9341 41943040 7 HPFS/NTFS
/dev/sda7 9341 17173 62914560 7 HPFS/NTFS
/dev/sda8 17173 25006 62914560 7 HPFS/NTFS
/dev/sda9 25006 27617 20971520 6 FAT16
/dev/sda10 27617 29127 12128256 6 FAT16
这都是thinkpad x200 的 S分区导致的吧,
在使用x200的朋友怎么弄的? |
|