Home | History | Annotate | Line # | Download | only in fstab
      1 #	$NetBSD: fstab.nfs.3,v 1.2 2005/04/03 14:12:14 hubertf Exp $
      2 #
      3 # Sample fstab for NFS 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 nfs-server:/export/root/arch	/       nfs     rw,auto		0 0
     11 nfs-server:/export/swap/mynext	none	swap	sw,nfsmntpt=/swap 0 0
     12 #
     13 # Possibly include data from the following files here:
     14 # fstab.cdrom
     15 # fstab.pseudo
     16 # fstab.ramdisk
     17