外部硬碟在磁碟管理中無法存取 Raw,但在啟動 chckdisk 時偵測到 ntfs

外部硬碟在磁碟管理中無法存取 Raw,但在啟動 chckdisk 時偵測到 ntfs

我無法存取我的外部硬碟。它看起來像是檔案系統損壞的問題,但我不知道如何修復它。請仔細閱讀我的 chkdsk 日誌。

PS C:\WINDOWS\system32> chkdsk /f d:
The type of the file system is NTFS.
Volume label is Elements.

Stage 1: Examining basic file system structure ...
Deleted corrupt attribute list entry
with type code B0 in file 0.
  1704960 file records processed.
File verification completed.
  9130 large file records processed.
  0 bad file records processed.

Stage 2: Examining file name linkage ...
  2259 reparse records processed.
  1779338 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered to lost and found.
  2259 reparse records processed.

Stage 3: Examining security descriptors ...
Security descriptor verification completed.
  37190 data files processed.
CHKDSK is verifying Usn Journal...
Usn Journal verification completed.
Correcting errors in the Master File Table (MFT) mirror.

Windows has made corrections to the file system.
No further action is required.

1953479679 KB total disk space.
1896834944 KB in 405447 files.
    135712 KB in 37191 indexes.
         0 KB in bad sectors.
   1862735 KB in use by the system.
     65536 KB occupied by the log file.
  54646288 KB available on disk.

      4096 bytes in each allocation unit.
 488369919 total allocation units on disk.
  13661572 allocation units available on disk.

答案1

Windows 10 版本 1803 中的 CHKDSK 被破壞/損壞。如果您使用早期版本的 CHKDSK,它將修復您的工作站。該版本的 CHKDSK 將在檔案 0 中顯示 176,而不是在檔案 0 中顯示 B0。

也可以看看https://answers.microsoft.com/en-us/windows/forum/windows_10-files/chkdsk-does-not-repair-bad-attribute-list-entry-in/86de6773-9f8c-4ac0-b8d7-e93389a8c34f

相關內容