이전에 하드 드라이브를 100번 마운트했지만 지금은 이것을 얻습니다.
sudo mount /dev/sdd1 /mnt/mojmaunt/
NTFS signature is missing.
Failed to mount '/dev/sdd1': Invalid argument
The device '/dev/sdd1' doesn't seem to have a valid NTFS.
MBR은 86입니다. 바꿔야 할까요?
이것이 sdd의 모습입니다
Disk /dev/sdd: 698,6 GiB, 750121910272 bytes, 1465081856 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: 0x3ef4e255
Device Boot Start End Sectors Size Id Type
/dev/sdd1 2048 1465081855 1465079808 698,6G 86 NTFS volume set
sudo fsck -t ntfs /dev/sdd1
fsck from util-linux 2.31.1
sudo ntfsfix /dev/sdd1
Mounting volume... NTFS signature is missing.
FAILED
Attempting to correct errors... NTFS signature is missing.
FAILED
Failed to startup volume: Invalid argument
NTFS signature is missing.
Trying the alternate boot sector
Unrecoverable error
Volume is corrupt. You should run chkdsk.
저는 Ubuntu 18.04를 사용하고 있습니다. 이것은 Windows와 관련이 없습니다(의견 질문).