Jump to content

Recommended Posts

Posted

I used robocopy . e:\data /S /XO , getting access denied then ised

robocopy . e:\data /S /XO /ZB , i am getting no access right.

 

how to grant the access right to run the /ZB command ?

 

i am using windows xp , normal user right.

Guest Pegasus \(MVP\)
Posted

Re: robocopy

 

 

"DD" <DD@discussions.microsoft.com> wrote in message

news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com...

>I used robocopy . e:\data /S /XO , getting access denied then ised

> robocopy . e:\data /S /XO /ZB , i am getting no access right.

>

> how to grant the access right to run the /ZB command ?

>

> i am using windows xp , normal user right.

>

 

Give yourself full read/write access to the target drive.

Posted

Re: robocopy

 

Always can not copy the new folder, error 5 changing file attributes , access

is denied.

 

but if using windows explorer copy and patse , no problem to copy.user have

the write permission to the target folder. The target folder is external usb

hardisk. is NTFS

 

 

"Pegasus (MVP)" wrote:

>

> "DD" <DD@discussions.microsoft.com> wrote in message

> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com...

> >I used robocopy . e:\data /S /XO , getting access denied then ised

> > robocopy . e:\data /S /XO /ZB , i am getting no access right.

> >

> > how to grant the access right to run the /ZB command ?

> >

> > i am using windows xp , normal user right.

> >

>

> Give yourself full read/write access to the target drive.

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: robocopy

 

What are the attributes of the problem folder, as reported

by cacls.exe?

 

 

"DD" <DD@discussions.microsoft.com> wrote in message

news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com...

> Always can not copy the new folder, error 5 changing file attributes ,

> access

> is denied.

>

> but if using windows explorer copy and patse , no problem to copy.user

> have

> the write permission to the target folder. The target folder is external

> usb

> hardisk. is NTFS

>

>

> "Pegasus (MVP)" wrote:

>

>>

>> "DD" <DD@discussions.microsoft.com> wrote in message

>> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com...

>> >I used robocopy . e:\data /S /XO , getting access denied then ised

>> > robocopy . e:\data /S /XO /ZB , i am getting no access right.

>> >

>> > how to grant the access right to run the /ZB command ?

>> >

>> > i am using windows xp , normal user right.

>> >

>>

>> Give yourself full read/write access to the target drive.

>>

>>

>>

Posted

Re: robocopy

 

read ,write , execute attribute for source and destination

 

"Pegasus (MVP)" wrote:

> What are the attributes of the problem folder, as reported

> by cacls.exe?

>

>

> "DD" <DD@discussions.microsoft.com> wrote in message

> news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com...

> > Always can not copy the new folder, error 5 changing file attributes ,

> > access

> > is denied.

> >

> > but if using windows explorer copy and patse , no problem to copy.user

> > have

> > the write permission to the target folder. The target folder is external

> > usb

> > hardisk. is NTFS

> >

> >

> > "Pegasus (MVP)" wrote:

> >

> >>

> >> "DD" <DD@discussions.microsoft.com> wrote in message

> >> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com...

> >> >I used robocopy . e:\data /S /XO , getting access denied then ised

> >> > robocopy . e:\data /S /XO /ZB , i am getting no access right.

> >> >

> >> > how to grant the access right to run the /ZB command ?

> >> >

> >> > i am using windows xp , normal user right.

> >> >

> >>

> >> Give yourself full read/write access to the target drive.

> >>

> >>

> >>

>

>

>

Guest Pegasus \(MVP\)
Posted

Re: robocopy

 

I'd like to see the output from the following commands

with my own eyes:

cd > c:\test.txt

net use >> c:\test.txt

net user "%UserName%" >> c:\test.txt

cacls "e:\data" >> c:\test.txt

copy /y c:\test.txt e:\data 1>>c:\test.txt 2>>&1

 

 

"DD" <DD@discussions.microsoft.com> wrote in message

news:55048476-4443-4134-983D-166D11A4DC58@microsoft.com...

> read ,write , execute attribute for source and destination

>

> "Pegasus (MVP)" wrote:

>

>> What are the attributes of the problem folder, as reported

>> by cacls.exe?

>>

>>

>> "DD" <DD@discussions.microsoft.com> wrote in message

>> news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com...

>> > Always can not copy the new folder, error 5 changing file attributes ,

>> > access

>> > is denied.

>> >

>> > but if using windows explorer copy and patse , no problem to copy.user

>> > have

>> > the write permission to the target folder. The target folder is

>> > external

>> > usb

>> > hardisk. is NTFS

>> >

>> >

>> > "Pegasus (MVP)" wrote:

>> >

>> >>

>> >> "DD" <DD@discussions.microsoft.com> wrote in message

>> >> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com...

>> >> >I used robocopy . e:\data /S /XO , getting access denied then ised

>> >> > robocopy . e:\data /S /XO /ZB , i am getting no access right.

>> >> >

>> >> > how to grant the access right to run the /ZB command ?

>> >> >

>> >> > i am using windows xp , normal user right.

>> >> >

>> >>

>> >> Give yourself full read/write access to the target drive.

>> >>

>> >>

>> >>

>>

>>

>>

×
×
  • Create New...