disk management/diskpart on windows server 2008 hangs

8,301

Try the following:

  • Run a chkdsk /f on all disks in the system to make sure they are ok.
  • Open up services.msc and make sure the following services are started: Remote Procedure Call (RPC), Plug and Play and Virtual Disk.
Share:
8,301

Related videos on Youtube

Josh
Author by

Josh

A man, when confronted with a problem, said "I know! I'll use regular expressions!" Now he has two problems.

Updated on September 17, 2022

Comments

  • Josh
    Josh over 1 year

    I am having an issue on my Windows Server 2008 "Sql Server".

    When I access Disk Management, the UI hangs on "Loading disk configuration information"

    When I run diskpart it does nothing after showing the server name.

    I NEED to expand my secondary drive because I need to move my database files off the C drive (I have like 4 gb free space).

    EDIT: In the past, I used my domain controller to access disk management remotely to expand a drive and it worked on a different machine. On this one, however, the disk management hands even on the DC.

    Any ideas?

    • Admin
      Admin almost 12 years
      out of interest were you using mcafee?
  • Josh
    Josh over 13 years
    I don't know why, but it just worked one day when we were in crisis aversion mode. We never found out what was going on or why it suddenly worked. Updates to the underlying linux, changes in settings, or maybe some vooodoo magic seemed to cure it. Thanks for your suggestions Matthew.