From owner-freebsd-current@FreeBSD.ORG Sun Sep 14 13:14:59 2003 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 530FF16A4BF for ; Sun, 14 Sep 2003 13:14:59 -0700 (PDT) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EA743FA3 for ; Sun, 14 Sep 2003 13:14:58 -0700 (PDT) (envelope-from thorsten.greiner@web.de) Received: from [80.141.0.81] (helo=tybalt) by smtp.web.de with asmtp (WEB.DE 4.99 #448) id 19ydGo-0000C8-00; Sun, 14 Sep 2003 22:14:55 +0200 Date: Sun, 14 Sep 2003 22:14:53 +0200 From: Thorsten Greiner To: Deiter Alexandr Valerievich Message-ID: <20030914201453.GA817@tybalt> References: <001701c37af6$ddf96b40$6701320a@komi.mts.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001701c37af6$ddf96b40$6701320a@komi.mts.ru> User-Agent: Mutt/1.4.1i Sender: thorsten.greiner@web.de cc: freebsd-current@freebsd.org Subject: Re: mdmfs: newfs exited with error code 36 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: Sun, 14 Sep 2003 20:14:59 -0000 * Deiter Alexandr Valerievich [2003-09-14 22:10]: > mdmfs: newfs exited with error code 36 This error seems to be generic, I see it on i386 too. I usually mount /tmp with the following entry from fstab: md /tmp mfs rw,-s250m 2 0 This gives the newfs error mentioned above. Doing the steps by hand I get: # mdconfig -a -t swap -s 256m md4 # newfs /dev/md4 /dev/md4: 256.0MB (524288 sectors) block size 16384, fragment size 4096 using 4 cylinder groups of 64.02MB, 4097 blks, 4160 inodes. super-block backups (for fsck -b #) at: 160, 131264, 262368, 393472 newfs: wtfs: 4096 bytes at sector 192: Bad address Regards -Thorsten -- Williams and Holland's Law: If enough data is collected, anything may be proven by statistical methods.