#prl_disk_tool merge --hdd "Windows 7.pvm/Windows 7.hdd"
操作方法:
1.prl_disk_tool merge --hdd
2.選擇你要壓縮的虛擬OS,例如windos 7 .pvm 立面的虛擬硬碟"windows 7.hdd"
2.壓縮
disk_path
> [--force]disk_path
>compact |
Removes all empty blocks from the expanding virtual disk and reduces its size on your physical disk. The disk to be compacted must be formatted as NTFS, FAT 16, FAT 32, ext2, or ext3. You can also try to compact virtual disks with other filesystems using the
--buildmap option. |
--hdd <disk_path > |
Full path to the virtual disk to be configured.
|
--buildmap |
Compacts virtual disks with unsupported filesystems.
|
--force |
Forces the compacting operation for suspended virtual disks.
|
-i, --info |
Do not compact the virtual disk; just display the information about the size the disk will have after compacting.
|