qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Can't extract image using 7-zip
@ 2005-01-09 22:02 Ed
  2005-01-09 22:17 ` Jim C. Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Ed @ 2005-01-09 22:02 UTC (permalink / raw)
  To: qemu-devel

Hello. Bit of a newbie question I'm afraid, but I've spent hours trying
to figure this Qemu thing out!

I have been trying to mount the Mandrake 10.1 FreeOSZoo image onto Qemu
0.6.1 under Windows XP. My basic problem is that once I extract the
<image>.tar.bz2 to make it <image>.tar, using 7zip, I can't then repeat
the process to get the final <image>.img file that I seem to require in
order to fire it up in Qemu. Is there a simple solution to this? 7zip
just tells me that the .tar file is not a valid archive.

I've also had trouble getting Qemu to launch properly using, for
example, a Knoppix .iso image. Like I say, I've spent ages trying to get
to grips with the Qemu information that is around the place, so does
anybody know of a good place for me to start looking for some simple
newbie guidance?

Many thanks, in advance.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Can't extract image using 7-zip
  2005-01-09 22:02 [Qemu-devel] Can't extract image using 7-zip Ed
@ 2005-01-09 22:17 ` Jim C. Brown
  2005-01-09 22:43   ` Jernej Simončič
  0 siblings, 1 reply; 5+ messages in thread
From: Jim C. Brown @ 2005-01-09 22:17 UTC (permalink / raw)
  To: qemu-devel

On Mon, Jan 10, 2005 at 11:02:06AM +1300, Ed wrote:
> Hello. Bit of a newbie question I'm afraid, but I've spent hours trying
> to figure this Qemu thing out!
> 
> I have been trying to mount the Mandrake 10.1 FreeOSZoo image onto Qemu
> 0.6.1 under Windows XP. My basic problem is that once I extract the
> <image>.tar.bz2 to make it <image>.tar, using 7zip, I can't then repeat
> the process to get the final <image>.img file that I seem to require in
> order to fire it up in Qemu. Is there a simple solution to this? 7zip
> just tells me that the .tar file is not a valid archive.

Did you try using /bin/tar ?

> 
> I've also had trouble getting Qemu to launch properly using, for
> example, a Knoppix .iso image. Like I say, I've spent ages trying to get
> to grips with the Qemu information that is around the place, so does
> anybody know of a good place for me to start looking for some simple
> newbie guidance?

2 places: the Qemu User forum (http://www.dad-answers.com/qemu/) and the Qemu
Mailing list archives.

> 
> Many thanks, in advance.
> 
> 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Can't extract image using 7-zip
  2005-01-09 22:17 ` Jim C. Brown
@ 2005-01-09 22:43   ` Jernej Simončič
  2005-01-09 23:17     ` Sylvain Petreolle
  2005-01-10  1:02     ` Jim C. Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Jernej Simončič @ 2005-01-09 22:43 UTC (permalink / raw)
  To: Jim C. Brown on [qemu-devel]

On Sunday, January 9, 2005, 23:17:07, Jim C. Brown wrote:

> Did you try using /bin/tar ?

Since he's on Windows, it's likely that he doesn't have /bin/tar.

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

The user does not know what he wants until he sees what he gets.
       -- Thoughts on Programming, Number 52

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Can't extract image using 7-zip
  2005-01-09 22:43   ` Jernej Simončič
@ 2005-01-09 23:17     ` Sylvain Petreolle
  2005-01-10  1:02     ` Jim C. Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Sylvain Petreolle @ 2005-01-09 23:17 UTC (permalink / raw)
  To: qemu-devel

Cygwin's tar can do that in ONE pass on windows :
tar jxf <qemuimage.img.tar.bz2>
=> qemuimage.img is ready to be used.

 --- Jernej Simonèiè <jernej@ena.si> a écrit : 
> On Sunday, January 9, 2005, 23:17:07, Jim C. Brown wrote:
> 
> > Did you try using /bin/tar ?
> 
> Since he's on Windows, it's likely that he doesn't have /bin/tar.
> 


=====
Sylvain Petreolle (spetreolle_at_users.sourceforge.net)
humans are like computers,
yesterday the BIOS was all
- today its just a word

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Can't extract image using 7-zip
  2005-01-09 22:43   ` Jernej Simončič
  2005-01-09 23:17     ` Sylvain Petreolle
@ 2005-01-10  1:02     ` Jim C. Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Jim C. Brown @ 2005-01-10  1:02 UTC (permalink / raw)
  To: qemu-devel

On Sun, Jan 09, 2005 at 11:43:31PM +0100, Jernej Simon?i? wrote:
> On Sunday, January 9, 2005, 23:17:07, Jim C. Brown wrote:
> 
> > Did you try using /bin/tar ?
> 
> Since he's on Windows, it's likely that he doesn't have /bin/tar.

It is available from http://gnuwin32.sourceforge.net/packages/tar.htm

Winzip can also extract from tar archives, if that helps.

> 
> -- 
> < Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >
> 
> The user does not know what he wants until he sees what he gets.
>        -- Thoughts on Programming, Number 52
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-10  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-09 22:02 [Qemu-devel] Can't extract image using 7-zip Ed
2005-01-09 22:17 ` Jim C. Brown
2005-01-09 22:43   ` Jernej Simončič
2005-01-09 23:17     ` Sylvain Petreolle
2005-01-10  1:02     ` Jim C. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).