The Computer Oracle

Disk Management problem; " The service cannot be started,"

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2

--

Chapters
00:00 Disk Management Problem; &Quot; The Service Cannot Be Started,&Quot;
00:30 Accepted Answer Score 8
00:47 Answer 2 Score 4
01:08 Answer 3 Score 10
01:27 Answer 4 Score 1
01:51 Thank you

--

Full question
https://superuser.com/questions/279089/d...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #services #diskmanagement

#avk47



ANSWER 1

Score 10


Open a command prompt as administrator and run:

sc config defragsvc start= demand

enables you to start the defragsvc, beware if you have a schedule in effect.

sc start defragsvc

starts the defrag service so disk management can figure out how to reallocate files when you shrink the volume.




ACCEPTED ANSWER

Score 8


I've seen McAfee AV cause a situation where disks cannot be managed. I never figured out why but uninstalling resolved the issue.

I've also seen this issue when the Disk Defragmenter is disabled (for SSD) and turning it on temporarily allowed disk to be managed.




ANSWER 3

Score 4


Go to the start button, type "Services", click it (should have an icon of two gears), scroll down to "Disk Defragmenter". Change the startup type if you want to, and make sure the "Service status" is "Started". If not, make it so.




ANSWER 4

Score 1


I found that I also couldn't open Disk Management, as well as diskpart.

Open "Services", and scroll down to "Virtual Disk". If this is disabled, enable it with startup = manual. After I changed this, I was able to open Disk Management and diskpart.

This may work in conjunction with the Disk Defragmenter service, or this change may be all you need.