특정 드라이브에 NTFS 파티션이 표시되지 않는 이유는 무엇입니까?

특정 드라이브에 NTFS 파티션이 표시되지 않는 이유는 무엇입니까?

3개의 내부 드라이브가 있는 듀얼 부팅 win10/Fedora29가 있습니다.

  • win10 시스템(NTFS)
  • 페도라 시스템(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(데이터 디스크)와 관련된 것인지 모르겠습니다...

데이터 손실 위험 없이 이 문제를 해결하는 방법을 아는 사람이 있습니까?

관련 정보