From owner-freebsd-questions@FreeBSD.ORG Fri Aug 11 07:40:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1383C16A4DD for ; Fri, 11 Aug 2006 07:40:40 +0000 (UTC) (envelope-from martin.miedema@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6717F43D49 for ; Fri, 11 Aug 2006 07:40:39 +0000 (GMT) (envelope-from martin.miedema@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so944940nfe for ; Fri, 11 Aug 2006 00:40:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YZw82/u+w7P0w0/mmNuRQ3jDDBECTbQJ7P4OE1T0X1LEnrYgxwedstALGI2HElrWxp1QIwaOOHgFtnhKsxCjeAv6gr8gJ7EyTn9G5Y5GHJdsQYMmvBiqS14GtBdftdcZHozmCrjraxtEwJmCy1Ew3apHhAn9sDHxPnuFrI0FHFs= Received: by 10.49.21.8 with SMTP id y8mr3732914nfi; Fri, 11 Aug 2006 00:40:38 -0700 (PDT) Received: from ?10.137.41.178? ( [193.95.172.210]) by mx.gmail.com with ESMTP id p72sm6008733nfc.2006.08.11.00.40.37; Fri, 11 Aug 2006 00:40:38 -0700 (PDT) Message-ID: <44DC3470.7000103@gmail.com> Date: Fri, 11 Aug 2006 08:40:32 +0100 From: Martin Miedema User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Martin Miedema References: <44DB2EAD.80502@gmail.com> In-Reply-To: <44DB2EAD.80502@gmail.com> Content-Type: text/plain; charset=ISO-8859-6; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Accessing FreeBSD partition from Windows with dual boot 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: Fri, 11 Aug 2006 07:40:40 -0000 Martin Miedema wrote: > I'm looking for a way to access (read only is fine) a FreeBSD > partition on my Windows installation on a dual boot notebook (so Samba > won't do the trick) > > I read a couple of things after some googling about CrossFS which > basically should be a UFS driver for windows. Unfortunately all these > articles / posts are from 2001 / 2002 and the link that's in them no > longer works: http://crossfs.bizland.com > > Does any one know if this project still exists? and if not if there is > any other alternative to use? > > Martin. > > FFS driver is doing the trick perfectly, it took a couple of reboots before I got it to work (only used hibernation in Windows since I installed FreeBSD so Windows didn't see the partition yet.) I haven't tried UFS2tools.sourceforge.net yet, but I will definitely try. Thanks every one for the great help :-)