Last active
November 12, 2024 03:12
-
-
Save WebSofter/071fd1b22a9861f9b558caf6ccc5828e to your computer and use it in GitHub Desktop.
Ubuntu hard disk mount problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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