From owner-freebsd-questions@FreeBSD.ORG Sun Nov 26 18:24:34 2006 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 D97A616A407 for ; Sun, 26 Nov 2006 18:24:34 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F9C43DB2 for ; Sun, 26 Nov 2006 18:23:21 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 4DB9E5C26; Sun, 26 Nov 2006 18:24:09 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dYREJT-EvZxU; Sun, 26 Nov 2006 18:24:07 +0000 (GMT) Received: from [195.28.169.201] (unknown [195.28.169.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 0DAF85C25; Sun, 26 Nov 2006 18:24:06 +0000 (GMT) Message-ID: <4569DBC5.1020501@joeholden.co.uk> Date: Sun, 26 Nov 2006 18:24:05 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Amit Joshi References: <200611262338.18478.amitjoshi86@gmail.com> In-Reply-To: <200611262338.18478.amitjoshi86@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mounting Freebsd partition on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 18:24:35 -0000 Amit Joshi wrote: > I am trying to mount the FreeBSD Partition on my Debian Testing system with > the 2.6.17-2 kernel. > I tried searching the config file and did not find any reference to UFS or > U2FS in that file. So maybe it is not supported by my kernel? > "UFS" is support, unlikely its in the default kernel though, you will probably need to either recompile it, or load it as a module if it exists. Not sure which versions of UFS it supported, however, Google seems to think UFS2 is supported. Thanks, Joe