root@uworkshop-GK35:/home/uworkshop# mount /dev/sdb4 /data
$MFTMirr does not match $MFT (record 3).
Failed to mount '/dev/sdb4': 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.
root@uworkshop-GK35:/home/uworkshop#

root@uworkshop-GK35:/home/uworkshop# sudo ntfsfix /dev/sdb4
Mounting volume... $MFTMirr does not match $MFT (record 3).
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 3...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... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb4 was processed successfully.
root@uworkshop-GK35:/home/uworkshop#

root@uworkshop-GK35:/home/uworkshop# mount /dev/sdb4 /data
root@uworkshop-GK35:/home/uworkshop#
root@uworkshop-GK35:/home/uworkshop# df -hT
Filesystem     Type     Size  Used Avail Use% Mounted on
tmpfs          tmpfs    778M  1,4M  777M   1% /run
/dev/sda5      ext4      49G   16G   31G  35% /
tmpfs          tmpfs    3,8G     0  3,8G   0% /dev/shm
tmpfs          tmpfs    5,0M  4,0K  5,0M   1% /run/lock
/dev/sda1      vfat      96M   32M   65M  33% /boot/efi
tmpfs          tmpfs    778M   48K  778M   1% /run/user/115
tmpfs          tmpfs    778M   52K  778M   1% /run/user/1000
/dev/sdb4      fuseblk  223G  223G   17M 100% /data
root@uworkshop-GK35:/home/uworkshop#

root@uworkshop-GK35:/data# df -hT
Filesystem     Type     Size  Used Avail Use% Mounted on
tmpfs          tmpfs    778M  1,4M  777M   1% /run
/dev/sda5      ext4      49G   16G   31G  35% /
tmpfs          tmpfs    3,8G     0  3,8G   0% /dev/shm
tmpfs          tmpfs    5,0M  4,0K  5,0M   1% /run/lock
/dev/sda1      vfat      96M   32M   65M  33% /boot/efi
tmpfs          tmpfs    778M   48K  778M   1% /run/user/115
tmpfs          tmpfs    778M   52K  778M   1% /run/user/1000
/dev/sdb4      fuseblk  223G  202G   22G  91% /data
root@uworkshop-GK35:/data#

Leave a Reply

Your email address will not be published. Required fields are marked *