Windows Server Treating SSD RAID Array Like HDD
Go to solution
Solved by skimmilk5,
There doesn't seem to be a way to tell Windows that the array isn't a SSD array. Which drives are not HDD (eMMC, SSD, etc.) seems to be a list supplied by Microsoft by device ID that can't be updated manually (or in any case, a way that wouldn't get wiped out by a Windows Update).
My workaround will seem to have to work. Windows's GUI defragmentation tool doesn't support only scheduling one disk to defragment, so I wrote a little PowerShell script using the
Optimize-Volume
cmdlet. I have it scheduled to run on only the D: drive (the HDD array) weekly using the Task Scheduler. I'm just going to let the SSD's controller do the garbage collection on its own.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now