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_at_watson.orgReceived on Wed Jul 06 2005 - 19:24:43 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:38 UTC