aboutsummaryrefslogtreecommitdiff
path: root/share.BSD/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'share.BSD/fstab')
-rw-r--r--share.BSD/fstab21
1 files changed, 0 insertions, 21 deletions
diff --git a/share.BSD/fstab b/share.BSD/fstab
deleted file mode 100644
index b28c3fc9..00000000
--- a/share.BSD/fstab
+++ /dev/null
@@ -1,21 +0,0 @@
-# /etc/fstab: static file system information.
-#
-# noatime turns off atimes for increased performance (atimes normally aren't
-# needed.
-#
-# The root filesystem should have a pass number of either 0 or 1.
-# All other filesystems should have a pass number of 0 or greater than 1.
-#
-# See the manpage fstab(5) for more information.
-#
-
-# <fs> <mountpoint> <type> <opts> <dump/pass>
-
-/dev/ad0s1a / ufs rw,noatime 1 1
-/dev/ad0s1b none swap sw 0 0
-
-/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0
-
-# Enable this line to mount /proc automatically.
-# Required for Linux emulation.
-#none /proc linprocfs rw,noexec,nosuid 0 0