我有一个双启动 win10/Fedora29,有 3 个内部驱动器:
- win10系统(NTFS)
- Fedora 系统 (ext4)
- 数据驱动器 (NTFS)
我看不到数据驱动器上的分区,也无法安装它。不过我可以正确安装我的win10系统驱动器。
这是 lsblk 返回的内容:
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 119.2G 0 disk
├─sda1 8:1 0 118.8G 0 part /mnt/win10
└─sda2 8:2 0 452M 0 part
sdb 8:16 0 2.7T 0 disk
└─sdb1 8:17 0 128M 0 part
sdc 8:32 0 119.2G 0 disk
├─sdc1 8:33 0 1G 0 part /boot
└─sdc2 8:34 0 118.2G 0 part
├─fedora-root 253:0 0 50G 0 lvm /
├─fedora-swap 253:1 0 7.9G 0 lvm [SWAP]
└─fedora-home 253:2 0 60.4G 0 lvm /home
sr0 11:0 1 1024M 0 rom
sdb驱动器是3TB,但仅在sdb1上显示128M部分
这就是什么磁盘驱动器返回:
$ sudo fdisk -l
Disk /dev/sda: 119.2 GiB, 128034594304 bytes, 250067567 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
Disklabel type: dos
Disk identifier: 0xee36470d
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 249135446 249133399 118.8G 7 HPFS/NTFS/exFAT
/dev/sda2 249137152 250062847 925696 452M 27 Hidden NTFS WinRE
The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Disk /dev/sdb: 2.7 TiB, 3000591900160 bytes, 5860531055 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 838720F4-3C3A-4339-832C-8112ABF8E9FD
Device Start End Sectors Size Type
/dev/sdb1 34 262177 262144 128M Microsoft reserved
/dev/sdb2 264192 5860532223 5860268032 2.7T Microsoft basic data
Partition 1 does not start on physical sector boundary.
不知道GPT损坏消息是否与sda(win10系统)或sdb(数据盘)有关...
有谁知道如何解决这个问题而不冒丢失数据的风险?