summaryrefslogtreecommitdiff
path: root/doc/note/mount/fstab.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/mount/fstab.txt')
-rw-r--r--doc/note/mount/fstab.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/note/mount/fstab.txt b/doc/note/mount/fstab.txt
new file mode 100644
index 0000000..de642ce
--- /dev/null
+++ b/doc/note/mount/fstab.txt
@@ -0,0 +1,13 @@
+
+fstab
+=====
+
+## Moving firefox cache to RAM
+
+Effect: Faster at runtime, slower at startup.
+
+fstab entry:
+none /home/YOURNAME/.cache/mozilla/firefox tmpfs noatime,noexec,users 0 0
+
+
+