Skip to content

Instantly share code, notes, and snippets.

@b1tg
Created August 15, 2021 07:42
Show Gist options
  • Save b1tg/e12a34ebd4162cd165ffafe24876eb1b to your computer and use it in GitHub Desktop.
Save b1tg/e12a34ebd4162cd165ffafe24876eb1b to your computer and use it in GitHub Desktop.
mount NTFS disk on linux

Arch linux

sudo pacman -S ntfs-3g
lsblk
sudo mount /dev/sdx1 /mnt

Debian linux

direcly useable in Debian 11

PS: Debian 11 use kernel with built-in exFAT support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment