All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Milan Holzäpfel" <lists@mjh.name>
To: xen-devel@lists.sourceforge.net
Subject: Re: Multiple partitions in a Guest OS
Date: Sat, 1 Jan 2005 22:18:45 +0100	[thread overview]
Message-ID: <20050101221845.0b3ff1ef.lists@mjh.name> (raw)
In-Reply-To: <f1ec958c05010111326f657297@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, 1 Jan 2005 13:32:45 -0600
Pradheep K E <pradheep.ke@gmail.com> wrote:

> Hi,
> 
> I was trying to run a guest OS with multiple partitions. I added a line like
> 
> disk=['phy:hda6,hda6,w']

you should writing down sth. like this:

| disk=['phy:...', 'phy:...', 'phy:...']
where each "phy:..." is the definition for one device.
E.g.:

| disk=['phy:hda5,hda5,w','phy:hda6,hda6,w']

But isn't this mentioned in the docs somewhere?

> in the configuration file. The disk was not mounted in the host OS.
> 
> However, the kernel refuses to boot with an error message which says
> "kernel not syncing... attempted to kill init... rebooting...".

This is because the second "disk=..." line overwrites the first one
which is probably your / filesystem.

> When I remove that line, everything works. 

Then the first one is not overwritten, and your / filesystem is
available.

Regards,
Milan

PS: Shame on me if the adivce I gave should not be correct.  I have
never tried it, but these config files are actually python source files,
and since one declares a list using square brackets, it only makes sense
to do it with a list of strings.  So just try it (-: 

- -- 

                   Milan Holzäpfel alias jagdfalke alias jag

Antworten direkt an mich                             Answers directly to me
gehen bitte an eine Addresse,                        go to an address one
die man hier finden kann:                            can find here, please:

Kontaktinfos sowie                                   Contact infos as well as
Öff GnuPG-Schlüssel    <URL:http://con.mjh.name/>    GnuPG Public Key
GnuPG Fingerabdruck     4C8A 5FAF 5D32 6125 89D1     GnuPG Fingerprint
                        0CE5 DB0C AF4F 6583 7966



                    http://www.deppenleerzeichen.de/                        


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFB1xO12wyvT2WDeWYRAjHmAJ9cWTTTscRz9TqJl3eshAqUFftexACgmO3z
wy0DOAR42hnA8oWAnfm9jgc=
=A+dO
-----END PGP SIGNATURE-----


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

      reply	other threads:[~2005-01-01 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-01 19:32 Multiple partitions in a Guest OS Pradheep K E
2005-01-01 21:18 ` Milan Holzäpfel [this message]

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=20050101221845.0b3ff1ef.lists@mjh.name \
    --to=lists@mjh.name \
    --cc=xen-devel@lists.sourceforge.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.