Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbarm Add a sample SCSI disk fstab.
details: https://anonhg.NetBSD.org/src/rev/9258f99743ff
branches: trunk
changeset: 525562:9258f99743ff
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Apr 13 00:53:00 2002 +0000
description:
Add a sample SCSI disk fstab.
diffstat:
etc/etc.evbarm/fstab.sd | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 6a2b33a84926 -r 9258f99743ff etc/etc.evbarm/fstab.sd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.evbarm/fstab.sd Sat Apr 13 00:53:00 2002 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: fstab.sd,v 1.1 2002/04/13 00:53:00 thorpej Exp $
+#
+# Sample fstab for SCSI disk based system
+# see fstab(5) for details on what the fields mean
+# Notes:
+# All swap devices are now configured by swapctl(8), so a swap entry
+# is now needed for all swap partitions so that the "swapctl -A" in
+# /etc/rc will find them, or you will have no swap space.
+#
+/dev/sd0a / ffs rw 1 1
+/dev/sd0b none swap sw 0 0
+/dev/sd0e /usr ffs rw 1 2
+kernfs /kern kernfs rw 0 0
+procfs /proc procfs rw 0 0
Home |
Main Index |
Thread Index |
Old Index