diskpart list volume does not show all volumes

3

1

I have 2 disks attached to windows2012 R2 machine. I can see both disks from diskpart's list disk command and both of them are Online. One disk has 2 volumes for boot partition and for system reserved. The other disk has just primary partition. I can see all 3 volumes (2 from first disk and 1 from second) under Disk Management utility. But when I check list volume in diskpart, it shows just 2 volumes which are from first disks but it does not show the volume from second disk. What could be reason for it?

Rohanil

Posted 2017-04-05T00:40:09.683

Reputation: 131

Question was closed 2017-06-15T17:54:38.273

Dan you post a picture of your disk management screen? Is the 2nd disk "online" to be able to get its status? – Kinnectus – 2017-06-15T15:52:50.260

right click my computer and click manage, view the disk your trying to fix the issue with. make sure its in mbr format. make primary and assign a drive letter. it should then show up. hope it works. – easy tech miami – 2017-06-15T15:34:05.657

diskpart will NOT list the volumes' file systems it doesn't not recognize. – Shayan – 2019-10-26T12:12:00.720

Answers

-1

You have to select another disk to see its volume. 1. Select the disk via select disk command. 2. And then list volume command.

This will show up the available volumes on that disk.

MCCshreyas

Posted 2017-04-05T00:40:09.683

Reputation: 32

1Sorry it did not work. It still shows volumes of first disk only. – Rohanil – 2017-04-05T04:38:02.583

Have you selected other disk by using select disk <diskNumber>. And the list vol command. – MCCshreyas – 2017-04-05T06:44:05.163

2yes I did that. In my case, I am looking for a disk whose disknumber is 1. so after select disk 1, it says Disk 1 is now the selected disk. But list volume shows volumes of disk 0 only. – Rohanil – 2017-04-05T07:20:25.093

1@Rohanil I have the same problem. Does not matter if disk 0 or 1 is selected, volumes from ,disk 0 will always be shown by list vol. Have you found a solution? – Lysarion – 2017-06-14T15:51:40.977