What is the meaning of a Path like 'L:1WindowsSystem32wbem' in Windows?
After installing 2 new HDD i saw Windows nonstop reading or writing to paths like 'L:1WindowsSystem32wbem' in the ressourcemonitor.
The disk is freshly formatted with NTFS and beside the automatically added $RECYCLE.BIN and 'System Volume Information' empty. So there should be nothing to read and in my opinion no access at all.
What i'm puzzled with is the strange path. What's the meaning of the number right after the partition identifier and before the backslash?
I'm using Windows 7. The access seem to happen to whatever partition has the highest character assigned and much free space.
Bonus question: How do i stop that? Those disks are supposed to be storage and should go to sleep if i'm not using them. Windows already has 2 SSD's to mistreat, why does it jump at new innocent HDD's?
As far as i know all temp directories are on C, pagefile is also assigned to C only, no automatic management of that. I even assigned a fixed ROOTDRIVE to the windows installer via registry editing.
edit1: after replacing the old disks, emptying them and swapping the assigned drive letters it still happens on the same disk. so the highest drive letter seem to be less important than size or amount of free space.
oh and since it is wanted to describe tried resolutions in addition to the plain question:
i tried searching for the problem on google and duckduckgo, but looking for things like 'windows' and 'path' there are just lots and lots of results about windows and the path variable in general. the same with drive letters.
also in the wikipedia article about path (computing) i did not found an example of a digit between the colon and the first delimiter.
i do have a guess. it may point to a specific entry in the file table, so the most likely target would be the 'System Volume Information' directory. I had a look at it using lubuntu but i found just a chkdsk logfile. Maybe the file explorer there does not show everything, maybe the files there get deleted on shutdown (i do not want to crash my windows on purpose, no other idea how to prevent that) or maybe they are just not there.
edit2: according to a Microsoft Doc about Paths it seems to be a relative path bound to a drive letter. makes sense but to my knowledge there were no directory '1' anywhere. Being relative trying to just use the same path in the explorer to go there is pretty much hopeless too. I tried and it just gives an error. "File not found, check your spelling and try again" (shortened and translated to english)
Oh and as an interesting addition i was unable to find that activity using Process Monitor from the sysinternals suite. The only hint that something is using the drives comes from the ressource monitor. In theory i could just look if the drive goes to sleep, but i don't know how to query that. Every status request using SMART tools or seachest (tool suite from seagate) wakes the disk and even causes them to move their heads. Only chance would be the 'listen and touch' test, but then there are 5 HDDs and 5 fans running, so slight vibration and noise is always there. Creating a clean test environment to check if a disk is really asleep would be cumbersome.
windows-7 windows
add a comment |
After installing 2 new HDD i saw Windows nonstop reading or writing to paths like 'L:1WindowsSystem32wbem' in the ressourcemonitor.
The disk is freshly formatted with NTFS and beside the automatically added $RECYCLE.BIN and 'System Volume Information' empty. So there should be nothing to read and in my opinion no access at all.
What i'm puzzled with is the strange path. What's the meaning of the number right after the partition identifier and before the backslash?
I'm using Windows 7. The access seem to happen to whatever partition has the highest character assigned and much free space.
Bonus question: How do i stop that? Those disks are supposed to be storage and should go to sleep if i'm not using them. Windows already has 2 SSD's to mistreat, why does it jump at new innocent HDD's?
As far as i know all temp directories are on C, pagefile is also assigned to C only, no automatic management of that. I even assigned a fixed ROOTDRIVE to the windows installer via registry editing.
edit1: after replacing the old disks, emptying them and swapping the assigned drive letters it still happens on the same disk. so the highest drive letter seem to be less important than size or amount of free space.
oh and since it is wanted to describe tried resolutions in addition to the plain question:
i tried searching for the problem on google and duckduckgo, but looking for things like 'windows' and 'path' there are just lots and lots of results about windows and the path variable in general. the same with drive letters.
also in the wikipedia article about path (computing) i did not found an example of a digit between the colon and the first delimiter.
i do have a guess. it may point to a specific entry in the file table, so the most likely target would be the 'System Volume Information' directory. I had a look at it using lubuntu but i found just a chkdsk logfile. Maybe the file explorer there does not show everything, maybe the files there get deleted on shutdown (i do not want to crash my windows on purpose, no other idea how to prevent that) or maybe they are just not there.
edit2: according to a Microsoft Doc about Paths it seems to be a relative path bound to a drive letter. makes sense but to my knowledge there were no directory '1' anywhere. Being relative trying to just use the same path in the explorer to go there is pretty much hopeless too. I tried and it just gives an error. "File not found, check your spelling and try again" (shortened and translated to english)
Oh and as an interesting addition i was unable to find that activity using Process Monitor from the sysinternals suite. The only hint that something is using the drives comes from the ressource monitor. In theory i could just look if the drive goes to sleep, but i don't know how to query that. Every status request using SMART tools or seachest (tool suite from seagate) wakes the disk and even causes them to move their heads. Only chance would be the 'listen and touch' test, but then there are 5 HDDs and 5 fans running, so slight vibration and noise is always there. Creating a clean test environment to check if a disk is really asleep would be cumbersome.
windows-7 windows
add a comment |
After installing 2 new HDD i saw Windows nonstop reading or writing to paths like 'L:1WindowsSystem32wbem' in the ressourcemonitor.
The disk is freshly formatted with NTFS and beside the automatically added $RECYCLE.BIN and 'System Volume Information' empty. So there should be nothing to read and in my opinion no access at all.
What i'm puzzled with is the strange path. What's the meaning of the number right after the partition identifier and before the backslash?
I'm using Windows 7. The access seem to happen to whatever partition has the highest character assigned and much free space.
Bonus question: How do i stop that? Those disks are supposed to be storage and should go to sleep if i'm not using them. Windows already has 2 SSD's to mistreat, why does it jump at new innocent HDD's?
As far as i know all temp directories are on C, pagefile is also assigned to C only, no automatic management of that. I even assigned a fixed ROOTDRIVE to the windows installer via registry editing.
edit1: after replacing the old disks, emptying them and swapping the assigned drive letters it still happens on the same disk. so the highest drive letter seem to be less important than size or amount of free space.
oh and since it is wanted to describe tried resolutions in addition to the plain question:
i tried searching for the problem on google and duckduckgo, but looking for things like 'windows' and 'path' there are just lots and lots of results about windows and the path variable in general. the same with drive letters.
also in the wikipedia article about path (computing) i did not found an example of a digit between the colon and the first delimiter.
i do have a guess. it may point to a specific entry in the file table, so the most likely target would be the 'System Volume Information' directory. I had a look at it using lubuntu but i found just a chkdsk logfile. Maybe the file explorer there does not show everything, maybe the files there get deleted on shutdown (i do not want to crash my windows on purpose, no other idea how to prevent that) or maybe they are just not there.
edit2: according to a Microsoft Doc about Paths it seems to be a relative path bound to a drive letter. makes sense but to my knowledge there were no directory '1' anywhere. Being relative trying to just use the same path in the explorer to go there is pretty much hopeless too. I tried and it just gives an error. "File not found, check your spelling and try again" (shortened and translated to english)
Oh and as an interesting addition i was unable to find that activity using Process Monitor from the sysinternals suite. The only hint that something is using the drives comes from the ressource monitor. In theory i could just look if the drive goes to sleep, but i don't know how to query that. Every status request using SMART tools or seachest (tool suite from seagate) wakes the disk and even causes them to move their heads. Only chance would be the 'listen and touch' test, but then there are 5 HDDs and 5 fans running, so slight vibration and noise is always there. Creating a clean test environment to check if a disk is really asleep would be cumbersome.
windows-7 windows
After installing 2 new HDD i saw Windows nonstop reading or writing to paths like 'L:1WindowsSystem32wbem' in the ressourcemonitor.
The disk is freshly formatted with NTFS and beside the automatically added $RECYCLE.BIN and 'System Volume Information' empty. So there should be nothing to read and in my opinion no access at all.
What i'm puzzled with is the strange path. What's the meaning of the number right after the partition identifier and before the backslash?
I'm using Windows 7. The access seem to happen to whatever partition has the highest character assigned and much free space.
Bonus question: How do i stop that? Those disks are supposed to be storage and should go to sleep if i'm not using them. Windows already has 2 SSD's to mistreat, why does it jump at new innocent HDD's?
As far as i know all temp directories are on C, pagefile is also assigned to C only, no automatic management of that. I even assigned a fixed ROOTDRIVE to the windows installer via registry editing.
edit1: after replacing the old disks, emptying them and swapping the assigned drive letters it still happens on the same disk. so the highest drive letter seem to be less important than size or amount of free space.
oh and since it is wanted to describe tried resolutions in addition to the plain question:
i tried searching for the problem on google and duckduckgo, but looking for things like 'windows' and 'path' there are just lots and lots of results about windows and the path variable in general. the same with drive letters.
also in the wikipedia article about path (computing) i did not found an example of a digit between the colon and the first delimiter.
i do have a guess. it may point to a specific entry in the file table, so the most likely target would be the 'System Volume Information' directory. I had a look at it using lubuntu but i found just a chkdsk logfile. Maybe the file explorer there does not show everything, maybe the files there get deleted on shutdown (i do not want to crash my windows on purpose, no other idea how to prevent that) or maybe they are just not there.
edit2: according to a Microsoft Doc about Paths it seems to be a relative path bound to a drive letter. makes sense but to my knowledge there were no directory '1' anywhere. Being relative trying to just use the same path in the explorer to go there is pretty much hopeless too. I tried and it just gives an error. "File not found, check your spelling and try again" (shortened and translated to english)
Oh and as an interesting addition i was unable to find that activity using Process Monitor from the sysinternals suite. The only hint that something is using the drives comes from the ressource monitor. In theory i could just look if the drive goes to sleep, but i don't know how to query that. Every status request using SMART tools or seachest (tool suite from seagate) wakes the disk and even causes them to move their heads. Only chance would be the 'listen and touch' test, but then there are 5 HDDs and 5 fans running, so slight vibration and noise is always there. Creating a clean test environment to check if a disk is really asleep would be cumbersome.
windows-7 windows
windows-7 windows
edited Jan 24 at 18:49
bigeagle
asked Jan 24 at 15:59
bigeaglebigeagle
113
113
add a comment |
add a comment |
0
active
oldest
votes
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%2f1397968%2fwhat-is-the-meaning-of-a-path-like-l1-windows-system32-wbem-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1397968%2fwhat-is-the-meaning-of-a-path-like-l1-windows-system32-wbem-in-windows%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