NetBSD/etc/etc.next68k/fstab.nfs

14 lines
571 B
Plaintext
Raw Normal View History

2001-11-26 19:34:56 +03:00
# $NetBSD: fstab.nfs,v 1.4 2001/11/26 16:34:57 lukem 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.
# /tmp is on a 10M mfs partition; see mount_mfs(8) for details.
1998-06-09 13:10:38 +04:00
#
nfs-server:/export/root/next68k / nfs rw,auto 0 0
#nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0
2001-11-26 19:34:56 +03:00
#swap /tmp mfs rw,-s=10m 0 0