Skip to content

Instantly share code, notes, and snippets.

@pavly-gerges
Last active January 24, 2025 08:45
Show Gist options
  • Save pavly-gerges/c26df2dcdf6001038a588085e6ad98e5 to your computer and use it in GitHub Desktop.
Save pavly-gerges/c26df2dcdf6001038a588085e6ad98e5 to your computer and use it in GitHub Desktop.

Fix NTFS Mounting problems

Screenshot from 2025-01-24 10-37-41

pavl-x86-machine@pavl-g:~$ sudo mkdir -p /media/pavl-x86-machine/pavl-g && \ # create a directory for mount
                           sudo mount /dev/sdb2 /media/pavl-x86-machine/pavl-g # mount manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment