Windows 10: Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have.

Discus and support Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have. in Windows 10 Drivers and Hardware to solve the problem; Get-PhysicalDisk show me my 3 disks i have and i want up and ready. But if i write command get-disk i see only one. Same in windows itself. Same in... Discussion in 'Windows 10 Drivers and Hardware' started by TrollFaster, Sep 27, 2020.

  1. Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have.


    Get-PhysicalDisk show me my 3 disks i have and i want up and ready. But if i write command get-disk i see only one. Same in windows itself. Same in device manager i see all my disks but in disk manager i see only that what is for system. Wich is SSD and two HDD i want too because are 2x 2000gb they i cannot launch and windows cannot see them only in device manager. Somebody from windows know what to do ? I try everything and idk what to do. Disk work fine before reinstal windows and now i cannot get them so windows can work with them. In DOS i see disks too i can boot windows on them. but i dont want to do that someone know that commands for powershell so i can get them up and running ?. Thanks.

    :)
     
    TrollFaster, Sep 27, 2020
    #1

  2. disk shows up in powershell get-disk, but not in get-physicaldisk

    I have added a new drive to my machine. I can see it in drive manager, and format it, and use it.

    I want to add that to an existing storage pool

    I try to add it using the manage storage pool app, but it always fails tells me something is using the disk

    I tried to first take it offline, and same thing

    I tried to unpartition it, so it is raw, and add it that way, same thing.

    so I wanted to try to add it using powershell.

    I can see the disk when I run get-disk, but it does not show up when I run get-physicaldisk

    all of the commands I can find tell me how to add a physicaldisk to a storage pool, but I cannot figure out how to get a disk to show up as a physicaldisk.

    Get-Disk
    Number Friendly Name Serial Number HealthStatus OperationalStatus Total Size Partition

    Style

    ------ ------------- ------------- ------------ ----------------- ---------- ----------

    0 Crucial_CT240M500SSD1 14070C010C90 Healthy Online 223.57 GB GPT

    2 ST32000542AS 5XW1F0CP Healthy Online 1.82 TB MBR

    4 Storage space {9873c9c7-4b89-11e5-82c6-6c71... Healthy Online 6 TB GPT

    so I have my boot drive 0

    my existing storage space 4

    and my new drive 2, healthy and online, with the correct serial number from the drive
    but disk 2 does not show up as a physicaldrive

    Get-PhysicalDisk
    FriendlyName SerialNumber CanPool OperationalStatus HealthStatus Usage Size

    ------------ ------------ ------- ----------------- ------------ ----- ----

    TOSHIBA DT01ACA100 93LV1U6KS False OK Healthy Auto-Select 930.75 GB

    Disk4 5XW1N6QX False OK Healthy Auto-Select 1.82 TB

    Crucial_CT240M500SSD1 14070C010C90 False OK Healthy Auto-Select 223.57 GB

    the first 2 drives make up the storage pool

    get-storagepool "storage pool" |Get-PhysicalDisk

    FriendlyName SerialNumber CanPool OperationalStatus HealthStatus Usage Size

    ------------ ------------ ------- ----------------- ------------ ----- ----

    TOSHIBA DT01ACA100 93LV1U6KS False OK Healthy Auto-Select 930.75 GB

    Disk4 5XW1N6QX False OK Healthy Auto-Select 1.82 TB

    One note, initally I had the same "friendly name" listed in get-disk and get-physicaldisk with different serial numbers

    I am trying to add a second drive that matches the first. same model, so it initially got the same friendly name, but I changed it with

    set-physicaldisk -friendlyname ST32000542AS -newFriendlyName Disk4
    but I cannot figure out why the second disk does not show up as a physical disk
     
    AdamW_1975, Sep 27, 2020
    #2
  3. Disk management console view is not up-to-date

    i dont know how to fix your disk management, but i can fix your partition problems...




    open up Command Prompt with admin rights. (Right click, run as admin)


    enter in
    DISKPART
    list disk

    then find the Disk number for your Raid array... lets call it number 7 ( you can tell what disk is what by the total size)
    type in

    Select Disk 7
    List Partition (will give you a list of all the partitions..)
    Select Partition 1 (im assuming you only have 1 partition on Disk 7) repeat this step if you have more partitions.
    ASSIGN


    that should get the array up and running ready to use.


    EDITED.

    any problems, post back ^^


    Still EDITING *Stick Out Tongue Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have. :p

    side question, have you tried restarting the PC?
     
    slyfox2151, Sep 27, 2020
    #3
  4. ze ultimo Win User

    Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have.

    diskpart doesn't show disk

    Hey,

    I am trying to install Win10 on a mac book air.

    However the diskpart does not list the disk even after reformatting the partition as NTFS per suggestion.

    read through this solution but cannot move to step 1 listed in the solution by Ivan as that disk doesn't see that partition it was just able to reformat.

    Regards
     
    ze ultimo, Sep 27, 2020
    #4
Thema:

Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have.

Loading...
  1. Get-PhysicalDisk i see HDD but in Get-Disk dont show 2 from 3 disk i have. - Similar Threads - PhysicalDisk HDD Disk

  2. How do I change SSD to disk 0 and hdd to disk 1 or 2?

    in Windows 10 Software and Apps
    How do I change SSD to disk 0 and hdd to disk 1 or 2?: I have 2 1tb sata hdd wd and consistent and a 256gb nvme m.2 SSD Kingston a2000. I formatted all these drives and then clean installed my windows, so now my name is a boot drive whereas hdd are storage drive but I was facing the issue of slow booting and not that smooth...
  3. How do I change SSD to disk 0 and hdd to disk 1 or 2?

    in Windows 10 Drivers and Hardware
    How do I change SSD to disk 0 and hdd to disk 1 or 2?: I have 2 1tb sata hdd wd and consistent and a 256gb nvme m.2 SSD Kingston a2000. I formatted all these drives and then clean installed my windows, so now my name is a boot drive whereas hdd are storage drive but I was facing the issue of slow booting and not that smooth...
  4. How do I change SSD to disk 0 and hdd to disk 1 or 2?

    in Windows 10 Gaming
    How do I change SSD to disk 0 and hdd to disk 1 or 2?: I have 2 1tb sata hdd wd and consistent and a 256gb nvme m.2 SSD Kingston a2000. I formatted all these drives and then clean installed my windows, so now my name is a boot drive whereas hdd are storage drive but I was facing the issue of slow booting and not that smooth...
  5. I have a hard disk that shows up in the computer and is working but is not in disk...

    in Windows 10 Network and Sharing
    I have a hard disk that shows up in the computer and is working but is not in disk...: need help to move it to disk managemt https://answers.microsoft.com/en-us/windows/forum/all/i-have-a-hard-disk-that-shows-up-in-the-computer/392df737-4ce9-4229-b905-88eb470a4b46
  6. How do I get "disk 0" to appear as "disk 2". I put a new 8GB WD red and it does not show in...

    in Windows 10 Ask Insider
    How do I get "disk 0" to appear as "disk 2". I put a new 8GB WD red and it does not show in...: [ATTACH] submitted by /u/yellowsubmarine2016 [link] [comments] https://www.reddit.com/r/Windows10/comments/m8thz9/how_do_i_get_disk_0_to_appear_as_disk_2_i_put_a/
  7. Is it safe to get rid of System reserved disk from old HDD?

    in Windows 10 Drivers and Hardware
    Is it safe to get rid of System reserved disk from old HDD?: A while ago, my old PC died. I got its HDD with windows and put it in a new PC with windows preinstalled I got later, figured out how to access the old HDDs files and everything works fine, just that there are two disks showing up in the This PC window. It doesn't cause any...
  8. A single partitioned HDD shows as 2 separate disks in Disk Management. How can I correct...

    in Windows 10 Network and Sharing
    A single partitioned HDD shows as 2 separate disks in Disk Management. How can I correct...: Dear Community, A single partitioned HDD in my PC shows as 2 separate disks in the Disk Management application. I don't think that it should. Referring to the lower half of my attached screenshot, the space shown as Disk 0 and Disk 2 are both on the same physical HDD. C:...
  9. I cloned a 500 hdd (disk 1) to a 2 tb sshd (disk 2). Having a little problem about “system...

    in Windows 10 Ask Insider
    I cloned a 500 hdd (disk 1) to a 2 tb sshd (disk 2). Having a little problem about “system...: https://imgur.com/gallery/oKfpUsG I copied both partitions from disk 1 to disk 2. Both disks have a partition called “system reserved” which disk 1 does not have a path for it but disk 2 has a path (D:) for it. Also it says in the tags in the screenshot that for disk 1...
  10. Upgrading from an HDD to an SSD. Will I have to get a new installation disk or USB to...

    in Windows 10 Installation and Upgrade
    Upgrading from an HDD to an SSD. Will I have to get a new installation disk or USB to...: I've recently decided that it's time for me to upgrade my OS disk from an HDD to an M.2 SSD. Although I'm wondering if I will need to get a new installation disk or USB drive to install Windows 10. I still have my original CD that I used when my computer was first built with...