NTFS writing doesn't work on CURRENT(?)

Tyler Gee geekout at gmail.com
Wed Jul 6 21:21:55 GMT 2005


> /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


More information about the freebsd-current mailing list