From owner-freebsd-stable@FreeBSD.ORG Thu Apr 15 01:18:39 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E89D16A4CF for ; Thu, 15 Apr 2004 01:18:39 -0700 (PDT) Received: from ux1.ibb.net (ux1.ibb.net [64.215.98.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1578943D48 for ; Thu, 15 Apr 2004 01:18:38 -0700 (PDT) (envelope-from mipam@ibb.net) Received: from localhost (mipam@localhost) by ux1.ibb.net (8.9.3/8.9.3/UX1TT) with ESMTP id JAA25388; Thu, 15 Apr 2004 09:08:52 +0200 X-Authentication-Warning: ux1.ibb.net: mipam owned process doing -bs Date: Thu, 15 Apr 2004 09:08:52 +0200 (MET DST) From: Mipam To: Cory Bajus In-Reply-To: <20040414140712.GA62950@rigel.bajus.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: unable to mount swap backed device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 08:18:39 -0000 On Wed, 14 Apr 2004, Cory Bajus wrote: [SNIP] > On 5+, you need an entry like this in /etc/fstab: > > md /var/amavis mfs rw,-s64m 0 0 > > This will configure a swap backed 'md' disk and put a UFS Thanks, it works fine. Only the permissions ans ownership after this are like this: drwxrwxrwt 3 root wheel every time after reboot the permissions are the same again. Anyway, to get around this? Bye, Mipam.