2001-11-26 19:34:56 +03:00
|
|
|
# $NetBSD: fstab.sd,v 1.2 2001/11/26 16:34:56 lukem Exp $
|
2000-03-03 15:56:05 +03:00
|
|
|
#
|
|
|
|
# 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.
|
2001-11-26 19:34:56 +03:00
|
|
|
# /tmp is on a 16M mfs partition; see mount_mfs(8) for details.
|
2000-03-03 15:56:05 +03:00
|
|
|
#
|
|
|
|
/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
|
2001-11-26 19:34:56 +03:00
|
|
|
swap /tmp mfs rw,-s=16m 0 0
|
2000-03-03 15:56:05 +03:00
|
|
|
kernfs /kern kernfs rw 0 0
|
|
|
|
procfs /proc procfs rw 0 0
|
|
|
|
/dev/cd0a /cdrom cd9660 ro,noauto 0 0
|