Home | History | Annotate | Line # | Download | only in fstab
      1  1.2   hubertf #	$NetBSD: fstab.nfs.3,v 1.2 2005/04/03 14:12:14 hubertf Exp $
      2  1.1  jdolecek #
      3  1.1  jdolecek # Sample fstab for NFS based system
      4  1.1  jdolecek # see fstab(5) for details on what the fields mean
      5  1.1  jdolecek # Notes:
      6  1.1  jdolecek # All swap devices are now configured by swapctl(8), so a swap entry
      7  1.1  jdolecek # is now needed for all swap partitions so that the "swapctl -A" in
      8  1.1  jdolecek # /etc/rc will find them, or you will have no swap space.
      9  1.1  jdolecek #
     10  1.1  jdolecek nfs-server:/export/root/arch	/       nfs     rw,auto		0 0
     11  1.1  jdolecek nfs-server:/export/swap/mynext	none	swap	sw,nfsmntpt=/swap 0 0
     12  1.2   hubertf #
     13  1.2   hubertf # Possibly include data from the following files here:
     14  1.2   hubertf # fstab.cdrom
     15  1.2   hubertf # fstab.pseudo
     16  1.2   hubertf # fstab.ramdisk
     17