Virtual disk in storage spaces not visible after system rebuild
hello all,
after system rebuild can see storage pool , virtual disks (vdisks) not visible in computer management -> disk management menu
few days saw related issue , problem due default settings (after rebuild storage pool recognized read-only instread of read-write), can't find post anywhere. may can powershell command needed storage back. thanks
mcse 2003: messaging, security
mcitp: server administrator, enterprise administrator, virtualization administrator
mcitp: consumer desktop support, enterprise desktop support, enterprise desktop support windows 7, enterprise desktop administrator
sms/sccm, isa 2004/2006, ccna security
i've found solution:
set-storagepool -friendlyname "datapool" -isreadonly $false
set-virtualdisk -friendlyname "data" -ismanualattach $false
than go disk management , set disk status "online"
mcse 2003: messaging, security
mcitp: server administrator, enterprise administrator, virtualization administrator
mcitp: consumer desktop support, enterprise desktop support, enterprise desktop support windows 7, enterprise desktop administrator
sms/sccm, isa 2004/2006, ccna security
Windows Server > Windows Server 2012 General
Comments
Post a Comment