From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 21:24:43 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 D934216A41C for ; Wed, 6 Jul 2005 21:24:43 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEDC43D48 for ; Wed, 6 Jul 2005 21:24:43 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.3/8.13.3) with ESMTP id j66LOeOs080549; Wed, 6 Jul 2005 17:24:40 -0400 (EDT) (envelope-from arr@watson.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.13.3/8.13.3/Submit) with ESMTP id j66LOe0i080546; Wed, 6 Jul 2005 17:24:40 -0400 (EDT) (envelope-from arr@watson.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Wed, 6 Jul 2005 17:24:40 -0400 (EDT) From: "Andrew R. Reiter" To: Tyler Gee In-Reply-To: <6e01203b050706142126e3a247@mail.gmail.com> Message-ID: <20050706172345.L80406@fledge.watson.org> References: <20050706224138.46789a5c.lehmann@ans-netz.de> <6e01203b050706134921406993@mail.gmail.com> <20050706231257.3cc74149.lehmann@ans-netz.de> <6e01203b050706142126e3a247@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-current@freebsd.org, Oliver Lehmann 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 21:24:44 -0000 On Wed, 6 Jul 2005, Tyler Gee wrote: :> /mnt/tmp is the root directory (my mountpoint) I'm quite shure it :> exists ;) : :But does /mnt/tmp/hugo exist? You are trying to copy the directory, :not the directory contents, but that directory doesn't exist on your :NTFS partition and it will not create it. : :Either: : :cp -r /hugo /mnt/tmp : :-or- : :mkdir /mnt/tmp/hugo :cp /hugo/* /mnt/tmp/hugo : :P.S. If this is not your problem and I am way off you can just ignore me. :) : 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. -- Andrew R. Reiter arr@watson.org