error on DeviceHarddisk11DR26 but Disk 11 doesn't exist Announcing the arrival of Valued...
Why is it faster to reheat something than it is to cook it?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How much damage would a cupful of neutron star matter do to the Earth?
Is there hard evidence that the grant peer review system performs significantly better than random?
SF book about people trapped in a series of worlds they imagine
Is there a kind of relay only consumes power when switching?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
What do you call the main part of a joke?
How come Sam didn't become Lord of Horn Hill?
Should I use a zero-interest credit card for a large one-time purchase?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Why do we need to use the builder design pattern when we can do the same thing with setters?
Would the Life Transference spell be unbalanced if it ignored resistance and immunity?
Significance of Cersei's obsession with elephants?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Do I really need to have a message in a novel to appeal to readers?
An adverb for when you're not exaggerating
What is this clumpy 20-30cm high yellow-flowered plant?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Putting class ranking in CV, but against dept guidelines
Effects on objects due to a brief relocation of massive amounts of mass
What would you call this weird metallic apparatus that allows you to lift people?
What's the meaning of "fortified infraction restraint"?
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
error on DeviceHarddisk11DR26 but Disk 11 doesn't exist
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!disk usage in server 2008(0xC03A0014) Failed to add device 'Microsoft Virtual Hard Disk'“Disk volume is write-protected” error when formattingWin Server 2008 R2 SP1 Repair DiskWindows : Only Run Install Startup Script if Directory Doesn't ExistVisual web developer | Sites works on local, but on the webserver Runtime errorWindows server detected error with hard diskWindows Server 2008 R2 System State backupSrv service does not exist as an installed serviceWindows Backup - Backups Deleted but Disk is not Free
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
On a Windows 2008R2 server, I am getting this message in Event Viewer:
Log Name: System
Source: Disk
Date: 7/3/2013 4:25:54 AM
Event ID: 51
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
An error was detected on device DeviceHarddisk11DR26 during a paging operation.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Disk" />
<EventID Qualifiers="32772">51</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-07-03T08:25:54.828401000Z" />
<EventRecordID>115066</EventRecordID>
<Channel>System</Channel>
<Security />
</System>
<EventData>
<Data>DeviceHarddisk11DR26</Data>
<Binary>030080000100000000000000330004802D0100000E0000C000000000000000000000000000000000BE009A0500000000FFFFFFFF010000005800000802000008FD200A1242032040000200003C0000001080838780FAFFFF483DF28780FAFFFF0000000000000000D0285A0281FAFFFF0000000000000000008841060000000028000641880000000100000000000000000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
However, there is no disk 11 on this server. The disks stop at 10.
This particular server is a Hyper-V host in a cluster. All of the disks are either CSV disks or pass-through disks, all backed by iSCSI.
How can I identify which drive this is?
wmic
does not list the drive:
Caption DeviceID Model Partitions Size
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE5 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 2418923243520
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE9 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1069286400
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE10 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1759214661120
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE4 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1979117521920
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE7 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 80525491200
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE8 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE2 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE3 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE1 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 322118415360
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE6 LEFTHAND iSCSIDisk Multi-Path Disk Device 0 1069286400
HP LOGICAL VOLUME SCSI Disk Device \.PHYSICALDRIVE0 HP LOGICAL VOLUME SCSI Disk Device 2 220122071040
windows-server-2008-r2
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On a Windows 2008R2 server, I am getting this message in Event Viewer:
Log Name: System
Source: Disk
Date: 7/3/2013 4:25:54 AM
Event ID: 51
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
An error was detected on device DeviceHarddisk11DR26 during a paging operation.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Disk" />
<EventID Qualifiers="32772">51</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-07-03T08:25:54.828401000Z" />
<EventRecordID>115066</EventRecordID>
<Channel>System</Channel>
<Security />
</System>
<EventData>
<Data>DeviceHarddisk11DR26</Data>
<Binary>030080000100000000000000330004802D0100000E0000C000000000000000000000000000000000BE009A0500000000FFFFFFFF010000005800000802000008FD200A1242032040000200003C0000001080838780FAFFFF483DF28780FAFFFF0000000000000000D0285A0281FAFFFF0000000000000000008841060000000028000641880000000100000000000000000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
However, there is no disk 11 on this server. The disks stop at 10.
This particular server is a Hyper-V host in a cluster. All of the disks are either CSV disks or pass-through disks, all backed by iSCSI.
How can I identify which drive this is?
wmic
does not list the drive:
Caption DeviceID Model Partitions Size
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE5 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 2418923243520
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE9 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1069286400
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE10 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1759214661120
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE4 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1979117521920
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE7 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 80525491200
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE8 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE2 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE3 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE1 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 322118415360
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE6 LEFTHAND iSCSIDisk Multi-Path Disk Device 0 1069286400
HP LOGICAL VOLUME SCSI Disk Device \.PHYSICALDRIVE0 HP LOGICAL VOLUME SCSI Disk Device 2 220122071040
windows-server-2008-r2
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02
add a comment |
On a Windows 2008R2 server, I am getting this message in Event Viewer:
Log Name: System
Source: Disk
Date: 7/3/2013 4:25:54 AM
Event ID: 51
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
An error was detected on device DeviceHarddisk11DR26 during a paging operation.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Disk" />
<EventID Qualifiers="32772">51</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-07-03T08:25:54.828401000Z" />
<EventRecordID>115066</EventRecordID>
<Channel>System</Channel>
<Security />
</System>
<EventData>
<Data>DeviceHarddisk11DR26</Data>
<Binary>030080000100000000000000330004802D0100000E0000C000000000000000000000000000000000BE009A0500000000FFFFFFFF010000005800000802000008FD200A1242032040000200003C0000001080838780FAFFFF483DF28780FAFFFF0000000000000000D0285A0281FAFFFF0000000000000000008841060000000028000641880000000100000000000000000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
However, there is no disk 11 on this server. The disks stop at 10.
This particular server is a Hyper-V host in a cluster. All of the disks are either CSV disks or pass-through disks, all backed by iSCSI.
How can I identify which drive this is?
wmic
does not list the drive:
Caption DeviceID Model Partitions Size
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE5 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 2418923243520
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE9 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1069286400
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE10 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1759214661120
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE4 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1979117521920
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE7 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 80525491200
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE8 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE2 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE3 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE1 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 322118415360
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE6 LEFTHAND iSCSIDisk Multi-Path Disk Device 0 1069286400
HP LOGICAL VOLUME SCSI Disk Device \.PHYSICALDRIVE0 HP LOGICAL VOLUME SCSI Disk Device 2 220122071040
windows-server-2008-r2
On a Windows 2008R2 server, I am getting this message in Event Viewer:
Log Name: System
Source: Disk
Date: 7/3/2013 4:25:54 AM
Event ID: 51
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
An error was detected on device DeviceHarddisk11DR26 during a paging operation.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Disk" />
<EventID Qualifiers="32772">51</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-07-03T08:25:54.828401000Z" />
<EventRecordID>115066</EventRecordID>
<Channel>System</Channel>
<Security />
</System>
<EventData>
<Data>DeviceHarddisk11DR26</Data>
<Binary>030080000100000000000000330004802D0100000E0000C000000000000000000000000000000000BE009A0500000000FFFFFFFF010000005800000802000008FD200A1242032040000200003C0000001080838780FAFFFF483DF28780FAFFFF0000000000000000D0285A0281FAFFFF0000000000000000008841060000000028000641880000000100000000000000000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
However, there is no disk 11 on this server. The disks stop at 10.
This particular server is a Hyper-V host in a cluster. All of the disks are either CSV disks or pass-through disks, all backed by iSCSI.
How can I identify which drive this is?
wmic
does not list the drive:
Caption DeviceID Model Partitions Size
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE5 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 2418923243520
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE9 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1069286400
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE10 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1759214661120
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE4 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 1979117521920
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE7 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 80525491200
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE8 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE2 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE3 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 536864025600
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE1 LEFTHAND iSCSIDisk Multi-Path Disk Device 1 322118415360
LEFTHAND iSCSIDisk Multi-Path Disk Device \.PHYSICALDRIVE6 LEFTHAND iSCSIDisk Multi-Path Disk Device 0 1069286400
HP LOGICAL VOLUME SCSI Disk Device \.PHYSICALDRIVE0 HP LOGICAL VOLUME SCSI Disk Device 2 220122071040
windows-server-2008-r2
windows-server-2008-r2
edited Jul 9 '13 at 17:02
longneck
asked Jul 8 '13 at 14:43
longnecklongneck
20.9k24075
20.9k24075
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02
add a comment |
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02
add a comment |
1 Answer
1
active
oldest
votes
This is a bit of a WAG but have you tried recompiling the iSCSI MOF files? I've come across similar behavior where NetApp's SnapDrive can't enumerate all the of the iSCSI drives on a particular server. This blog pointed me at this KB2001997.
Try comparing the results of the following WMI query on this server to another known good one:
Get-WmiObject -NameSpace RootWMI MSiSCSIInitiator_PersistentDevices
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f521631%2ferror-on-device-harddisk11-dr26-but-disk-11-doesnt-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is a bit of a WAG but have you tried recompiling the iSCSI MOF files? I've come across similar behavior where NetApp's SnapDrive can't enumerate all the of the iSCSI drives on a particular server. This blog pointed me at this KB2001997.
Try comparing the results of the following WMI query on this server to another known good one:
Get-WmiObject -NameSpace RootWMI MSiSCSIInitiator_PersistentDevices
add a comment |
This is a bit of a WAG but have you tried recompiling the iSCSI MOF files? I've come across similar behavior where NetApp's SnapDrive can't enumerate all the of the iSCSI drives on a particular server. This blog pointed me at this KB2001997.
Try comparing the results of the following WMI query on this server to another known good one:
Get-WmiObject -NameSpace RootWMI MSiSCSIInitiator_PersistentDevices
add a comment |
This is a bit of a WAG but have you tried recompiling the iSCSI MOF files? I've come across similar behavior where NetApp's SnapDrive can't enumerate all the of the iSCSI drives on a particular server. This blog pointed me at this KB2001997.
Try comparing the results of the following WMI query on this server to another known good one:
Get-WmiObject -NameSpace RootWMI MSiSCSIInitiator_PersistentDevices
This is a bit of a WAG but have you tried recompiling the iSCSI MOF files? I've come across similar behavior where NetApp's SnapDrive can't enumerate all the of the iSCSI drives on a particular server. This blog pointed me at this KB2001997.
Try comparing the results of the following WMI query on this server to another known good one:
Get-WmiObject -NameSpace RootWMI MSiSCSIInitiator_PersistentDevices
answered Feb 12 '14 at 18:19
kcekce
11.9k1462100
11.9k1462100
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f521631%2ferror-on-device-harddisk11-dr26-but-disk-11-doesnt-exist%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
Has there never been a disk 11? That error is usually caused by an unclean dismount.
– Nathan C
Jul 8 '13 at 14:45
I have no idea. Do you know how to find out? Perhaps by snooping through the registry?
– longneck
Jul 8 '13 at 16:14
HKEY_LOCAL_MACHINEHARDWAREDEVICEMAP might be a place to look. You can also try "wmic diskdrive list brief" from cmd
– Dusan Bajic
Jul 9 '13 at 16:37
@dusan.bajic no joy on either.
– longneck
Jul 9 '13 at 17:02