Skip to content

Instantly share code, notes, and snippets.

@sanrandry
Created February 2, 2022 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanrandry/91039a4829fe5458975fad8b0cad4f00 to your computer and use it in GitHub Desktop.
Save sanrandry/91039a4829fe5458975fad8b0cad4f00 to your computer and use it in GitHub Desktop.
fix ntfs not monting linux dual boot windows

Use ntfsfix

  • list disk
    sudo fdisk -l
  • user ntfsfix command
sudo ntfsfix /dev/sdaX

with sdaX is the device in NTFS

Use ntfs-3g

if ntfsfix is not working use ntfs-3g

sudo ntfs-3g -o remove_hiberfile /dev/sdXN /path/to/mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment