Shrinking a basic volume
To shrink a basic volume using the Windows interface |
- In Disk Manager, right-click the basic volume you want to shrink.
- Click Shrink Volume.
- Follow the instructions on your screen.
Note
You can only shrink basic volumes that have no file system or use the NTFS file system.
To shrink a basic volume using a command line |
- Open a command prompt and type
diskpart
. - At the DISKPART prompt, type
list volume
. Make note of the number of the simple volume you want to shrink. - At the DISKPART prompt, type
select volume <volumenumber>
. Selects the simple volume volumenumber you want to shrink. - At the DISKPART prompt, type
shrink [desired=<desiredsize>] [minimum=<minimumsize>]
. Shrinks the selected volume to desiredsize in megabytes (MB) if possible, or to minimumsize if desiredsize is too large.
No comments:
Post a Comment