From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 05:04:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A30216A4CE for ; Thu, 11 Dec 2003 05:04:59 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC9B43D2D for ; Thu, 11 Dec 2003 05:04:56 -0800 (PST) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id hBBD6RCB086612; Thu, 11 Dec 2003 14:06:27 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id hBBD6R40086611; Thu, 11 Dec 2003 14:06:27 +0100 (CET) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Thu, 11 Dec 2003 14:06:27 +0100 From: Ruben de Groot To: freebsd-questions@freebsd.org Message-ID: <20031211130627.GA86473@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , freebsd-questions@freebsd.org, Jan.Stary@ff.cuni.cz References: <20031126123936.A19484@praha1.ff.cuni.cz> <20031126170733.GA23795@lej05.wurbo.net> <20031126181624.A5492@praha1.ff.cuni.cz> <20031208160402.GB6845@lej05.wurbo.net> <20031211123238.A16478@praha1.ff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031211123238.A16478@praha1.ff.cuni.cz> User-Agent: Mutt/1.4.1i cc: Jan.Stary@ff.cuni.cz Subject: Re: ufs problem (mounting ufs under linux-2.6.0-test11) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 13:04:59 -0000 On Thu, Dec 11, 2003 at 12:32:38PM +0100, Jan.Stary@ff.cuni.cz typed: > Hello, > > I don't seem to be able to mount the FreeBSD-5.1-RELEASE's ufs > partition in linux-2.6.0-test11, which occupies another partition > on the same machine (which is Acer Aspire 1304XC). > > Has the ufs format changed in 5.1? I specify ufstype=44bsd in > the mount command. Hi Jan, >From the release notes: newfs(8) will now create UFS2 file systems by default, unless UFS1 is specifically requested with the -O1 option. I would be surprised if linux understands UFS2 allready. Ruben > > Thank you > > Jan >