<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ben wrote:<br>
<span style="white-space: pre;">> Yeah, you use LVM and grow you
logical volume size, then expand it<br>
> in the guest domain. I'm not sure, but I suspect you'd have to<br>
> restart your guest before you can expand it.</span><br>
But isn't the xvda just a file containing partitions and the like?<br>
I've actually been wanting to do this myself WITH LVM. I'd LOVE to<br>
have lvm extend the file itself.<br>
<br>
I did find the trick extending an image:<br>
dd if=/dev/zero  bs=1024 count=3500000 >> fedora.fc5.img<br>
resize2fs -f fedora.fc5.img<br>
<br>
and thats works great...The way I understand the xvda file is that<br>
you'd have to copy out anything that is after the main image resize<br>
the image (like above) and then append the old stuff back to the end<br>
of the disk. I'd assume "stuff" here to mean something like swap.<br>
<br>
Chris<br>
<br>
</body>
</html>