From owner-freebsd-stable@FreeBSD.ORG Tue Apr 13 08:01:11 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 A13C116A4CE for ; Tue, 13 Apr 2004 08:01:11 -0700 (PDT) Received: from ux1.ibb.net (ux1.ibb.net [64.215.98.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCFC43D49 for ; Tue, 13 Apr 2004 08:01:08 -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 PAA17520 for ; Tue, 13 Apr 2004 15:51:31 +0200 X-Authentication-Warning: ux1.ibb.net: mipam owned process doing -bs Date: Tue, 13 Apr 2004 15:51:31 +0200 (MET DST) From: Mipam To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Tue, 13 Apr 2004 15:01:11 -0000 Hi, I've been trying to mount a swap backed mfs, but it seems inpossible. On questions i've gotten no answer. Thing is, i am able to mount the stuff in 4-stable, but not in 5.2.1-p4. I added the line: /dev/amrd0s1b /var/amavis mfs rw,-s=65536 0 0 to /etc/fstab but i cant mount /var/amavis, in 4-stable it works fine. I have device md # Memory "disks" in the kernel config so i dont see why it doesnt work. Can anybody give any hints what's going on? When i try it manually i get: mount_mfs: bad device unit: amrd0s1b Bye, Reinoud.