From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 15:53:32 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 71A2516A6A2 for ; Thu, 10 Aug 2006 15:53:32 +0000 (UTC) (envelope-from mjkarki@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id A327A43D49 for ; Thu, 10 Aug 2006 15:53:31 +0000 (GMT) (envelope-from mjkarki@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so524932ugf for ; Thu, 10 Aug 2006 08:53:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mstLnAX+KP7a+QIfSxrZG2SYXsSsHipbtZdCbSoX84TTmHiZRFnnbspZ7RJ/uKxOZUmJcmt1qg2OJQw+fyfrUZ7HFmseXpL9dwxarcLLNj/IQlyWGg/menR6zkJBlW80tKgXyR1nZuZviONuIIvKcJHaN3uQ6DtH0Uxl1/clwKs= Received: by 10.66.244.10 with SMTP id r10mr2769592ugh; Thu, 10 Aug 2006 08:53:30 -0700 (PDT) Received: by 10.67.101.7 with HTTP; Thu, 10 Aug 2006 08:53:30 -0700 (PDT) Message-ID: <1b15366e0608100853i12b67264y903fe25b34ee79dd@mail.gmail.com> Date: Thu, 10 Aug 2006 18:53:30 +0300 From: "Matti J. Karki" Sender: mjkarki@gmail.com To: "Svein Halvor Halvorsen" In-Reply-To: <44DB32FC.6040500@lvor.halvorsen.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DB2EAD.80502@gmail.com> <44DB32FC.6040500@lvor.halvorsen.cc> X-Google-Sender-Auth: 950cfaa9648aaea4 Cc: Martin Miedema , 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: Thu, 10 Aug 2006 15:53:32 -0000 On 8/10/06, Svein Halvor Halvorsen wrote: > 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) > > Maybe this will do: http://ffsdrv.sourceforge.net/ > > I haven't tried it myself, though, so I can't really recommend that you > use it on a real file system with real data, until you've done some testing. > I have used that driver few times for accessing FreeBSD partitions. Works great. At least I haven't encountered any real problems with it. The usage of the management tool was a bit tricky at first, but once you get to know the numbering scheme, there should be no problems. The driver creates a drive letter under the Windows system and all files are accessible via normal File Explorer functions. The management tool is used to load the driver and mount/unmount partitions (there is no installation of any drivers to the operating system, which is great IMHO). -Matti