fstab.sd0.1 revision 1.2 1 # $NetBSD: fstab.sd0.1,v 1.2 2005/04/03 14:12:14 hubertf Exp $
2 #
3 # Sample fstab for SCSI 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/sd0a / ffs rw 1 1
11 /dev/sd0b none swap sw 0 0
12 /dev/sd0f /var ffs rw 1 2
13 /dev/sd0g /usr ffs rw 1 2
14 #
15 # Possibly include data from the following files here:
16 # fstab.cdrom
17 # fstab.pseudo
18 # fstab.ramdisk
19