xref: /netbsd-src/share/examples/fstab/fstab.wd0.2 (revision bd55168e81528534e5ae14b0359e0e48d316cd3f)
1*bd55168eShubertf#	$NetBSD: fstab.wd0.2,v 1.4 2005/05/06 08:41:00 hubertf Exp $
2074863caSjdolecek#
3074863caSjdolecek# Sample fstab for IDE disk based system
4074863caSjdolecek# see fstab(5) for details on what the fields mean
5074863caSjdolecek# Notes:
6074863caSjdolecek# All swap devices are now configured by swapctl(8), so a swap entry
7074863caSjdolecek# is now needed for all swap partitions so that the "swapctl -A" in
8074863caSjdolecek# /etc/rc will find them, or you will have no swap space.
9074863caSjdolecek#
10074863caSjdolecek/dev/wd0a	/	ffs	rw		1 1
11074863caSjdolecek/dev/wd0b	none	swap	sw		0 0
12*bd55168eShubertf/dev/wd0e	/usr	ffs	rw		1 2
139ee7752fShubertf#
149ee7752fShubertf# Possibly include data from the following files here:
159ee7752fShubertf# fstab.cdrom
169ee7752fShubertf# fstab.pseudo
179ee7752fShubertf# fstab.ramdisk
18