Impossível montar HDD externo - Atributo raiz do índice ausente no diretório inode 5

0

Não consigo mais montar meu HDD com o seguinte erro:

Error mounting /dev/sdb1 at /media/myName/TOSHIBA EXT: Command-line 'mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb1" "/media/myName/TOSHIBA EXT"' exited with non-zero exit status 13: Index root attribute missing in directory inode 5: No such file or directory Failed to mount '/dev/sdb1': 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.

Eu corro a operação chkdsk -f sugerida em uma máquina windows (como a mensagem de erro dizia, duas vezes inicializando etc.) mas isso não ajudou. Eu também tentei ntfsfix , sem sucesso:

sudo ntfsfix /dev/sdb1
Mounting volume... Index root attribute missing in directory inode 5: No such file or directory
FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Index root attribute missing in directory inode 5: No such file or directory
Remount failed: Input/output error

A saída de ntfsinfo

sudo ntfsinfo -fm /dev/sdb1
WARNING: Dirty volume mount was forced by the 'force' mount option.
Volume Information 
    Name of device: /dev/sdb1
    Device state: 11
    Volume Name: TOSHIBA EXT
    Volume State: 91
    Volume Flags: 0x0001 DIRTY
    Volume Version: 3.1
    Sector Size: 512
    Cluster Size: 4096
    Index Block Size: 4096
    Volume Size in Clusters: 244190133
MFT Information 
    MFT Record Size: 1024
    MFT Zone Multiplier: 0
    MFT Data Position: 24
    MFT Zone Start: 786432
    MFT Zone End: 31310198
    MFT Zone Position: 786432
    Current Position in First Data Zone: 31310198
    Current Position in Second Data Zone: 0
    Allocated clusters 149068 (0,1%)
    LCN of Data Attribute for FILE_MFT: 786432
    FILE_MFTMirr Size: 4
    LCN of Data Attribute for File_MFTMirr: 16
    Size of Attribute Definition Table: 2560
    Number of Attached Extent Inodes: 0
FILE_Bitmap Information 
    FILE_Bitmap MFT Record Number: 6
    State of FILE_Bitmap Inode: 80
    Length of Attribute List: 0
    Number of Attached Extent Inodes: 0
FILE_Bitmap Data Attribute Information
    Decompressed Runlist: not done yet
    Base Inode: 6
    Attribute Types: not done yet
    Attribute Name Length: 0
    Attribute State: 3
    Attribute Allocated Size: 30527488
    Attribute Data Size: 30523768
    Attribute Initialized Size: 30523768
    Attribute Compressed Size: 0
    Compression Block Size: 0
    Compression Block Size Bits: 0
    Compression Block Clusters: 0
    Free Clusters: 85853731 (35,2%)

Existe algo que eu possa fazer ou é impossível?

    
por Schubidu 13.02.2018 / 20:28

0 respostas