From owner-freebsd-questions Wed Dec 16 00:01:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07438 for freebsd-questions-outgoing; Wed, 16 Dec 1998 00:01:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from firewall.scitec.com.au (fgate.scitec.com.au [203.17.180.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07433 for ; Wed, 16 Dec 1998 00:01:50 -0800 (PST) (envelope-from john.saunders@scitec.com.au) Received: by firewall.scitec.com.au; id TAA16898; Wed, 16 Dec 1998 19:01:43 +1100 (EST) Received: from mailhub.scitec.com.au(203.17.180.131) by fgate.scitec.com.au via smap (3.2) id xma016892; Wed, 16 Dec 98 19:01:27 +1100 Received: from saruman (saruman.scitec.com.au [203.17.182.108]) by mailhub.scitec.com.au (8.6.12/8.6.9) with SMTP id TAA28539; Wed, 16 Dec 1998 19:01:19 +1100 From: "John Saunders" To: "Donny Lee" , "David Wolfskill" Cc: Subject: RE: What does it mean MFS ? Date: Wed, 16 Dec 1998 19:01:19 +1100 Message-ID: <001801be28ca$43a69cd0$6cb611cb@saruman.scitec.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <36772842.FDA3FD4E@usa.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can one specify the size, say 4mb, to a MFS to mount? > > I've enabled the MFS options in my 3.0 kernel, but find no > way to mount. Add this to /etc/fstab (/dev/wd0s1b has to be the swap partition). /dev/wd0s1b /tmp mfs rw 0 0 If you want to change how big it is (the default size is as big as all of your swap space). /dev/wd0s1b /tmp mfs rw,-s=16384 0 0 The -s option gives the size in 512 byte sectors, so my example creates a 4MB memory filesystem. Cheers. -- . +-------------------------------------------------------+ ,--_|\ | John Saunders mailto:John.Saunders@scitec.com.au | / Oz \ | SCITEC LIMITED Phone +61294289563 Fax +61294289933 | \_,--\_/ | "By the time you make ends meet, they move the ends." | v +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message