From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 23:05:34 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988FC16A41C for ; Wed, 6 Jul 2005 23:05:34 +0000 (GMT) (envelope-from bmk0@pacbell.net) Received: from smtp112.sbc.mail.re2.yahoo.com (smtp112.sbc.mail.re2.yahoo.com [68.142.229.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 24ED843D46 for ; Wed, 6 Jul 2005 23:05:34 +0000 (GMT) (envelope-from bmk0@pacbell.net) Received: (qmail 16316 invoked from network); 6 Jul 2005 23:05:33 -0000 Received: from unknown (HELO ?192.168.0.2?) (bmk0@pacbell.net@67.180.252.244 with plain) by smtp112.sbc.mail.re2.yahoo.com with SMTP; 6 Jul 2005 23:05:33 -0000 Message-ID: <42CC63BC.2020402@pacbell.net> Date: Wed, 06 Jul 2005 16:05:32 -0700 From: "Brian M. Kincaid" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20050706224138.46789a5c.lehmann@ans-netz.de> <6e01203b050706134921406993@mail.gmail.com> <20050706231257.3cc74149.lehmann@ans-netz.de> <6e01203b050706142126e3a247@mail.gmail.com> <20050706172345.L80406@fledge.watson.org> <6e01203b050706142767f25697@mail.gmail.com> In-Reply-To: <6e01203b050706142767f25697@mail.gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: NTFS writing doesn't work on CURRENT(?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 23:05:34 -0000 >Tyler Gee wrote: >>Not that I've analyzed the issue at all, but it looks like he did a >>'touch /hugo' (if I recall the original email), so 'hugo' would be a >>regular file. > > > You are right, it is the hostname. I didn't see that, sorry! > > Looks like you still have a problem, Oliver. :) > > I felt bad because you never know if you are dealing with someone who > has a problem or someone who doesn't know how to use cp. The last time I checked on it the FreeBSD NTFS driver was READ ONLY, and files bigger than 2GB could not be fully read, the file size seems to be actual file size modulo 2GB. This is probably a 32 bit int problem somewhere. With these exceptions, the ntfs stuff seems to work OK, though. Brian