summaryrefslogtreecommitdiff
path: root/doc/note/mount/mount.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/mount/mount.txt')
-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
+