xref: /netbsd/share/examples/fstab/fstab.wd0.3 (revision bf9ec67e)
1#	$NetBSD: fstab.wd0.3,v 1.1 2002/05/04 19:44:36 jdolecek Exp $
2#
3# Sample fstab for IDE disk based system
4# see fstab(5) for details on what the fields mean
5# Notes:
6# All swap devices are now configured by swapctl(8), so a swap entry
7# is now needed for all swap partitions so that the "swapctl -A" in
8# /etc/rc will find them, or you will have no swap space.
9# /tmp is on a 16M mfs partition; see mount_mfs(8) for details.
10#
11/dev/wd0a	/	ffs	rw		1 1
12/dev/wd0b	none	swap	sw		0 0
13/dev/wd0f	/var	ffs	rw		1 2
14/dev/wd0g	/usr	ffs	rw		1 2
15swap		/tmp	mfs	rw,-s=16m	0 0
16kernfs		/kern	kernfs	rw		0 0
17procfs		/proc	procfs	rw		0 0
18/dev/cd0a	/cdrom	cd9660	ro,noauto	0 0
19