diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-04 07:52:18 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-04 07:52:18 +0100 |
commit | bff5f3e2da533cf8809d0330bd49d1cd1a253c72 (patch) | |
tree | 31269a928853768c8ab26a3968e880741db9ddb9 /etc/fstab | |
parent | deeffd78793f7bfe936f8bb020a4cbf9b2b1e48b (diff) |
added etc files
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab new file mode 100644 index 0000000..c21cccc --- /dev/null +++ b/etc/fstab @@ -0,0 +1,12 @@ +ef17731f96a725ba.b none swap sw +ef17731f96a725ba.a / ffs rw,softdep,noatime 1 1 +ef17731f96a725ba.k /home ffs rw,softdep,noatime,nodev,nosuid 1 2 +ef17731f96a725ba.d /tmp ffs rw,softdep,noatime,nodev,nosuid 1 2 +ef17731f96a725ba.f /usr ffs rw,softdep,noatime,nodev 1 2 +ef17731f96a725ba.g /usr/X11R6 ffs rw,softdep,noatime,nodev 1 2 +ef17731f96a725ba.h /usr/local ffs rw,softdep,noatime,wxallowed,nodev 1 2 +ef17731f96a725ba.j /usr/obj ffs rw,softdep,noatime,nodev,nosuid 1 2 +ef17731f96a725ba.i /usr/src ffs rw,softdep,noatime,nodev,nosuid 1 2 +ef17731f96a725ba.e /var ffs rw,softdep,noatime,nodev,nosuid 1 2 +swap /home/lemon/.cache mfs rw,nodev,nosuid,-s=800m 0 0 +swap /tmp mfs rw,nodev,nosuid,-s=800m 0 0 |