Preview:
# check drive health
sudo apt-get install smartmontools
sudo smartctl -a /dev/sdX

# check filesystem
sudo fsck /dev/sdX1

# mount drive manually
sudo mount -t ntfs /dev/sdX /media/user/Folder

# repair NTFS filesystems <- THIS WORKED!
sudo ntfsfix /dev/sdX
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter