Accidentally moved folder to System Volume Information
I accidentally moved a folder with lots of subfolders and files to System Volume Information on a Bitlocker-partially-encrypted flash drive. Now I can't move them back (not even with control-Z).
The folder seemed to automatically have become system-owned: I tried taking ownership, but that would take a long time and might not work.
How can I move this folder out of System Volume Information?
windows-7 ntfs file-permissions
add a comment |
I accidentally moved a folder with lots of subfolders and files to System Volume Information on a Bitlocker-partially-encrypted flash drive. Now I can't move them back (not even with control-Z).
The folder seemed to automatically have become system-owned: I tried taking ownership, but that would take a long time and might not work.
How can I move this folder out of System Volume Information?
windows-7 ntfs file-permissions
add a comment |
I accidentally moved a folder with lots of subfolders and files to System Volume Information on a Bitlocker-partially-encrypted flash drive. Now I can't move them back (not even with control-Z).
The folder seemed to automatically have become system-owned: I tried taking ownership, but that would take a long time and might not work.
How can I move this folder out of System Volume Information?
windows-7 ntfs file-permissions
I accidentally moved a folder with lots of subfolders and files to System Volume Information on a Bitlocker-partially-encrypted flash drive. Now I can't move them back (not even with control-Z).
The folder seemed to automatically have become system-owned: I tried taking ownership, but that would take a long time and might not work.
How can I move this folder out of System Volume Information?
windows-7 ntfs file-permissions
windows-7 ntfs file-permissions
edited Oct 7 '13 at 16:51
Moses
9,1382259107
9,1382259107
asked Sep 14 '13 at 6:42
Simon KuangSimon Kuang
2862718
2862718
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
I use this way so it's worked for me :
[first make sure you are not guest log in, in another word you must have administrator access]
1.Start Task Manager
and go to users Tab
, then remember exactly your admin name :
2.go and right click on system information
folder and choose properties
:
you must see this windows, right?
3. go to Security
tab and you probably see this:
Now click on Continue
Button else no problem just click on Advanced
4. Now you must be on Permission for system volume information
window
now just click on Add
Button ...
note: In any way you must reach to Select User or Group
window for this System information
window and never mind if you reach to this part with your own method just make sure you are doing setting Permission for that system volume information folder.
5.after all you must reach to Select User or Group
window :
Now the main Job is Started !
First, copy From This location.
Textbox value.
Then paste it or write it instead of number 1 in bellow pic:
Now insert a backslash
at finally Write your current user name (from step 1) and write it instead of number 2 in bellow pic:
6.click check Name
button and name path you directly inserted must be underlined otherwise you inserted the path incorrectly so try again with carefully
7.click on ok Button
then you'll see your current user add in Permission for system volume information
window but without full Control, so check on Allow for Full Control
as bellow pic to finish your job :) .
click on Ok
button until all properties are closed.
Now YOU can enter into that System Volume Information
folder and move or cut your folder.
good luck :)
add a comment |
You can boot your computer with an Ubuntu liveCd after which you can access your System Volume Information folder on your harddrive and move your folder back out.
Edit:
Taking ownership is not strictly necessary. Microsoft explains here "How to gain access to the System Volume Information folder". After doing this i could (also on a Windows 7 machine) move a folder in and out of the "System Volume Information"-folder.
How you could initially move your folder without permission into this directory is a mystery to me because before i granted myself access i could not move anything there.
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
add a comment |
I attempted the various solutions in this thread, all without success.
What did work, however, was booting up my laptop with Ubuntu Linux on a USB stick, plugging the HDD into the laptop via another USB port, and opening the HDD in Ubuntu Linux. From there, it was a simple drag and drop operation to move my video directory back to the top level. Done.
add a comment |
Try the command prompt?
I hit this on an external drive, FAT32 formatted. I dropped a big folder into the SVI black hole. Windows Explorer just refused to shift it back out.
So I just fired up a cygwin command shell, and hey presto: no stubborn refusal from its mv
command.
Because it was a FAT32 drive it has no security ACLs or security tab, I would think there's no reason I should not be able to move that folder: I guess Windows Explorer must be applying some extra rules of its own to pretend like it's NTFS.
add a comment |
If you have access to a Mac, do the following:
- Run Terminal
- cd /Volumes
- cd to your usb drive name (type the first letter or so and press tab)
- cd System Volume Information
- mv nameOfFileorFolder .. (that's two periods which mean one folder up)
Done
add a comment |
I had exactly the same problem, tried taking ownership, etc. As a last resort I used a file shredder program (funny enough called: File Shredder. Open the program, choose the files you want to delete, click OK and see the files disappear. Good Luck! Rob.
add a comment |
I resolved it by:
- Took ownership of the folder (i.e. security tab, etc. as explained by Blue Moon).
Ran CMD as administrator (Right click -> Run as administrator) and typed:
rmdir "E:System Volume Information[WHAT EVER]" /s
Worked for me.
(Note: Running Windows Server 2012 R2)
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
add a comment |
If you have 2 desktop PCs and you want to do it home then you have to:
- Turn off your computers
- Open the box of both computers (it normally has some screws on it)
- If you are on the right Side you can see the inside of it.
- Search for the hard drive.google it if you don't know how it looks like. So remove the hard drive of the computer where you make the mistake on.
- Now you have the hard drive (do not open it and be careful)
- Put it into the other computer with all cables connected (make sure you have both cables in it and you have too see if the mistaken hard drive is on the extended side of the cables)
- Turn on the computer thats fine, you can see in the computer folder it has 2 hard drives.
- Pick the one that you made a mistake on, and delete the file.
If you are on one desktop computer, bring the hard drive or whole computer to an expert. And let him fix it for you. If on a laptop, bring it to an expert (don't mess around with a laptop).
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%2f645207%2faccidentally-moved-folder-to-system-volume-information%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use this way so it's worked for me :
[first make sure you are not guest log in, in another word you must have administrator access]
1.Start Task Manager
and go to users Tab
, then remember exactly your admin name :
2.go and right click on system information
folder and choose properties
:
you must see this windows, right?
3. go to Security
tab and you probably see this:
Now click on Continue
Button else no problem just click on Advanced
4. Now you must be on Permission for system volume information
window
now just click on Add
Button ...
note: In any way you must reach to Select User or Group
window for this System information
window and never mind if you reach to this part with your own method just make sure you are doing setting Permission for that system volume information folder.
5.after all you must reach to Select User or Group
window :
Now the main Job is Started !
First, copy From This location.
Textbox value.
Then paste it or write it instead of number 1 in bellow pic:
Now insert a backslash
at finally Write your current user name (from step 1) and write it instead of number 2 in bellow pic:
6.click check Name
button and name path you directly inserted must be underlined otherwise you inserted the path incorrectly so try again with carefully
7.click on ok Button
then you'll see your current user add in Permission for system volume information
window but without full Control, so check on Allow for Full Control
as bellow pic to finish your job :) .
click on Ok
button until all properties are closed.
Now YOU can enter into that System Volume Information
folder and move or cut your folder.
good luck :)
add a comment |
I use this way so it's worked for me :
[first make sure you are not guest log in, in another word you must have administrator access]
1.Start Task Manager
and go to users Tab
, then remember exactly your admin name :
2.go and right click on system information
folder and choose properties
:
you must see this windows, right?
3. go to Security
tab and you probably see this:
Now click on Continue
Button else no problem just click on Advanced
4. Now you must be on Permission for system volume information
window
now just click on Add
Button ...
note: In any way you must reach to Select User or Group
window for this System information
window and never mind if you reach to this part with your own method just make sure you are doing setting Permission for that system volume information folder.
5.after all you must reach to Select User or Group
window :
Now the main Job is Started !
First, copy From This location.
Textbox value.
Then paste it or write it instead of number 1 in bellow pic:
Now insert a backslash
at finally Write your current user name (from step 1) and write it instead of number 2 in bellow pic:
6.click check Name
button and name path you directly inserted must be underlined otherwise you inserted the path incorrectly so try again with carefully
7.click on ok Button
then you'll see your current user add in Permission for system volume information
window but without full Control, so check on Allow for Full Control
as bellow pic to finish your job :) .
click on Ok
button until all properties are closed.
Now YOU can enter into that System Volume Information
folder and move or cut your folder.
good luck :)
add a comment |
I use this way so it's worked for me :
[first make sure you are not guest log in, in another word you must have administrator access]
1.Start Task Manager
and go to users Tab
, then remember exactly your admin name :
2.go and right click on system information
folder and choose properties
:
you must see this windows, right?
3. go to Security
tab and you probably see this:
Now click on Continue
Button else no problem just click on Advanced
4. Now you must be on Permission for system volume information
window
now just click on Add
Button ...
note: In any way you must reach to Select User or Group
window for this System information
window and never mind if you reach to this part with your own method just make sure you are doing setting Permission for that system volume information folder.
5.after all you must reach to Select User or Group
window :
Now the main Job is Started !
First, copy From This location.
Textbox value.
Then paste it or write it instead of number 1 in bellow pic:
Now insert a backslash
at finally Write your current user name (from step 1) and write it instead of number 2 in bellow pic:
6.click check Name
button and name path you directly inserted must be underlined otherwise you inserted the path incorrectly so try again with carefully
7.click on ok Button
then you'll see your current user add in Permission for system volume information
window but without full Control, so check on Allow for Full Control
as bellow pic to finish your job :) .
click on Ok
button until all properties are closed.
Now YOU can enter into that System Volume Information
folder and move or cut your folder.
good luck :)
I use this way so it's worked for me :
[first make sure you are not guest log in, in another word you must have administrator access]
1.Start Task Manager
and go to users Tab
, then remember exactly your admin name :
2.go and right click on system information
folder and choose properties
:
you must see this windows, right?
3. go to Security
tab and you probably see this:
Now click on Continue
Button else no problem just click on Advanced
4. Now you must be on Permission for system volume information
window
now just click on Add
Button ...
note: In any way you must reach to Select User or Group
window for this System information
window and never mind if you reach to this part with your own method just make sure you are doing setting Permission for that system volume information folder.
5.after all you must reach to Select User or Group
window :
Now the main Job is Started !
First, copy From This location.
Textbox value.
Then paste it or write it instead of number 1 in bellow pic:
Now insert a backslash
at finally Write your current user name (from step 1) and write it instead of number 2 in bellow pic:
6.click check Name
button and name path you directly inserted must be underlined otherwise you inserted the path incorrectly so try again with carefully
7.click on ok Button
then you'll see your current user add in Permission for system volume information
window but without full Control, so check on Allow for Full Control
as bellow pic to finish your job :) .
click on Ok
button until all properties are closed.
Now YOU can enter into that System Volume Information
folder and move or cut your folder.
good luck :)
edited Apr 13 '14 at 11:09
answered Apr 13 '14 at 9:14
Blue MoonBlue Moon
22116
22116
add a comment |
add a comment |
You can boot your computer with an Ubuntu liveCd after which you can access your System Volume Information folder on your harddrive and move your folder back out.
Edit:
Taking ownership is not strictly necessary. Microsoft explains here "How to gain access to the System Volume Information folder". After doing this i could (also on a Windows 7 machine) move a folder in and out of the "System Volume Information"-folder.
How you could initially move your folder without permission into this directory is a mystery to me because before i granted myself access i could not move anything there.
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
add a comment |
You can boot your computer with an Ubuntu liveCd after which you can access your System Volume Information folder on your harddrive and move your folder back out.
Edit:
Taking ownership is not strictly necessary. Microsoft explains here "How to gain access to the System Volume Information folder". After doing this i could (also on a Windows 7 machine) move a folder in and out of the "System Volume Information"-folder.
How you could initially move your folder without permission into this directory is a mystery to me because before i granted myself access i could not move anything there.
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
add a comment |
You can boot your computer with an Ubuntu liveCd after which you can access your System Volume Information folder on your harddrive and move your folder back out.
Edit:
Taking ownership is not strictly necessary. Microsoft explains here "How to gain access to the System Volume Information folder". After doing this i could (also on a Windows 7 machine) move a folder in and out of the "System Volume Information"-folder.
How you could initially move your folder without permission into this directory is a mystery to me because before i granted myself access i could not move anything there.
You can boot your computer with an Ubuntu liveCd after which you can access your System Volume Information folder on your harddrive and move your folder back out.
Edit:
Taking ownership is not strictly necessary. Microsoft explains here "How to gain access to the System Volume Information folder". After doing this i could (also on a Windows 7 machine) move a folder in and out of the "System Volume Information"-folder.
How you could initially move your folder without permission into this directory is a mystery to me because before i granted myself access i could not move anything there.
edited Sep 14 '13 at 23:35
answered Sep 14 '13 at 9:19
RikRik
11.1k12133
11.1k12133
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
add a comment |
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
No, actually, I can't because it's an NTFS flash drive that's halfway Bitlocker-encrypted.
– Simon Kuang
Sep 14 '13 at 16:49
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
Oo, you didn't stated in you question the drive was Bitlocker-encrypted. (small piece of important information :) I added a link where Microsoft explains how to get access to the "System Volume Information"-folder. You don't have to take ownership but you need to grant the user access to the folder. Maybe it can help.
– Rik
Sep 14 '13 at 23:31
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
I already redid the drive, but thanks anyway. I think the Bitlocker thing was locking the folder.
– Simon Kuang
Sep 14 '13 at 23:58
add a comment |
I attempted the various solutions in this thread, all without success.
What did work, however, was booting up my laptop with Ubuntu Linux on a USB stick, plugging the HDD into the laptop via another USB port, and opening the HDD in Ubuntu Linux. From there, it was a simple drag and drop operation to move my video directory back to the top level. Done.
add a comment |
I attempted the various solutions in this thread, all without success.
What did work, however, was booting up my laptop with Ubuntu Linux on a USB stick, plugging the HDD into the laptop via another USB port, and opening the HDD in Ubuntu Linux. From there, it was a simple drag and drop operation to move my video directory back to the top level. Done.
add a comment |
I attempted the various solutions in this thread, all without success.
What did work, however, was booting up my laptop with Ubuntu Linux on a USB stick, plugging the HDD into the laptop via another USB port, and opening the HDD in Ubuntu Linux. From there, it was a simple drag and drop operation to move my video directory back to the top level. Done.
I attempted the various solutions in this thread, all without success.
What did work, however, was booting up my laptop with Ubuntu Linux on a USB stick, plugging the HDD into the laptop via another USB port, and opening the HDD in Ubuntu Linux. From there, it was a simple drag and drop operation to move my video directory back to the top level. Done.
edited Apr 6 '15 at 0:38
answered Apr 5 '15 at 20:15
Olde DominionOlde Dominion
12
12
add a comment |
add a comment |
Try the command prompt?
I hit this on an external drive, FAT32 formatted. I dropped a big folder into the SVI black hole. Windows Explorer just refused to shift it back out.
So I just fired up a cygwin command shell, and hey presto: no stubborn refusal from its mv
command.
Because it was a FAT32 drive it has no security ACLs or security tab, I would think there's no reason I should not be able to move that folder: I guess Windows Explorer must be applying some extra rules of its own to pretend like it's NTFS.
add a comment |
Try the command prompt?
I hit this on an external drive, FAT32 formatted. I dropped a big folder into the SVI black hole. Windows Explorer just refused to shift it back out.
So I just fired up a cygwin command shell, and hey presto: no stubborn refusal from its mv
command.
Because it was a FAT32 drive it has no security ACLs or security tab, I would think there's no reason I should not be able to move that folder: I guess Windows Explorer must be applying some extra rules of its own to pretend like it's NTFS.
add a comment |
Try the command prompt?
I hit this on an external drive, FAT32 formatted. I dropped a big folder into the SVI black hole. Windows Explorer just refused to shift it back out.
So I just fired up a cygwin command shell, and hey presto: no stubborn refusal from its mv
command.
Because it was a FAT32 drive it has no security ACLs or security tab, I would think there's no reason I should not be able to move that folder: I guess Windows Explorer must be applying some extra rules of its own to pretend like it's NTFS.
Try the command prompt?
I hit this on an external drive, FAT32 formatted. I dropped a big folder into the SVI black hole. Windows Explorer just refused to shift it back out.
So I just fired up a cygwin command shell, and hey presto: no stubborn refusal from its mv
command.
Because it was a FAT32 drive it has no security ACLs or security tab, I would think there's no reason I should not be able to move that folder: I guess Windows Explorer must be applying some extra rules of its own to pretend like it's NTFS.
answered Oct 23 '15 at 10:22
Luke UsherwoodLuke Usherwood
17818
17818
add a comment |
add a comment |
If you have access to a Mac, do the following:
- Run Terminal
- cd /Volumes
- cd to your usb drive name (type the first letter or so and press tab)
- cd System Volume Information
- mv nameOfFileorFolder .. (that's two periods which mean one folder up)
Done
add a comment |
If you have access to a Mac, do the following:
- Run Terminal
- cd /Volumes
- cd to your usb drive name (type the first letter or so and press tab)
- cd System Volume Information
- mv nameOfFileorFolder .. (that's two periods which mean one folder up)
Done
add a comment |
If you have access to a Mac, do the following:
- Run Terminal
- cd /Volumes
- cd to your usb drive name (type the first letter or so and press tab)
- cd System Volume Information
- mv nameOfFileorFolder .. (that's two periods which mean one folder up)
Done
If you have access to a Mac, do the following:
- Run Terminal
- cd /Volumes
- cd to your usb drive name (type the first letter or so and press tab)
- cd System Volume Information
- mv nameOfFileorFolder .. (that's two periods which mean one folder up)
Done
answered Feb 18 at 0:55
nevsternevster
16118
16118
add a comment |
add a comment |
I had exactly the same problem, tried taking ownership, etc. As a last resort I used a file shredder program (funny enough called: File Shredder. Open the program, choose the files you want to delete, click OK and see the files disappear. Good Luck! Rob.
add a comment |
I had exactly the same problem, tried taking ownership, etc. As a last resort I used a file shredder program (funny enough called: File Shredder. Open the program, choose the files you want to delete, click OK and see the files disappear. Good Luck! Rob.
add a comment |
I had exactly the same problem, tried taking ownership, etc. As a last resort I used a file shredder program (funny enough called: File Shredder. Open the program, choose the files you want to delete, click OK and see the files disappear. Good Luck! Rob.
I had exactly the same problem, tried taking ownership, etc. As a last resort I used a file shredder program (funny enough called: File Shredder. Open the program, choose the files you want to delete, click OK and see the files disappear. Good Luck! Rob.
answered Dec 19 '14 at 8:42
RonRon
1
1
add a comment |
add a comment |
I resolved it by:
- Took ownership of the folder (i.e. security tab, etc. as explained by Blue Moon).
Ran CMD as administrator (Right click -> Run as administrator) and typed:
rmdir "E:System Volume Information[WHAT EVER]" /s
Worked for me.
(Note: Running Windows Server 2012 R2)
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
add a comment |
I resolved it by:
- Took ownership of the folder (i.e. security tab, etc. as explained by Blue Moon).
Ran CMD as administrator (Right click -> Run as administrator) and typed:
rmdir "E:System Volume Information[WHAT EVER]" /s
Worked for me.
(Note: Running Windows Server 2012 R2)
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
add a comment |
I resolved it by:
- Took ownership of the folder (i.e. security tab, etc. as explained by Blue Moon).
Ran CMD as administrator (Right click -> Run as administrator) and typed:
rmdir "E:System Volume Information[WHAT EVER]" /s
Worked for me.
(Note: Running Windows Server 2012 R2)
I resolved it by:
- Took ownership of the folder (i.e. security tab, etc. as explained by Blue Moon).
Ran CMD as administrator (Right click -> Run as administrator) and typed:
rmdir "E:System Volume Information[WHAT EVER]" /s
Worked for me.
(Note: Running Windows Server 2012 R2)
edited Dec 16 '15 at 3:44
Ayan
2,26031321
2,26031321
answered Dec 15 '15 at 17:02
JonnyJonny
1
1
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
add a comment |
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
Why are people explaining how to delete, when the question asks to restore the files to their original location?
– Ben Voigt
Dec 16 '15 at 4:23
add a comment |
If you have 2 desktop PCs and you want to do it home then you have to:
- Turn off your computers
- Open the box of both computers (it normally has some screws on it)
- If you are on the right Side you can see the inside of it.
- Search for the hard drive.google it if you don't know how it looks like. So remove the hard drive of the computer where you make the mistake on.
- Now you have the hard drive (do not open it and be careful)
- Put it into the other computer with all cables connected (make sure you have both cables in it and you have too see if the mistaken hard drive is on the extended side of the cables)
- Turn on the computer thats fine, you can see in the computer folder it has 2 hard drives.
- Pick the one that you made a mistake on, and delete the file.
If you are on one desktop computer, bring the hard drive or whole computer to an expert. And let him fix it for you. If on a laptop, bring it to an expert (don't mess around with a laptop).
add a comment |
If you have 2 desktop PCs and you want to do it home then you have to:
- Turn off your computers
- Open the box of both computers (it normally has some screws on it)
- If you are on the right Side you can see the inside of it.
- Search for the hard drive.google it if you don't know how it looks like. So remove the hard drive of the computer where you make the mistake on.
- Now you have the hard drive (do not open it and be careful)
- Put it into the other computer with all cables connected (make sure you have both cables in it and you have too see if the mistaken hard drive is on the extended side of the cables)
- Turn on the computer thats fine, you can see in the computer folder it has 2 hard drives.
- Pick the one that you made a mistake on, and delete the file.
If you are on one desktop computer, bring the hard drive or whole computer to an expert. And let him fix it for you. If on a laptop, bring it to an expert (don't mess around with a laptop).
add a comment |
If you have 2 desktop PCs and you want to do it home then you have to:
- Turn off your computers
- Open the box of both computers (it normally has some screws on it)
- If you are on the right Side you can see the inside of it.
- Search for the hard drive.google it if you don't know how it looks like. So remove the hard drive of the computer where you make the mistake on.
- Now you have the hard drive (do not open it and be careful)
- Put it into the other computer with all cables connected (make sure you have both cables in it and you have too see if the mistaken hard drive is on the extended side of the cables)
- Turn on the computer thats fine, you can see in the computer folder it has 2 hard drives.
- Pick the one that you made a mistake on, and delete the file.
If you are on one desktop computer, bring the hard drive or whole computer to an expert. And let him fix it for you. If on a laptop, bring it to an expert (don't mess around with a laptop).
If you have 2 desktop PCs and you want to do it home then you have to:
- Turn off your computers
- Open the box of both computers (it normally has some screws on it)
- If you are on the right Side you can see the inside of it.
- Search for the hard drive.google it if you don't know how it looks like. So remove the hard drive of the computer where you make the mistake on.
- Now you have the hard drive (do not open it and be careful)
- Put it into the other computer with all cables connected (make sure you have both cables in it and you have too see if the mistaken hard drive is on the extended side of the cables)
- Turn on the computer thats fine, you can see in the computer folder it has 2 hard drives.
- Pick the one that you made a mistake on, and delete the file.
If you are on one desktop computer, bring the hard drive or whole computer to an expert. And let him fix it for you. If on a laptop, bring it to an expert (don't mess around with a laptop).
edited Apr 13 '14 at 9:47
slhck
162k47448471
162k47448471
answered Sep 14 '13 at 8:53
Joshua BarendseJoshua Barendse
11
11
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.
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%2f645207%2faccidentally-moved-folder-to-system-volume-information%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