From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 13:03:43 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 F0FB116A4E0 for ; Thu, 10 Aug 2006 13:03:43 +0000 (UTC) (envelope-from martin.miedema@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8313343D45 for ; Thu, 10 Aug 2006 13:03:43 +0000 (GMT) (envelope-from martin.miedema@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so132097qbd for ; Thu, 10 Aug 2006 06:03:40 -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:subject:content-type:content-transfer-encoding; b=iTtsffsSDAabHBvb3Gtxwl+LSvsU20nXojqPy2WrAaYGGP2J+JM1WaKOB9JJhag3Y29X4kpWHPPTz76TcO6w6Ytv81tn8vxSQcLR/5B3Iki87RRJdQBwJCEwTr3ymaCjisBfbI8t3zhUis4icOXjEBYxJ8nHB1cc890wq+EYrk4= Received: by 10.67.22.2 with SMTP id z2mr2523695ugi; Thu, 10 Aug 2006 06:03:40 -0700 (PDT) Received: from ?10.137.41.178? ( [193.95.172.210]) by mx.gmail.com with ESMTP id k1sm1311111ugf.2006.08.10.06.03.38; Thu, 10 Aug 2006 06:03:39 -0700 (PDT) Message-ID: <44DB2EAD.80502@gmail.com> Date: Thu, 10 Aug 2006 14:03:41 +0100 From: Martin Miedema User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Thu, 10 Aug 2006 13:03:44 -0000 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.