Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7428697
  • 博文数量: 1758
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16252
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1758)

文章存档

2024年(3)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: LINUX

2009-07-27 11:17:50

首先创建一个lv
lvcreate -L10G -n vm01 vg01
 
然后就是安装了和原来那个没区别
#virt-install
 What is the name of your virtual machine? <-- vm01
 How much RAM should be allocated (in megabytes)? <-- 256
 What would you like to use as the disk (file path)? <-- /dev/vg01/vm01
 Would you like to enable graphics support? (yes or no) <-- yes
 What is the install location? <--
 
其它操作和Image-Based没有区别!
 
 
Image-Based to LVM-Based:
http://www.howtoforge.com/xen-how-to-convert-an-image-based-guest-to-an-lvm-based-guest
 
 
阅读(1499) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~