From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 20:21:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34EEB1065675 for ; Fri, 29 Aug 2008 20:21:41 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 05AE98FC1C for ; Fri, 29 Aug 2008 20:21:40 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1346502rvf.43 for ; Fri, 29 Aug 2008 13:21:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=EavnQ11x4Q7oQWBe2qZv/HdTGFZ1A9UELQBG/mJLu78=; b=tApTfSaJeTjuHqa5hSFdePlzsMjgjF5URGhtAe9RmCFSIRLrZCzrecgpc9dhxXLcoY /EHg+QD+lQ0S/IEG3dKGJC5dHp7Jogmm52gTxsQ1QO9ML0YWIJzz55F6zDLBNdk2OCru B0HJu0MdAd6RWaE5n5qGY6MSFHonx55oUfNyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=o3nuwYhlPkoJouaGLW5Vv9tm14j258t0wu+1HRxd9Fqp311butNoXOjSHKALNHvHSS ZXPqna7t1WeabFFPGuBRMI+HWxunubDIis1iNhmFdDMKfoT3FJzlMhE8hn+7tq2hZxPU kKTIgzeUWxX1kuiboS6EWWbT1RRMHpU6T8s3U= Received: by 10.141.116.17 with SMTP id t17mr1717945rvm.251.1220041300534; Fri, 29 Aug 2008 13:21:40 -0700 (PDT) Received: by 10.141.87.10 with HTTP; Fri, 29 Aug 2008 13:21:40 -0700 (PDT) Message-ID: Date: Fri, 29 Aug 2008 15:21:40 -0500 From: "Andrew Gould" To: RW In-Reply-To: <20080823011722.1315394f@gumby.homeunix.com.> MIME-Version: 1.0 References: <20080823011722.1315394f@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: OT: most "universal" file system for 1TB external USB2 hard drive 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, 29 Aug 2008 20:21:41 -0000 On Fri, Aug 22, 2008 at 7:17 PM, RW wrote: > > There is also NTFS through ntfs-3g ,which is available for all of the > above (sysutils/fusefs-ntfs on FreeBSD). Having a native Windows > filesystem is sensible on a portable drive, and fat32 is not a great > filesystem. > > http://www.ntfs-3g.org > _______________________________________________ > Great suggestion! I have NTFS support compiled into the kernel. Do you know if this conflicts with the usage of ntfs-3g? Thanks, Andrew Gould