As for now I will presume you have a better understanding on how to extend the size of the storage.On this round of the articles, I be sharing on how to extend the disk space in storage spaces.
1)get-storagepoolname
2)get-physicaldisk -CanPool $true
- The CanPool property indicates whether the Physical Disk is currently available to be used for the formation of a Storage Pool. By specifying –CanPool $true, only the Physical Disks available for pool creation are listed. On this command you can find the friendly name of the physical disk too.
3)Add-PhysicalDisk –StoragePoolFriendlyName “SPN” –PhysicalDisks (Get-PhysicalDisk –friendlyname PhysicalDisk3)
- This command will add the available disk into the storage pool
4)get-virtualdisk
- To get the virtual disk friendly name
5)resize-virtualdisk -friendlyname "VDN" -Size 15GB
- To extend the size of the virtual disk
6)resize-partition -size 15GB -Driveletter f
- resize the volume or the partition online
Summary
Very happy to store my things here. Contended with my experience at this Storage. I've looked around and they came highly recommended by even other people.
ReplyDelete