xref: /netbsd-src/share/examples/fstab/fstab.wd0.2 (revision bd55168e81528534e5ae14b0359e0e48d316cd3f)
1#	$NetBSD: fstab.wd0.2,v 1.4 2005/05/06 08:41:00 hubertf 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#
10/dev/wd0a	/	ffs	rw		1 1
11/dev/wd0b	none	swap	sw		0 0
12/dev/wd0e	/usr	ffs	rw		1 2
13#
14# Possibly include data from the following files here:
15# fstab.cdrom
16# fstab.pseudo
17# fstab.ramdisk
18