From which plex am I booted from on raid?
- by rumburak
I have a server with mirrored boot volume. It is software raid 1 in Windows Server 2008 R2. I do not have physical access to the server.
I am looking for a way to check which disk is a boot drive. I need a way to check it from os.
How can I do that ?
EDIT:
I know how to do that, but I dont think its proper way.
From diskpart I can break mirror:
select volume 0
break disk=0
And Windows will only allow me to do that on not current boot disk. I want to check which one is boot without breaking mirroring.