10-23-2018, 01:46 AM
(10-22-2018, 05:04 PM)Littlemaster Wrote: The problem is the 'extend' option is unclickable, only shrink is available.
Do you have free volume to extend it? Confirm that you have free volume to extend it.As Hidden Refuge told you that volume can be shrink with that shrink option.
Here is another way.Shrink the volume from Disk Management.
Open Command Prompt.
Code: (Select All)
Open a command prompt and type diskpart.
At the DISKPART prompt, type list volume. Make note of the basic volume you want to extend.
At the DISKPART prompt, type select volume <volumenumber>. This selects the basic volume volumenumber that you want to extend into contiguous, empty space on the same disk.
At the DISKPART prompt, type extend [size=<size>]. This extends the selected volume by size in megabytes (MB).