From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 06:38:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5339716A4CE for ; Fri, 2 Jan 2004 06:38:10 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B99443D31 for ; Fri, 2 Jan 2004 06:38:09 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AcQRF-000H4q-06; Fri, 02 Jan 2004 06:38:09 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 2 Jan 2004 06:38:08 -0800 To: David Wolfskill References: <200401021432.i02EWfp4021895@bunrab.catwhisker.org> Message-Id: cc: FreeBSD Current Subject: Re: mfs /tmp won't mount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 14:38:10 -0000 >>>> /dev/ad0s3b none swap sw 0 0 >>>> /dev/ad0s3b /tmp mfs -s131072,rw,nosuid,nodev,noatime >>> md /tmp mfs rw,-s512m 0 0 >> actually, that's quite different. look at the device, you used >> md directly. i will try that. thanks. > Ah; right. Hope it helps. :-) it did indeed. somehow i missed this in UPDATING and searching mailing lists etc. copying -current for the archive so others won't miss it. randy