Подключаю к компьютеру по USB внешний жесткий диск с NTFS файловой системой. Но он не подключается (не монтируется) а выдается следующая ошибка:
Error mounting /dev/sdc1 at /media/yuriy/FreeAgent Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/yuriy/FreeAgent Drive"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdc1': 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.
Error mounting /dev/sdc1 at /media/yuriy/FreeAgent Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/yuriy/FreeAgent Drive"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdc1': 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.
Такое иногда происходит, если носитель был неверно извлечен из компьютера в прошлый раз. Для того, чтобы исправить ситуацию необходимо воспользоваться специальной утилитой. Установите ее, выполнив, в терминале:
Затем выполните команду:
После этого носитель должен нормально примонтироваться.
Внимание: есть небольшой риск потери данных (хотя у меня все работает без проблем).
sudo apt-get install ntfs-3g
Затем выполните команду:
sudo ntfsfix /dev/sdс1
Вместо /dev/sdс1 вы должны подставить путь до вашего носителя. В результате на экране появляются сообщения вида:sudo ntfsfix /dev/sdc1
Mounting volume... $MFTMirr does not match $MFT (record 0).
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 0...OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... FIXED
NTFS volume version is 3.1.
NTFS partition /dev/sdc1 was processed successfully.
После этого носитель должен нормально примонтироваться.
Внимание: есть небольшой риск потери данных (хотя у меня все работает без проблем).
Комментарии
23:12
17:13
23:06
01:31
08:16
21:46
22:07
06:17