From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 12:14:34 2005 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 3046716A41F for ; Thu, 7 Jul 2005 12:14:34 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF95043D49 for ; Thu, 7 Jul 2005 12:14:31 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 15534051 for ; Thu, 07 Jul 2005 08:14:31 -0400 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <42CD0CF7.6030703@speechpro.com> References: <200507071706.27858.shinjii@virusinfo.rdksupportinc.com> <42CCF6C8.2000405@gizm0.org> <7d6729180507070303d921631@mail.gmail.com> <42CD0CF7.6030703@speechpro.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Thu, 7 Jul 2005 08:14:37 -0400 To: FreeBSD Mailing List X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Subject: Re: Copying data onto a NTFS partitioned hdd 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, 07 Jul 2005 12:14:34 -0000 On Jul 7, 2005, at 7:07 AM, Igor Robul wrote: > datora tehnika wrote: > >> ''too small.'' Then I went with ''default,'' but then the volume size >> was ''too large.'' (for a 40 GB drive, the identical twin of which >> > This is known problem for Windows 2000 DiskManager. You can create > FAT32 with Win98, Partition Magic, Linux, FreeBSD. Windows 2000 will > be able to access disk. I know it isn't what one would probably want to hear as a solution, but there are two other possibilities... Purchase a cheap Windows system to act as a file server on your home network, and you can share data using CIFS, or... Create a partition for Windows to share data with FreeBSD, and use an IFS driver to access it in a neutral filesystem, like EXT3 (something like http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm ). Depending on what you're using Windows for, you could also look into running something like VMWare on FreeBSD. Personally, just for less hassle down the road, I'd personally opt for the second machine and use file shares to share data. But that's just me...