summaryrefslogtreecommitdiff
path: root/doc/note/mount/mount.txt
blob: 99e15213e699e05502a23da215bcdf23e67e22b4 (plain)
1
2
3
4
5
6
7
8

## tmpfs / ramfs

TODO: it seems as 'size' has no effect, and system may run OOM instead.

  mount -t ramfs -o size=1G ramfs /mnt/ramfs
  chown -R $(whoami):$(whoami) /mnt/ramfs