Date: Wed, 6 Jul 2005 17:24:40 -0400 (EDT) From: "Andrew R. Reiter" <arr@watson.org> To: Tyler Gee <geekout@gmail.com> Cc: freebsd-current@freebsd.org, Oliver Lehmann <lehmann@ans-netz.de> Subject: Re: NTFS writing doesn't work on CURRENT(?) Message-ID: <20050706172345.L80406@fledge.watson.org> In-Reply-To: <6e01203b050706142126e3a247@mail.gmail.com> References: <20050706224138.46789a5c.lehmann@ans-netz.de> <6e01203b050706134921406993@mail.gmail.com> <20050706231257.3cc74149.lehmann@ans-netz.de> <6e01203b050706142126e3a247@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050706172345.L80406>