Windows의 파티션 도구를 사용하여 생성된 exfat 파티션에 Linux를 사용하여 액세스하려고 합니다. 일부 잘못된 종료 문제로 인해 액세스가 허용되지 않습니다.
ntfsfix
그러다가 나는 계속 달리기 로 현명한 결정을 내렸습니다.
mint@mint:~$ sudo ntfsfix /dev/sda9
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
The alternate bootsector is usable
Rewriting the bootsector
The boot sector has been rewritten
ntfs_mst_post_read_fixup_warn: magic: 0x47aac24e size: 1024 usa_ofs: 7255 usa_count: 20242: Invalid argument
Record 0 has no FILE magic (0x47aac24e)
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
이후에는 관련 파티션 sda9가 NTFS로 나타납니다. 이 단계 앞에는 exfat가 있었습니다.
chkdsk
나는 Windows 파티션에서 실행했고
C:\WINDOWS\system32>chkdsk f:
The type of the file system is NTFS.
Unable to determine volume version and state. CHKDSK aborted.
ntfsfix
Windows 시스템에서 드라이브에 액세스하는 것만으로는 액세스할 수 없는 다른 exfat 파티션(sda5)에 액세스할 수 있지만 새 NTFS 파티션이 열리지 않고 "파티션이 손상되어 읽을 수 없습니다."라는 메시지가 표시됩니다.
그래서 파티션을 exfat로 표시하고 싶지만 ntfs-3g로 파티션을 NTFS로 표시하면 내 드라이브에 다시 액세스할 수 있습니다.
시도해 볼 수 있는 비파괴적인 방법이 있나요?
나의 최우선 과제는 이 디스크에 데이터를 저장하는 것입니다.