ntfsfix error: O volume está corrompido. Você deve executar o chkdsk. Depois de ntfsresize

1

Eu usei recentemente ntfsresize para redimensionar minha unidade ntfs.

Eu então recebi um erro dizendo:

Error mounting /dev/sda1 at /media/<user>/Win10: Command-line 'mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/<user>/Win10"' exited with non-zero exit status 13: Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

ao tentar montá-lo.

Em seguida, usei ntfsfix para tentar corrigi-lo, mas ocorreu o erro:

Mounting volume... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
FAILED
Attempting to correct errors... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
FAILED
Failed to startup volume: Input/output error
Checking for self-located MFT segment... OK
Failed to load runlist for $MFT/$DATA.
highest_vcn = 0xaa4a, last_vcn - 1 = 0x2387f
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
    
por Will Crozier 07.11.2017 / 18:07

1 resposta

1

Você precisa inicializar no Windows ou usar um computador diferente com o Windows, se for uma unidade externa. O Windows deve detectar automaticamente que há um problema e ter um pop-up perguntando se você gostaria de verificar se há erros no disco, então apenas pressione sim e você deve ser bom.

Se você planeja usar a unidade no Linux mais do que o Windows, sugiro strongmente que você use o ext4, pois ele funciona muito melhor do que o NTFS no Linux, como aprendi da maneira mais difícil.

BTW, de acordo com os manpages:

% bl0ck_qu0te%     
por NerdOfLinux 07.11.2017 / 20:23