随笔分类 -  虚拟化

摘要:;; 创建 vm: 管理 vm: ls -al /dev/vmm bhyvectl --destroy --vm=guest_Name 配置文件: /etc/sysctl.conf net.link.tap.up_on_open=1 net.link.tap.up_on_open=1 /boot/l 阅读全文
posted @ 2016-11-23 08:11 范辉 阅读(547) 评论(0) 推荐(1)
摘要:WinXP: 一、管理 images 1、创建 qemu-img create -f raw -o size=10G,nocow=on base.raw #nocow 用于关闭 btrfs 的写时复制,仅对新创建的文件生效 2、扩容 qemu-img resize base.raw +20G 3、查 阅读全文
posted @ 2015-04-22 18:06 范辉 阅读(1310) 评论(0) 推荐(0)