From owner-freebsd-questions@FreeBSD.ORG Mon Jan 29 16:10:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47DBC16A400 for ; Mon, 29 Jan 2007 16:10:24 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp8-g19.free.fr (smtp8-g19.free.fr [212.27.42.65]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE7513C494 for ; Mon, 29 Jan 2007 16:10:23 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp8-g19.free.fr (Postfix) with ESMTP id 18EEB55A0; Mon, 29 Jan 2007 17:10:23 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id C30519D41F; Mon, 29 Jan 2007 16:11:37 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id A9DF6405D; Mon, 29 Jan 2007 17:11:37 +0100 (CET) Date: Mon, 29 Jan 2007 17:11:37 +0100 From: Jeremie Le Hen To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Message-ID: <20070129161137.GD64768@obiwan.tataz.chchile.org> References: <20070129130911.GM99833@obiwan.tataz.chchile.org> <45BE1215.3010708@cs.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <45BE1215.3010708@cs.tu-berlin.de> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Jeremie Le Hen , freebsd-questions@freebsd.org Subject: Re: Cannot mount file-backed msdosfs filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 16:10:24 -0000 Björn, On Mon, Jan 29, 2007 at 04:26:13PM +0100, Björn König wrote: > Jeremie Le Hen schrieb: > >Hi, > > > >(Please Cc: in your replies.) > > > >I used to mount an msdosfs filesystem and it has been working correctly > >so far. Unfortuntely I can't do it anymore today: > > > >% jarjarbinks:/usr/src:108# mdconfig -lu 0 > >% md0 vnode 1.8G /mnt/msdos/FreeBSD-SSP_src.ufs > >% jarjarbinks:/usr/src:109# mount -t msdos /dev/md0 > >/home/tataz/src/ssp/src/ > >% mount_msdosfs: /dev/md0: Invalid argument > >% jarjarbinks:/usr/src:110# fsck_msdosfs /dev/md0 > >% ** /dev/md0 > >% Invalid signature in boot block: 0000 > > I'm not sure, but the filename "FreeBSD-SSP_src.ufs" hints to an UFS > file system. Try > > mount /dev/md0 /home/tataz/src/ssp/src/ > > instead. Executing fsck_msdosfs with an UFS file system gives me the > same error message: Invalid signature in boot block: 0000. It seems that I am a little tired indeed. This is an UFS filesystem. Sorry for the noise :-). Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >