Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 17:36:45 +0100
From:      "Ralf S. Engelschall" <rse@engelschall.com>
To:        freebsd-current@freebsd.org
Subject:   Re: mdmfs broken?
Message-ID:  <20030305163645.GA61810@engelschall.com>

next in thread | raw e-mail | index | archive | help

In article <20030305142802.GL4422@pcwin002.win.tue.nl> you wrote:

> What's the correct syntax in 5-CURRENT to have a memory disk for /tmp
> in your /etc/fstab?
> [...]

Create a symlink:

  lrwxr-xr-x  1 root  wheel  5 Feb 13 13:28 /sbin/mount_mfs -> mdmfs

and use in /etc/fstab something like:

  md0 /tmp mfs rw,-s128m,noatime,nosuid,nodev 0 0

                                       Ralf S. Engelschall
                                       rse@engelschall.com
                                       www.engelschall.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305163645.GA61810>