From owner-freebsd-questions@FreeBSD.ORG Tue May 16 08:19:29 2006 Return-Path: X-Original-To: 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 B6EE816A418 for ; Tue, 16 May 2006 08:19:29 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DF543D45 for ; Tue, 16 May 2006 08:19:29 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZC00ANAN4FZWD0@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 16 May 2006 10:19:27 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZC00JBGN4CBED0@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 16 May 2006 10:19:27 +0200 (CEST) Date: Tue, 16 May 2006 10:19:31 +0200 From: Kyrre Nygard To: questions@freebsd.org Message-id: <7.0.1.0.2.20060516101626.021dcaf8@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Cc: Subject: Reading UFS2 from Windows 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: Tue, 16 May 2006 08:19:31 -0000 Hello! I have an awkward setup right here. I have my first harddrive split into one NTFS partition which runs Windows, and one FAT32 partition which serves as a temporary docking station for all my files which I later secure into my 2nd harddrive running FreeBSD. Can I skip this temporary docking station somehow? I was thinking, since UFS2 is an open specification, it shouldn't be impossible creating a Win32 interface that will let me read and write to one. Does anyone know? Thanks, Kyrre