VBのCLIを介して仮想マシンを作成および管理する方法に関するOracleのガイドラインに従います。
私が走るとき
VBoxManage createvm --name Debian_64 --ostype Debian_64 --register
次のエラーが発生します。
VBoxManage: error: Could not create a directory '/Users/cbeltrao/VirtualBox VMs/Debian_64' to save the settings file (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine, callee nsISupports
VBoxManage: error: Context: "SaveSettings()" at line 276 of file VBoxManageMisc.cpp
答え1
修正:私のVirtualBox VMフォルダはシンボリックリンクでした。リンクが壊れているのか、仮想マシンがfodlerがシンボリックリンクであるという事実を処理できないのかはわかりません。しかし、VirtualBox VMsフォルダを削除して新しいフォルダを作成したので、これは機能します。