Windows 7 - ignore security when reading external drive
up vote
3
down vote
favorite
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
add a comment |
up vote
3
down vote
favorite
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
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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
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
windows-7 permissions ntfs
asked May 22 '10 at 16:42
w--
4363921
4363921
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
2
down vote
accepted
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.
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
add a comment |
up vote
3
down vote
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.
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
add a comment |
up vote
2
down vote
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.
add a comment |
up vote
0
down vote
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
up vote
2
down vote
accepted
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.
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
add a comment |
up vote
2
down vote
accepted
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.
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
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
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.
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.
answered May 22 '10 at 17:08
grawity
231k35486544
231k35486544
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
add a comment |
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
add a comment |
up vote
3
down vote
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.
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
add a comment |
up vote
3
down vote
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.
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
add a comment |
up vote
3
down vote
up vote
3
down vote
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.
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.
answered May 22 '10 at 17:22
sgmoore
5,61611932
5,61611932
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
add a comment |
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
add a comment |
up vote
2
down vote
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.
add a comment |
up vote
2
down vote
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.
add a comment |
up vote
2
down vote
up vote
2
down vote
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.
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.
edited Dec 5 at 9:18
answered Sep 20 '15 at 2:06
lama12345
1416
1416
add a comment |
add a comment |
up vote
0
down vote
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.
add a comment |
up vote
0
down vote
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.
add a comment |
up vote
0
down vote
up vote
0
down vote
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.
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.
answered Dec 4 at 21:14
TheKarateKid
16114
16114
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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