Skip to content

Instantly share code, notes, and snippets.

@WebSofter
Last active November 12, 2024 03:12
Show Gist options
  • Save WebSofter/071fd1b22a9861f9b558caf6ccc5828e to your computer and use it in GitHub Desktop.
Save WebSofter/071fd1b22a9861f9b558caf6ccc5828e to your computer and use it in GitHub Desktop.
Ubuntu hard disk mount problem
This steps should fix "Error mounting /dev/sda2 at media/ Data:unknown error when mounting /dev/sda2"
$ sudo apt install --reinstall ntfs-3g
$ sudo ntfsfix /dev/sda2
$ sudo mount -o ro /dev/sda2 /media/websofter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment