Windows 7 - ignore security when reading external drive












3














My system hard drive on an XP computer kind of failed (random corrupt sectors). So i got a new harddrive and am trying to recover the files. The filesystem is NTFS.



The system i'm trying to use when recovering the files is Windows 7. I'm obviously an admin on this box.
The last data i'm trying to recover is stuff in the Documents and Settings folder.

I'm using a SATA to a USB cable thingy so that I just plug it in as an External Hard Drive.



The problem:

In Windows Explorer when i try to copy the data, I keep getting prompted with Security warnings and error messages. It keeps telling me i have to change the owner permissions of the folder and all it's contents. If i tell it to change all the files and folder permissions it takes a really long time because it has to recurse through all the folder contents to change the permissions.



Is there a way for me to ignore the file permissions when doing this?



thanks










share|improve this question



























    3














    My system hard drive on an XP computer kind of failed (random corrupt sectors). So i got a new harddrive and am trying to recover the files. The filesystem is NTFS.



    The system i'm trying to use when recovering the files is Windows 7. I'm obviously an admin on this box.
    The last data i'm trying to recover is stuff in the Documents and Settings folder.

    I'm using a SATA to a USB cable thingy so that I just plug it in as an External Hard Drive.



    The problem:

    In Windows Explorer when i try to copy the data, I keep getting prompted with Security warnings and error messages. It keeps telling me i have to change the owner permissions of the folder and all it's contents. If i tell it to change all the files and folder permissions it takes a really long time because it has to recurse through all the folder contents to change the permissions.



    Is there a way for me to ignore the file permissions when doing this?



    thanks










    share|improve this question

























      3












      3








      3







      My system hard drive on an XP computer kind of failed (random corrupt sectors). So i got a new harddrive and am trying to recover the files. The filesystem is NTFS.



      The system i'm trying to use when recovering the files is Windows 7. I'm obviously an admin on this box.
      The last data i'm trying to recover is stuff in the Documents and Settings folder.

      I'm using a SATA to a USB cable thingy so that I just plug it in as an External Hard Drive.



      The problem:

      In Windows Explorer when i try to copy the data, I keep getting prompted with Security warnings and error messages. It keeps telling me i have to change the owner permissions of the folder and all it's contents. If i tell it to change all the files and folder permissions it takes a really long time because it has to recurse through all the folder contents to change the permissions.



      Is there a way for me to ignore the file permissions when doing this?



      thanks










      share|improve this question













      My system hard drive on an XP computer kind of failed (random corrupt sectors). So i got a new harddrive and am trying to recover the files. The filesystem is NTFS.



      The system i'm trying to use when recovering the files is Windows 7. I'm obviously an admin on this box.
      The last data i'm trying to recover is stuff in the Documents and Settings folder.

      I'm using a SATA to a USB cable thingy so that I just plug it in as an External Hard Drive.



      The problem:

      In Windows Explorer when i try to copy the data, I keep getting prompted with Security warnings and error messages. It keeps telling me i have to change the owner permissions of the folder and all it's contents. If i tell it to change all the files and folder permissions it takes a really long time because it has to recurse through all the folder contents to change the permissions.



      Is there a way for me to ignore the file permissions when doing this?



      thanks







      windows-7 permissions ntfs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 22 '10 at 16:42









      w--

      4363921




      4363921






















          4 Answers
          4






          active

          oldest

          votes


















          2














          No, there is no way to ignore NTFS permissions.





          The best you can get is to change all permissions for the drive and all its contents. At least in XP there are two options:




          • Inherit from parent the permission entries that apply to child objects

          • Replace permissions on child objects


          If you enable both once, then the permissions of every "child object" (file or folder) will be replaced with "Inherit from parent".



          The first change may take a long time, but further ones should be really fast because only one object's (drive root) permissions will need to be changed - files inside will have "inherit" set and need no change.






          share|improve this answer





















          • Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
            – w--
            May 24 '10 at 18:30



















          3














          You can use Robocopy in backup mode to copy files that you do not have permission for, but I suspect you will still have to take ownership of the new files.



          However, since they will now be on the Sata drive it will not take as long than it would to do it via USB.






          share|improve this answer





















          • thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
            – w--
            May 24 '10 at 18:31



















          2














          OS X has an option to ignore File Permissions on external drives, but Windows is too retarded for such Usability. I hope Windows will prove me wrong in future, because this UAC popups annoys me every time, which escalates in takeown changes for hundred thousands of files, which damages the disc in the long run.



          http://www.cnet.com/news/solving-read-only-conditions-for-external-hard-drives/




          To prevent such errors from happening, OS X includes a setting to ignore permissions on external drives, so all files on the drive should be fully accessible regardless of their permissions settings.



          To set this option for external drives, select the drive on your desktop or in the Finder sidebar, and then press Command-I to get information on the drive. In the information window that pops up, go to the Sharing section and click the lock to authenticate. Then check the box to "ignore ownership on this volume," or toggle it off and then on if it's already enabled.




          For Windows, there is AccessGain: http://www.hobeanu.com/accessgain/



          It's basically a driver, which just ignores the NTFS file permissions.






          share|improve this answer































            0














            There does not appear to be a way for any version of Windows to ignore NTFS permissions (yet).



            Your best bet would be to use another OS (Linux or Mac) to mount the drive and read data off it this way. These OSes use 3rd party drivers to read/write to NTFS, and they often ignore all but the most simple read/write/execute file permissions even if there is no option to ignore everything. I was able to access all my files with no file permission issues on a few NTFS drives which would give me all kinds of access/permission errors when it was mounted in Windows.



            On Linux, you can use the NTFS-3G driver to mount an NTFS volume.



            If you're on a Mac, it can mount an NTFS drive as read-only which should be enough to pull your data off. If you want write access, check out Paragon NTFS or Tuxera NTFS. They're both paid software, but OEM's (Seagate, WD, Toshiba) often provide a free version which will only work on their branded drives of you visit the downloads section of the OEM.






            share|improve this answer





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f144101%2fwindows-7-ignore-security-when-reading-external-drive%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              No, there is no way to ignore NTFS permissions.





              The best you can get is to change all permissions for the drive and all its contents. At least in XP there are two options:




              • Inherit from parent the permission entries that apply to child objects

              • Replace permissions on child objects


              If you enable both once, then the permissions of every "child object" (file or folder) will be replaced with "Inherit from parent".



              The first change may take a long time, but further ones should be really fast because only one object's (drive root) permissions will need to be changed - files inside will have "inherit" set and need no change.






              share|improve this answer





















              • Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
                – w--
                May 24 '10 at 18:30
















              2














              No, there is no way to ignore NTFS permissions.





              The best you can get is to change all permissions for the drive and all its contents. At least in XP there are two options:




              • Inherit from parent the permission entries that apply to child objects

              • Replace permissions on child objects


              If you enable both once, then the permissions of every "child object" (file or folder) will be replaced with "Inherit from parent".



              The first change may take a long time, but further ones should be really fast because only one object's (drive root) permissions will need to be changed - files inside will have "inherit" set and need no change.






              share|improve this answer





















              • Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
                – w--
                May 24 '10 at 18:30














              2












              2








              2






              No, there is no way to ignore NTFS permissions.





              The best you can get is to change all permissions for the drive and all its contents. At least in XP there are two options:




              • Inherit from parent the permission entries that apply to child objects

              • Replace permissions on child objects


              If you enable both once, then the permissions of every "child object" (file or folder) will be replaced with "Inherit from parent".



              The first change may take a long time, but further ones should be really fast because only one object's (drive root) permissions will need to be changed - files inside will have "inherit" set and need no change.






              share|improve this answer












              No, there is no way to ignore NTFS permissions.





              The best you can get is to change all permissions for the drive and all its contents. At least in XP there are two options:




              • Inherit from parent the permission entries that apply to child objects

              • Replace permissions on child objects


              If you enable both once, then the permissions of every "child object" (file or folder) will be replaced with "Inherit from parent".



              The first change may take a long time, but further ones should be really fast because only one object's (drive root) permissions will need to be changed - files inside will have "inherit" set and need no change.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 22 '10 at 17:08









              grawity

              232k35490546




              232k35490546












              • Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
                – w--
                May 24 '10 at 18:30


















              • Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
                – w--
                May 24 '10 at 18:30
















              Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
              – w--
              May 24 '10 at 18:30




              Thanks. the first sentence pretty much answers my question. I tried using my macbook pro to read it but even it complained about not having permission to the files. I did end up biting the bullet and changing the permissions for everything.
              – w--
              May 24 '10 at 18:30













              3














              You can use Robocopy in backup mode to copy files that you do not have permission for, but I suspect you will still have to take ownership of the new files.



              However, since they will now be on the Sata drive it will not take as long than it would to do it via USB.






              share|improve this answer





















              • thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
                – w--
                May 24 '10 at 18:31
















              3














              You can use Robocopy in backup mode to copy files that you do not have permission for, but I suspect you will still have to take ownership of the new files.



              However, since they will now be on the Sata drive it will not take as long than it would to do it via USB.






              share|improve this answer





















              • thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
                – w--
                May 24 '10 at 18:31














              3












              3








              3






              You can use Robocopy in backup mode to copy files that you do not have permission for, but I suspect you will still have to take ownership of the new files.



              However, since they will now be on the Sata drive it will not take as long than it would to do it via USB.






              share|improve this answer












              You can use Robocopy in backup mode to copy files that you do not have permission for, but I suspect you will still have to take ownership of the new files.



              However, since they will now be on the Sata drive it will not take as long than it would to do it via USB.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 22 '10 at 17:22









              sgmoore

              5,62611932




              5,62611932












              • thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
                – w--
                May 24 '10 at 18:31


















              • thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
                – w--
                May 24 '10 at 18:31
















              thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
              – w--
              May 24 '10 at 18:31




              thats a great tip about robocopy in backup mode. As i've never had any problems with Windows file security and permissions in the past, I've never understood what "backup mode" might be for.
              – w--
              May 24 '10 at 18:31











              2














              OS X has an option to ignore File Permissions on external drives, but Windows is too retarded for such Usability. I hope Windows will prove me wrong in future, because this UAC popups annoys me every time, which escalates in takeown changes for hundred thousands of files, which damages the disc in the long run.



              http://www.cnet.com/news/solving-read-only-conditions-for-external-hard-drives/




              To prevent such errors from happening, OS X includes a setting to ignore permissions on external drives, so all files on the drive should be fully accessible regardless of their permissions settings.



              To set this option for external drives, select the drive on your desktop or in the Finder sidebar, and then press Command-I to get information on the drive. In the information window that pops up, go to the Sharing section and click the lock to authenticate. Then check the box to "ignore ownership on this volume," or toggle it off and then on if it's already enabled.




              For Windows, there is AccessGain: http://www.hobeanu.com/accessgain/



              It's basically a driver, which just ignores the NTFS file permissions.






              share|improve this answer




























                2














                OS X has an option to ignore File Permissions on external drives, but Windows is too retarded for such Usability. I hope Windows will prove me wrong in future, because this UAC popups annoys me every time, which escalates in takeown changes for hundred thousands of files, which damages the disc in the long run.



                http://www.cnet.com/news/solving-read-only-conditions-for-external-hard-drives/




                To prevent such errors from happening, OS X includes a setting to ignore permissions on external drives, so all files on the drive should be fully accessible regardless of their permissions settings.



                To set this option for external drives, select the drive on your desktop or in the Finder sidebar, and then press Command-I to get information on the drive. In the information window that pops up, go to the Sharing section and click the lock to authenticate. Then check the box to "ignore ownership on this volume," or toggle it off and then on if it's already enabled.




                For Windows, there is AccessGain: http://www.hobeanu.com/accessgain/



                It's basically a driver, which just ignores the NTFS file permissions.






                share|improve this answer


























                  2












                  2








                  2






                  OS X has an option to ignore File Permissions on external drives, but Windows is too retarded for such Usability. I hope Windows will prove me wrong in future, because this UAC popups annoys me every time, which escalates in takeown changes for hundred thousands of files, which damages the disc in the long run.



                  http://www.cnet.com/news/solving-read-only-conditions-for-external-hard-drives/




                  To prevent such errors from happening, OS X includes a setting to ignore permissions on external drives, so all files on the drive should be fully accessible regardless of their permissions settings.



                  To set this option for external drives, select the drive on your desktop or in the Finder sidebar, and then press Command-I to get information on the drive. In the information window that pops up, go to the Sharing section and click the lock to authenticate. Then check the box to "ignore ownership on this volume," or toggle it off and then on if it's already enabled.




                  For Windows, there is AccessGain: http://www.hobeanu.com/accessgain/



                  It's basically a driver, which just ignores the NTFS file permissions.






                  share|improve this answer














                  OS X has an option to ignore File Permissions on external drives, but Windows is too retarded for such Usability. I hope Windows will prove me wrong in future, because this UAC popups annoys me every time, which escalates in takeown changes for hundred thousands of files, which damages the disc in the long run.



                  http://www.cnet.com/news/solving-read-only-conditions-for-external-hard-drives/




                  To prevent such errors from happening, OS X includes a setting to ignore permissions on external drives, so all files on the drive should be fully accessible regardless of their permissions settings.



                  To set this option for external drives, select the drive on your desktop or in the Finder sidebar, and then press Command-I to get information on the drive. In the information window that pops up, go to the Sharing section and click the lock to authenticate. Then check the box to "ignore ownership on this volume," or toggle it off and then on if it's already enabled.




                  For Windows, there is AccessGain: http://www.hobeanu.com/accessgain/



                  It's basically a driver, which just ignores the NTFS file permissions.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 5 at 9:18

























                  answered Sep 20 '15 at 2:06









                  lama12345

                  1416




                  1416























                      0














                      There does not appear to be a way for any version of Windows to ignore NTFS permissions (yet).



                      Your best bet would be to use another OS (Linux or Mac) to mount the drive and read data off it this way. These OSes use 3rd party drivers to read/write to NTFS, and they often ignore all but the most simple read/write/execute file permissions even if there is no option to ignore everything. I was able to access all my files with no file permission issues on a few NTFS drives which would give me all kinds of access/permission errors when it was mounted in Windows.



                      On Linux, you can use the NTFS-3G driver to mount an NTFS volume.



                      If you're on a Mac, it can mount an NTFS drive as read-only which should be enough to pull your data off. If you want write access, check out Paragon NTFS or Tuxera NTFS. They're both paid software, but OEM's (Seagate, WD, Toshiba) often provide a free version which will only work on their branded drives of you visit the downloads section of the OEM.






                      share|improve this answer


























                        0














                        There does not appear to be a way for any version of Windows to ignore NTFS permissions (yet).



                        Your best bet would be to use another OS (Linux or Mac) to mount the drive and read data off it this way. These OSes use 3rd party drivers to read/write to NTFS, and they often ignore all but the most simple read/write/execute file permissions even if there is no option to ignore everything. I was able to access all my files with no file permission issues on a few NTFS drives which would give me all kinds of access/permission errors when it was mounted in Windows.



                        On Linux, you can use the NTFS-3G driver to mount an NTFS volume.



                        If you're on a Mac, it can mount an NTFS drive as read-only which should be enough to pull your data off. If you want write access, check out Paragon NTFS or Tuxera NTFS. They're both paid software, but OEM's (Seagate, WD, Toshiba) often provide a free version which will only work on their branded drives of you visit the downloads section of the OEM.






                        share|improve this answer
























                          0












                          0








                          0






                          There does not appear to be a way for any version of Windows to ignore NTFS permissions (yet).



                          Your best bet would be to use another OS (Linux or Mac) to mount the drive and read data off it this way. These OSes use 3rd party drivers to read/write to NTFS, and they often ignore all but the most simple read/write/execute file permissions even if there is no option to ignore everything. I was able to access all my files with no file permission issues on a few NTFS drives which would give me all kinds of access/permission errors when it was mounted in Windows.



                          On Linux, you can use the NTFS-3G driver to mount an NTFS volume.



                          If you're on a Mac, it can mount an NTFS drive as read-only which should be enough to pull your data off. If you want write access, check out Paragon NTFS or Tuxera NTFS. They're both paid software, but OEM's (Seagate, WD, Toshiba) often provide a free version which will only work on their branded drives of you visit the downloads section of the OEM.






                          share|improve this answer












                          There does not appear to be a way for any version of Windows to ignore NTFS permissions (yet).



                          Your best bet would be to use another OS (Linux or Mac) to mount the drive and read data off it this way. These OSes use 3rd party drivers to read/write to NTFS, and they often ignore all but the most simple read/write/execute file permissions even if there is no option to ignore everything. I was able to access all my files with no file permission issues on a few NTFS drives which would give me all kinds of access/permission errors when it was mounted in Windows.



                          On Linux, you can use the NTFS-3G driver to mount an NTFS volume.



                          If you're on a Mac, it can mount an NTFS drive as read-only which should be enough to pull your data off. If you want write access, check out Paragon NTFS or Tuxera NTFS. They're both paid software, but OEM's (Seagate, WD, Toshiba) often provide a free version which will only work on their branded drives of you visit the downloads section of the OEM.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 4 at 21:14









                          TheKarateKid

                          16114




                          16114






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Super User!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f144101%2fwindows-7-ignore-security-when-reading-external-drive%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Terni

                              A new problem with tex4ht and tikz

                              Sun Ra