17 lines
581 B
Groff
17 lines
581 B
Groff
# $NetBSD: fstab.nfs.3,v 1.2 2005/04/03 14:12:14 hubertf Exp $
|
|
#
|
|
# Sample fstab for NFS 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.
|
|
#
|
|
nfs-server:/export/root/arch / nfs rw,auto 0 0
|
|
nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0
|
|
#
|
|
# Possibly include data from the following files here:
|
|
# fstab.cdrom
|
|
# fstab.pseudo
|
|
# fstab.ramdisk
|