Home | History | Annotate | Line # | Download | only in fstab
fstab.ramdisk revision 1.3
      1  1.3   sketch #	$NetBSD: fstab.ramdisk,v 1.3 2005/11/27 14:11:44 sketch Exp $
      2  1.1  hubertf #
      3  1.1  hubertf # Sample fstab for ramdisk (mfs) based /tmp filesystem.
      4  1.1  hubertf # /tmp is on a 5MB mfs partition; see mount_mfs(8) for details.
      5  1.3   sketch # Adjust the size according to the amount of free RAM.
      6  1.1  hubertf #
      7  1.2  hubertf swap		/tmp	mfs	rw,-s=5m,nodev,nosuid
      8