Orvar Korvar wrote:
> I can use ntfscp to copy TO ntfs. A file with the file name I want copy to 
> ntfs, must also already reside there on the ntfs. ntfscp merely over writes 
> an existing file on ntfs. I can not create a new file on ntfs. This works 
> fine:
> bash-3.00# ntfscp /dev/dsk/c1d1p1 /export/home/sean/notes.doc treeinfo.wc
>
> But I dont succeed copying FROM ntfs to ufs.
> bash-3.00# ntfscp /dev/dsk/c1d1p1 treeinfo.doc /export/home/sean/asdf.d  
> ERROR: Couldn't stat source file : No such file or directory
>
>
> Have I misunderstood ntfscp, or is this the way it should be used?
>   

   From the ntfscp manpage this is the behavior. It will copy a file TO 
an existing file
   in ntfs. To copy a file FROM ntfs an alternative would be to use:

   ntfscat /dev/dsk/cNdNpN somefile > someotherfile

Regards,
Moinak.

>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-discuss mailing list
> opensolaris-discuss@opensolaris.org
>   

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to