summaryrefslogtreecommitdiff
path: root/doc/note/mount
diff options
context:
space:
mode:
authorandreas tux-book2024-01-21 13:05:02 +0100
committerandreas tux-book2024-01-21 13:05:02 +0100
commit8bf929b59fb4688b58fdea59548a0cbe3cb55f6d (patch)
tree90be0a7090ec1fe5e540f3d9638fce6c0d8f1e4f /doc/note/mount
parent3c37451a37878c7958825b38c7ade5839026a97d (diff)
downloadUnspecifiedGarbage-8bf929b59fb4688b58fdea59548a0cbe3cb55f6d.zip
UnspecifiedGarbage-8bf929b59fb4688b58fdea59548a0cbe3cb55f6d.tar.gz
Add doc about expand expiry of gpg keys
Diffstat (limited to 'doc/note/mount')
-rw-r--r--doc/note/mount/mount.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/note/mount/mount.txt b/doc/note/mount/mount.txt
new file mode 100644
index 0000000..99e1521
--- /dev/null
+++ b/doc/note/mount/mount.txt
@@ -0,0 +1,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
+