|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Creating linux guest filesystem
> -----Original Message-----
> From: Rob van Oostveen [mailto:rob@xxxxxxxxxxxxxxx]
> Sent: 29 June 2007 15:35
> To: Petersson, Mats; xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: RE: [Xen-users] Creating linux guest filesystem
>
> Mats,
>
> > Is this for para-virtual or HVM domain?
>
> para-virtual
>
> > If you are using it as PV-domain storage, then you need to create a
> > file-system and copy in the files to build a linux
> infrastructure on the
> > disk. There are tools around to do that. "debootstrap" is
> one of those
> > (it works for Debian-like distributions). Redhat/Fedora uses
> > "virt-install" fo the same purpose (but it's only able to
> install off a
> > network source accoreding to the docs I found in a quick
> search). You
> > may want to google these things.
>
> I tried virt-install, but doesnt work. I suspect this is due
> to the fact that
> I didn't use the rpm's.
>
> If I wanted to create a basic filesystem based on PV storage,
> besides creating
> the logical volume and filesystem itself, how can I create
> the linux direcotry
> infrastructure?
You could essentially do "tar cf - / --exclude /mnt | tar xf - -C
/mnt/mydisk" where "/mnt/mydisk" is your mounted disk-image. [I'm not
entirely sure about the exact syntax - but I think the above will do the
trick].
--
Mats
>
> Thank you.
>
> Regards,
> Rob
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] WinXP cannot partition disk, Rob van Oostveen
- Re: [Xen-users] WinXP cannot partition disk, Mark Williamson
- Re: [Xen-users] WinXP cannot partition disk, Rob van Oostveen
- RE: [Xen-users] WinXP cannot partition disk, Petersson, Mats
- RE: [Xen-users] WinXP cannot partition disk, Rob van Oostveen
- RE: [Xen-users] WinXP cannot partition disk, Rob van Oostveen
- Re: [Xen-users] WinXP cannot partition disk, Mark Williamson
- [Xen-users] Creating linux guest filesystem, Rob van Oostveen
- RE: [Xen-users] Creating linux guest filesystem, Petersson, Mats
- RE: [Xen-users] Creating linux guest filesystem, Rob van Oostveen
- RE: [Xen-users] Creating linux guest filesystem,
Petersson, Mats <=
- Re: [Xen-users] Creating linux guest filesystem, Nico Kadel-Garcia
|
|
|
|
|