Share via

No consigo realizar copia (COPY) de un archivo al directorio raíz de un disco duro externo con formato NTFS

Antonio Perez Madrazo 86 Reputation points
2021-08-16T19:02:58.083+00:00

No consigo realizar copia (COPY) de un archivo al directorio raíz de un disco duro externo con formato NTFS. Tampoco usando XCOPY.

Tampoco lo consigo al intentar copiarlo desde un disco externo al directorio raíz de otro disco externo:

Pero puedo conseguirlo si la unidad externa es una memoria flash, con formato exFAT, entonces la copia se efectúa perfectamente.

¿Por qué no se puede realizar la copia sobre el directorio raíz de un disco externo con formato NTFS?

Antonio.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

MotoX80 37,686 Reputation points
2021-08-17T15:34:04.383+00:00

So at some point, you copied a file to the external drive and copied it's permissions along with it. I have no way of knowing if that is right or wrong or what you intended to do.

Since your basic problem is root folder access, you can add an ACL that is set to "This folder and files". That will not push the permission down to subfolders which will avoid the problem you now see.

Try this.

124051-capture.jpg

Was this answer helpful?

0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Antonio Perez Madrazo 86 Reputation points
    2021-08-17T07:44:09.103+00:00

    MotoX80:

    I suppose this is what you want to know:

    123840-this-is-root-of-unit-e.jpg

    Was this answer helpful?

    0 comments No comments

  2. Antonio Perez Madrazo 86 Reputation points
    2021-08-16T20:25:52.183+00:00

    Hello MotoX80:

    As you can see, YES really have Total Control, but don't get files copied with COPY or XCOPY command in root directory of this external disk

    123686-i-have-total-control-but-dont-get-files-copied-or.jpg

    Antonio

    Was this answer helpful?


  3. MotoX80 37,686 Reputation points
    2021-08-16T19:28:51.163+00:00

    Why can't I back up to the root directory of an NTFS-formatted external disk?‎

    Probably because the default permissions only allow Administrators update access and the command prompt where you are running XCOPY was not opened with "run as administrator".

    In the Windows Explorer, right click the volume and select Properties. Then select the Security tab. Grant "Users" full control.

    Note, you did not say what error message you were getting. I assumed it to be "Access denied".

    Was this answer helpful?

    0 comments No comments

  4. Anonymous
    2021-08-16T19:17:53.73+00:00

    Q&A forums are currently English only. I'd try asking for help over here in dedicated forums.
    https://social.msdn.microsoft.com/Forums/es-es/home
    https://social.technet.microsoft.com/Forums/es-es/home
    https://answers.microsoft.com/es-es

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.