特定のドライブにNTFSパーティションが表示されないのはなぜですか?

特定のドライブにNTFSパーティションが表示されないのはなぜですか?

3つの内蔵ドライブを備えたデュアルブートwin10 / Fedora29があります。

  • 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(データディスク)に関連しているのかわかりません...

データ損失の危険なしにこの問題を解決する方法を知っている人はいますか?

ベストアンサー1

おすすめ記事