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