I solved this problem by going into device manager and uninstalling the usb drivers. Then when I plugged the hard drive back in it reinstalled the driver and worked.
Disk Management Console view is not up-to-date.
OS Name Microsoft® Windows Vista™ Ultimate
Version 6.0.6002 Service Pack 2 Build 6002
Other OS Description Not Available
OS Manufacturer Microsoft Corporation
System Name -----
System Manufacturer INTEL_
System Model DP45SG
System Type X86-based PC
Processor Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz, 2660 Mhz, 4 Core(s), 4 Logical Processor(s)
BIOS Version/Date Intel Corp. SGP4510H.86A.0083.2008.0819.1026, 8/19/2008
SMBIOS Version 2.4
Windows Directory C:\Windows
System Directory C:\Windows\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "6.0.6002.18005"
User Name -----
Time Zone Eastern Daylight Time
Installed Physical Memory (RAM) 2.00 GB
Total Physical Memory 2.00 GB
Available Physical Memory 691 MB
Total Virtual Memory 4.23 GB
Available Virtual Memory 2.38 GB
Page File Space 2.29 GB
Page File C:\pagefile.sys
Partition **** Disk #0, Partition #0
Partition Size **** 104.43 GB (112,134,193,664 bytes)
Partition Starting Offset 1,048,576 bytes
Partition **** Disk #0, Partition #1
Partition Size **** 361.33 GB (387,979,805,696 bytes)
Partition Starting Offset 112,133,668,864 bytes
I went to do something with partition magic (it recognized something with the pointers I believe, so I allowed it to automatically fix the error) and now I'm not even able to access Partition Disk #0, Partition #1 which is a drive that I used to store data (No OS). It doesn't appear in 'My Computer', but does appear in Disk Management but it doesn't seem like I can do anything with it besides delete the partition. There's a lot of data that I have stored and I don't want to lose it all.
I used a partition tool to find out what sectors each of the partitions are starting at and for one of them it's sector 15 and the other it is sector 33. I'm not sure if that has any significance to my problem, but just thought I'd let it be known.
- Program: Disk Managemet
- Error Message: "The operation failed to complete because the Disk Management console view is not up-to-date. Refresh the view by using the refresh task. If the problem persists close the Disk Management console, then restart Disk Management or restart the computer.
Windows for home | Previous Windows versions | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello trichard13,
Thank you for visiting the Microsoft Answers Community.
Try using diskpart to assign a drive letter to Disk #0, Partition #1.
· Click Start Orb > type diskpart
· Right-click diskpart in results above > click Run as administrator
· Once diskpart loads type list volume, press enter
You should notice that you will see your partition that you use for your data, it should not show a drive letter assigned to it.
· Type select volume 6 **** (replace 6 with the volume number assigned to the partition in question)
· Type assign letter Z (replace Z with the letter that you want to assign to it)
When you look in Computer, you should be able to see your partition.
Hope this helps
Chris.H
Microsoft Answers Support Engineer
Visit our Microsoft Answers Feedback Forum and let us know what you think.
156 additional answers
Sort by: Most helpful
-
Anonymous
2012-01-19T02:47:28+00:00 you are a real prince. everything worked like a charm. thank you very much
-
Anonymous
2012-01-05T17:18:44+00:00 Hello Frds,
Finally got work around on this issue.. but its little tricky..
I did it through Ubuntu so you also need to download Ubuntu live image ISO and burn in ur CD or DVD..
Boot your system through that CD or DVD and select live image or Try Ubuntu from boot menu...
When you see you Desktop screen create folder on desktop (E.g. Ddrive) which will used to mount your damaged drive..
Now press Altr + Cntrl + F5 which will take you to command line interface.. and follow below commands..
- "Sudo fdisk -l" will list your partition. Now check partition name which is damaged and you want to recover... IF you dont get clear then use below command to see partition with label
- "Sudo blkid" (Eg. Partition name /dev/hda5 which is damaged and i want to recover)
- now mount this damaged drive with folder which we have created on Deskop (Ddrive)
"sudo mount -t ntfs -o nls=utf8.umask=0222 /dev/hda5 /desktop/Ddrive"
and here you done all steps... press Altr + Cntrl + F7 to go back to Desktop and double click on Ddrive to see your all damaged drive data....
Best of Luck....
-
Anonymous
2011-12-27T22:09:58+00:00 I found a solution.
First, my problem. When I tried to attach a VHD file, Windows wouldn't assign it a drive letter.
When I tried to assign the drive letter manually, the operation would fail and I would receive the following error:
"The operation failed to complete because the Disk Management console view is not up-to-date. Refresh the view by using the refresh task. If the problem persists close the Disk Management console, then restart Disk Management or restart the computer."
I also couldn't plug in a USB Thumb Drive or USB External Drive without having the same problem.
It was because the following registry keys were completely missing.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}
The Solution:
I exported the above keys from another Server 2008 R2 Enterprise
and imported them into my Server 2008 R2 Enterprise.
My problem was solved immediately. I didn't have to reboot.
Below is the contents of the CurrentControlSet .reg file I imported.
It may be all that's needed. However, it wouldn't be hard to modify for ControlSet001 & ControlSet002.
I'm about 99% sure - that most (or all) of the subkeys 0000-0027 are unnecessary. I left them in for now.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}]
"Class"="Volume"
"ClassDesc"="@%SystemRoot%\System32\SysClass.Dll,-3007"
@="Storage Volumes"
"IconPath"=hex(7):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,5c,\
00,69,00,6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,\
2c,00,2d,00,33,00,32,00,00,00,00,00
"Installer32"="SysClass.dll,VolumeClassInstaller"
"EnumPropPages32"="StorProp.Dll,VolumePropPageProvider"
"SilentInstall"="1"
"NoInstallClass"="1"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0000]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0001]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0002]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0003]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0004]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0005]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0006]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0007]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0008]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0009]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0010]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0011]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0012]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0013]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0014]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0015]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0016]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0017]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0018]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0019]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0020]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0021]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0022]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0024]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0025]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0026]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{71A27CDD-812A-11D0-BEC7-08002BE2092F}\0027]
"InfPath"="volume.inf"
"InfSection"="volume_install"
"InfSectionExt"=".NTAMD64"
"ProviderName"="Microsoft"
"DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01
"DriverDate"="6-21-2006"
"DriverVersion"="6.1.7601.17514"
"MatchingDeviceId"="storage\volume"
"DriverDesc"="Generic volume"