Skip to content

Instantly share code, notes, and snippets.

@marczykm
Last active October 10, 2018 10:02
Show Gist options
  • Select an option

  • Save marczykm/a1369f33f02443a55651418f80e0a804 to your computer and use it in GitHub Desktop.

Select an option

Save marczykm/a1369f33f02443a55651418f80e0a804 to your computer and use it in GitHub Desktop.
sudo apt-get install ntfs-3g
sudo mkdir /media/external_hdd
sudo chmod 770 /media/external_hdd
/dev/sda2 /media/external_hdd ntfs-3g uid=1000,gid=1000,nofail,umask=007 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment