Não consigo acessar meu disco [duplicado]

2

Estou com um problema. Não consigo acessar meu disco veja a mensagem abaixo:

Error mounting /dev/sda7 at /media/marwen/SEHLI: Command-line 'mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda7" "/media/marwen/SEHLI"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sda7': 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. 
    
por Marwen Doukh 30.12.2014 / 19:46

1 resposta

2

Obrigado a todos, isso resolveu meu problema:

sudo ntfsfix /dev/sda7
    
por Marwen Doukh 30.12.2014 / 20:05