Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Last active May 8, 2018 16:48
Show Gist options
  • Save filipeandre/5728471486c5ea5cc09eb631aef59a20 to your computer and use it in GitHub Desktop.
Save filipeandre/5728471486c5ea5cc09eb631aef59a20 to your computer and use it in GitHub Desktop.
Some useful linux mount configs
# Ram mounts
tmpfs /tmp tmpfs nodev,nosuid,size=1G 0 0
tmpfs /home/xooxx/.cache/google-chrome/Default tmpfs nodev,nosuid,size=1G 0 0
tmpfs /home/xooxx/.cache/mozilla/firefox/6xh5l5hs.default tmpfs nodev,nosuid,size=1G 0 0
# Ntfs windows drives
UUID=F4789A76789A3778 /mnt/WD10EFRX ntfs windows_names,hide_hid_files,nosuid,nodev,permissions,defaults 0 0
UUID=C0D680E5D680DD52 /mnt/MK1059GMS ntfs windows_names,hide_hid_files,nosuid,nodev,permissions,defaults 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment