2012年7月30日 星期一

如何手動壓縮Parallels 上面的虛擬硬碟大小


#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.壓縮
Compacting Virtual Disks
When compacting virtual disks, the utility has the following syntax:
prl_disk_tool compact [--buildmap] --hdd <disk_path> [--force]
prl_disk_tool compact -i,--info --hdd <disk_path>

Parameters
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.

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...