20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
# $NetBSD: fstab.wd,v 1.2 2001/11/26 16:34:57 lukem Exp $
|
|
#
|
|
# Sample fstab for IDE 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.
|
|
# /tmp is on a 10M mfs partition; see mount_mfs(8) for details.
|
|
# the CD-ROM entry is commented out because IDE controller based
|
|
# machines often do not have SCSI CD devices.
|
|
#
|
|
/dev/wd0a / ffs rw 1 1
|
|
/dev/wd0b none swap sw 0 0
|
|
/dev/wd0f /var ffs rw 1 2
|
|
/dev/wd0g /usr ffs rw 1 2
|
|
swap /tmp mfs rw,-s=10m 0 0
|
|
kernfs /kern kernfs rw 0 0
|
|
procfs /proc procfs rw 0 0
|