9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: r.schuller@orgizm.net (Ruben Schuller)
Subject: [9fans] Returning to Plan 9: Virtualization, Distributions
Date: Sun, 27 Nov 2011 01:14:36 +0100	[thread overview]
Message-ID: <20111127011436.7d7f3a91@orgizm.net> (raw)
In-Reply-To: <CAFUtaNFWMxu-s41qL+NfaP9wgNwFvg9w5kVhaQ8ee6W7Ca=iFQ@mail.gmail.com>

To throw my experiences in:

I've installed bell labs plan9 in qemu-kvm. What really sped up the
installation was having the disk image in a tmpfs, otherwise the
copying to the hard disk took hours. With tmpfs it was finished in some
minutes. After moving this image to the harddisk the plan9 system was
really slow, though. This also worked for 9front, which seemed to run
more smoothly with the image not in ram. Testing 9atom is to be done.

The environment for these tests is an archlinux system with an amd cpu
and 8G of ram.

Be aware that i've not tested networking, the installation was from the
iso.

Steps (also with 9front):
Installation:
$ mkdir tmp
$ sudo mount -t tmpfs -o size=6G tmpfs tmp
$ qemu-img create tmp/plan9.img 2g
$ qemu-kvm -hda tmp/plan9.img -cdrom plan9.iso

After installation:
$ mv tmp/plan9.img .
$ sudo umount tmp
$ qemu-kvm -hda plan9.img

I hope this is of any use :)

Ruben



  parent reply	other threads:[~2011-11-27  0:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-22 15:39 Joel C. Salomon
2011-11-22 15:46 ` ron minnich
2011-11-22 15:56   ` Gabriel Díaz López de la llave
     [not found]   ` <CAL_gH73FUfzOdFg1HHMomr8_kubMwYvraXnkYUqQQ4hbzD33iw@mail.gmail.c>
2011-11-22 16:00     ` erik quanstrom
2011-11-22 22:57       ` Joel C. Salomon
2011-11-22 23:04         ` erik quanstrom
2011-11-22 23:21           ` ron minnich
2011-11-23  7:49             ` Francisco J Ballesteros
2011-11-22 23:06         ` John Floren
2011-11-22 19:41 ` Jack Norton
2011-11-22 22:50   ` Joel C. Salomon
2011-11-22 23:00     ` Giacomo Tesio
2011-11-22 22:14 ` John Floren
2011-11-22 22:53   ` [9fans] Let's get VM configs onto the Wiki Lyndon Nerenberg
2011-11-22 22:58     ` erik quanstrom
2011-11-22 23:12       ` Lyndon Nerenberg
2011-11-22 23:22         ` andrey mirtchovski
2011-11-22 23:22           ` andrey mirtchovski
2011-11-22 23:37             ` Lyndon Nerenberg
2011-11-22 23:33       ` andrew zerger
2011-11-24 21:16     ` Bakul Shah
2011-11-24 21:25       ` Lyndon Nerenberg
2011-11-24 22:05       ` ron minnich
2011-11-24 22:28         ` Bakul Shah
2011-11-27  0:14 ` Ruben Schuller [this message]
2011-11-27  6:29   ` [9fans] Returning to Plan 9: Virtualization, Distributions Jens Staal
2011-11-27  7:08     ` John Floren
2011-11-27  9:18       ` Lucio De Re

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111127011436.7d7f3a91@orgizm.net \
    --to=r.schuller@orgizm.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).