NetBSD/share/examples/fstab/fstab.sd0.1
hubertf 9ee7752f6f Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...)
and mfs-based /tmp into their own files. Hint at them in the existing
files. (fstab needs an #include statement :)
2005-04-03 14:12:14 +00:00

19 lines
572 B
Groff

# $NetBSD: fstab.sd0.1,v 1.2 2005/04/03 14:12:14 hubertf 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/sd0f /var ffs rw 1 2
/dev/sd0g /usr ffs rw 1 2
#
# Possibly include data from the following files here:
# fstab.cdrom
# fstab.pseudo
# fstab.ramdisk