On Sat, 2007-02-24 at 11:46 +0000, john maclean wrote:
> Chaps,
>
> Perhaps this question is a little basic for this list but I'm not
> really sure of the simplest method or best tool for the job.
>
> I've created some images with `dd=/dev/zero ....` and I'm using them
> for the domUs now. Some of them have been running for a few months
> with no probs. Trouble is that I'd like to create a separate partition
> within the domU. Options:-
> 1 - use fdisk? Not sure if that's possible for a file-based image.
> Can't run it within the domU
> 2 - run dd to create another partiton? Not sure how that would work
> 3 - create the new image from scratch and create the new partition as
> required and tell /etc/fstab about it.
>
You can do this pretty easily. For the path of least resistance I'd :
Create new images the size of the partition you want to create
Do. Not. Format. Them.
use xm block-attach to add them , then update the xen config file.
Then use fdisk from within the dom-u as you wish. If you do this, be
sure to name the block device "sdc" or whatever the next letter would
be, not sdc1 , as you will be making sdc1 in the dom-u.
Format them from within the dom-u
Update fstab as needed
fsck
mount.
Otherwise, do the above, but make the device big enough to partition as
you want the primary drive to be. Then simply roast it, format it, cp
-dpR everything over that you need then block-detach it after unmounting
it.
After that, update the xen config files to reflect the new backing for
the boot device, and update the boot parameter accordingly.
If using an initrd in the dom-u, think for a moment if you need to
update any hard coded paths that may have been added in linuxrc.
I really recommend just doing the first option. More time to goof off
that way.
Best,
--Tim
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|