summaryrefslogtreecommitdiff
path: root/share/examples/fstab/fstab.wd0.3
blob: 961635f1c9a2dea0a61d73a81e567f351296812d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: fstab.wd0.3,v 1.1 2002/05/04 19:44:36 jdolecek 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 16M mfs partition; see mount_mfs(8) for details.
#
/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=16m	0 0 
kernfs		/kern	kernfs	rw		0 0
procfs		/proc	procfs	rw		0 0
/dev/cd0a	/cdrom	cd9660	ro,noauto	0 0