Skip to content

Instantly share code, notes, and snippets.

@nardhar
Created July 17, 2019 03:48
Show Gist options
  • Save nardhar/ffd6473e42b6494514fb836bba092f2b to your computer and use it in GitHub Desktop.
Save nardhar/ffd6473e42b6494514fb836bba092f2b to your computer and use it in GitHub Desktop.
Fix NTFS drive after reboot

If /etc/fstab drive is read only mode after reboot then follow these steps:

NOTE: ntfsfix must be installed

sudo fdisk -l
sudo umount /dev/sdb1
sudo ntfsfix /dev/sdb1
sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment