Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 7, 2022 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/b19653be64e923055915ec27c2c4cd0c to your computer and use it in GitHub Desktop.
Save leveled/b19653be64e923055915ec27c2c4cd0c to your computer and use it in GitHub Desktop.
Mount tmpfs example
mount -t tmpfs -o size=100Mi,mode=1777 some_arbitrary_name /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment