I can't say why it's failing. We need to reproduce this here
for further investigation or you could send a network capture
of let's say the first example you have here (the simple xcopy).

Afshin

Rocky wrote:
> ("name" and "unknown" are aliases here and not what they are actually set 
> to):-
> 
>> What options of xcopy are you using?
> 
> I've tried pretty much every option, here's a small selection:
> 
> C:\>net use \\unknown\fs1
> Local name
> Remote name       \\unknown\fs1
> Resource type     Disk
> Status            OK
> # Opens           0
> # Connections     1
> The command completed successfully.
> 
> C:\>xcopy E:\test.txt \\unknown\fs1\
> E:\test.txt
> Access denied
> 
> C:\>robocopy E:\ \\unknown\fs1 text.txt
> 
> -------------------------------------------------------------------------------
>    ROBOCOPY     ::     Robust File Copy for Windows
> -------------------------------------------------------------------------------
> 
>   Started : Fri Feb 15 18:59:26 2008
> 
>    Source : E:\
>      Dest : \\unknown\fs1\
> 
>     Files : test.txt
> 
>   Options : /COPY:DAT /R:1000000 /W:30
> 
> ------------------------------------------------------------------------------
> 
>                            1    E:\
>             New File                1861        test.txt
> 2008/02/15 18:59:26 ERROR 5 (0x00000005) Copying File e:\test.txt
> Access is denied.
> 
>> Are you in workgroup or domain mode?
> 
> # smbadm list
> security mode: workgroup
> workgroup name: WORKGROUP
> 
>> Which user is running xcopy?
> 
> I've tried local user "name" and local "administrator" connecting to 
> "unknown\name"  and "unknown\root".
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> storage-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/storage-discuss

_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to