Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-29 Thread Alexander Graf
On 29.03.2010, at 11:37, Jan Kiszka wrote: > Alexander Graf wrote: >> On 29.03.2010, at 09:46, Jan Kiszka wrote: >> >>> Christoph Hellwig wrote: On Thu, Mar 25, 2010 at 06:52:59PM +0100, Jan Kiszka wrote: > This adds the "map" subcommand to qemu-img. It is able to expose the raw > c

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-29 Thread Jan Kiszka
Alexander Graf wrote: > On 29.03.2010, at 09:46, Jan Kiszka wrote: > >> Christoph Hellwig wrote: >>> On Thu, Mar 25, 2010 at 06:52:59PM +0100, Jan Kiszka wrote: This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk image via a FUSE filesystem. Both th

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-29 Thread Alexander Graf
On 29.03.2010, at 09:46, Jan Kiszka wrote: > Christoph Hellwig wrote: >> On Thu, Mar 25, 2010 at 06:52:59PM +0100, Jan Kiszka wrote: >>> This adds the "map" subcommand to qemu-img. It is able to expose the raw >>> content of a disk image via a FUSE filesystem. Both the whole disk can >>> be acces

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-29 Thread Jan Kiszka
Christoph Hellwig wrote: > On Thu, Mar 25, 2010 at 06:52:59PM +0100, Jan Kiszka wrote: >> This adds the "map" subcommand to qemu-img. It is able to expose the raw >> content of a disk image via a FUSE filesystem. Both the whole disk can >> be accessed, e.g. to run partitioning tools against it, as

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-28 Thread Christoph Hellwig
On Thu, Mar 25, 2010 at 06:52:59PM +0100, Jan Kiszka wrote: > This adds the "map" subcommand to qemu-img. It is able to expose the raw > content of a disk image via a FUSE filesystem. Both the whole disk can > be accessed, e.g. to run partitioning tools against it, as well as > individual partition

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-26 Thread Jan Kiszka
Anthony Liguori wrote: > On 03/25/2010 05:27 PM, Jan Kiszka wrote: >> Anthony Liguori wrote: >> >>> On 03/25/2010 04:46 PM, Jan Kiszka wrote: >>> Anthony Liguori wrote: > On 03/25/2010 12:52 PM, Jan Kiszka wrote: > > >> This adds the "map" subc

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Anthony Liguori
On 03/25/2010 05:27 PM, Jan Kiszka wrote: Anthony Liguori wrote: On 03/25/2010 04:46 PM, Jan Kiszka wrote: Anthony Liguori wrote: On 03/25/2010 12:52 PM, Jan Kiszka wrote: This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Jan Kiszka
Anthony Liguori wrote: > On 03/25/2010 04:46 PM, Jan Kiszka wrote: >> Anthony Liguori wrote: >> >>> On 03/25/2010 12:52 PM, Jan Kiszka wrote: >>> This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk image via a FUSE filesystem. Both the w

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Anthony Liguori
On 03/25/2010 04:46 PM, Jan Kiszka wrote: Anthony Liguori wrote: On 03/25/2010 12:52 PM, Jan Kiszka wrote: This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk image via a FUSE filesystem. Both the whole disk can be accessed, e.g. to run partition

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Jan Kiszka
Anthony Liguori wrote: > On 03/25/2010 12:52 PM, Jan Kiszka wrote: >> This adds the "map" subcommand to qemu-img. It is able to expose the raw >> content of a disk image via a FUSE filesystem. Both the whole disk can >> be accessed, e.g. to run partitioning tools against it, as well as >> individua

Re: [Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Anthony Liguori
On 03/25/2010 12:52 PM, Jan Kiszka wrote: This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk image via a FUSE filesystem. Both the whole disk can be accessed, e.g. to run partitioning tools against it, as well as individual partitions. This allows to create

[Qemu-devel] [PATCH] qemu-img: add FUSE-based image access

2010-03-25 Thread Jan Kiszka
This adds the "map" subcommand to qemu-img. It is able to expose the raw content of a disk image via a FUSE filesystem. Both the whole disk can be accessed, e.g. to run partitioning tools against it, as well as individual partitions. This allows to create new filesystems in the image or loop-back m