Re: NTFS writing doesn't work on CURRENT(?)

From: Tyler Gee <geekout_at_gmail.com>
Date: Wed, 6 Jul 2005 15:21:54 -0600
> /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. :)

-wtgee
Received on Wed Jul 06 2005 - 19:21:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:38 UTC