概述
1.下载
VirtualBox官方网站地址–https://www.virtualbox.org/,
2.命令行
(1).创建虚拟机
VBoxManage createvm --name "19C01" --ostype "RedHat_64" --register
(2).增加虚拟机磁盘
VBoxManage createhd --filename "D:softwareOracleVirtualBox VMs19C01OLE7.vdi" --size 200000
- 添加控制器
VBoxManage storagectl "19C01" --name "IDE Controller" --add ide --controller PIIX4
VBoxManage storageattach "19C01" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium "D:softwareOracleVirtualBox VMs19C01OLE7.vdi"
VBoxManage storageattach "19C01" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium "D:softwareOracleKS-ORACLE_x86_64.iso"
(3).增加虚拟网卡
VBoxManage modifyvm "19C01" --memory 4096 --acpi on --boot1 dvd --nic1 hostonly --nic2 nat
3.导出镜像
- 关机
init 0
- 导出
https://blog.csdn.net/gufenchen/article/details/91357656
最后
以上就是野性黑裤为你收集整理的【VirtualBox】基本使用的全部内容,希望文章能够帮你解决【VirtualBox】基本使用所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复