Skip to content

Instantly share code, notes, and snippets.

@illvart
Last active May 28, 2019 12:50
Show Gist options
  • Select an option

  • Save illvart/901062d4136714e5f4417cae65b49f6e to your computer and use it in GitHub Desktop.

Select an option

Save illvart/901062d4136714e5f4417cae65b49f6e to your computer and use it in GitHub Desktop.
Fix NTFS-3G for NTFS partition used on node_modules

/etc/fstab

/dev/NTFS-partition  /mnt/windows  ntfs-3g  uid=userid,gid=groupid,rw  0 0

find a uid and gid:

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