Answer the question
In order to leave comments, you need to log in
How to mount a physical hard drive in hyper-V server 2012r2?
Good evening. I installed a hyper-v server on the host, there are 3 physical HDDs on the host. Hyper-v server 2012r2 is running on one.
The task is to make the path to the virtual machines and hard disks of the virtual machine lie on the second physical HDD, for example, SSD.
Through Total Commander disks are not visible.
Get-Disk command - they are, but Get-PSDrive - also not, only C is marked.
Whoever has come across or knows where to dig, unsubscribe. Thanks in advance.
get disk command
Answer the question
In order to leave comments, you need to log in
If for some reason you cannot use diskmgmt.msc, then you can initialize and partition disks via PowerShell.
Get-Disk
Initialize-Disk -Number x -PartitionStyle GPT
New-Partition -DiskNumber x -Size 100GB -DriveLetter Y
Format-Volume -DriveLetter Y -FileSystem NTFS -NewFileSystemLabel Storage -Confirm:$false
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question