我已经创建了VM box Vagrantfile
,但是当我尝试加密存储时,我遇到以下错误:
$ VBoxManage encryptmedium aaa-bbb-ccc-ddd-eee --newpassword - --newpasswordid my_username --cipher "AES-XTS256-PLAIN64"
Enter new password:
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Encrypt hard disk operation for this cipher is not implemented yet!
没有指定任何密码时也会发生同样的情况。
为什么这不起作用?我如何以适当的方式加密VM?
附加信息:
$ VBoxManage --version
5.0.14r105127
$ VBoxManage showvminfo secure | grep 'SATA.*UUID'
SATAController (0, 0): ~/VirtualBox VMs/secure/box-disk1.vmdk (UUID: aaa-bbb-ccc-ddd-eee)
我在OS X(El Capitan)。