9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Serious Problem Running Plan 9 on Virtual PC
Date: Fri,  1 Feb 2008 07:34:14 -0500	[thread overview]
Message-ID: <d1e7f656e8025f2cf58c2be5e563e728@quanstro.net> (raw)
In-Reply-To: <op.t5t6i3uic6yvfe@computer>

> First of all, lots of thanks for taking the time to help.

you're welcome.

> Then, I really understand very little, if any, of computer hardware and/or
> systems programming. Given that, I dare ask a naive question: Could the
> problem be because of running a "32-bit virtual machine" on a "64-bit OS?"

likely not.  i think it is more likely a bug in the vm or a bug in plan 9.
(that really narrows it down, doesn't it?)

> Right now, I think one way to test any ideas is for me to boot into the
> live system and somehow try to access the virtual hard disk. I would be
> grateful if someone would instruct me on any diagnostic procedures and/or
> various access methods from the live system. Things equivalent to the
> UNIX/Linux mount, mkfs, and fsck.

it's not clear that simple io to your virtual disk works.  you could
open a window in the installer and use
	; cat /dev/sdctl
to give you information on this disks in your system.  this information
is going to be interesting.  then you can try  (where XX is likely C0
on your machine)
	dd -if /dev/sdXX/data -of /dev/null -bs 8k
if that works, then you might want to try a write test
	dd -if /dev/sdXX/data -bs 512k |
		dd -of /dev/sdXX/data -bs 8k
this may destroy your installed image.

if any of these steps barf, you may want to fiddle with the dma
settings on sdXX:
	dmaon

- erik


  reply	other threads:[~2008-02-01 12:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31 17:27 Eris Discordia
2008-02-01  2:37 ` erik quanstrom
2008-02-01  8:14   ` Eris Discordia
2008-02-01 12:34     ` erik quanstrom [this message]
2008-02-01 15:17       ` Eris Discordia
2008-02-01 15:43         ` erik quanstrom
2008-02-01 17:07           ` Juan M. Mendez
2008-02-01 17:44             ` Eris Discordia
2008-02-01 17:42           ` Eris Discordia
2008-02-01 17:54             ` erik quanstrom
     [not found] <20080201180331.DBFB55B52@mail.bitblocks.com>
2008-02-02 22:22 ` Eris Discordia
2008-02-02 23:49   ` Steve Simon
2008-02-04 10:24     ` Eris Discordia
2008-02-04 10:58       ` Filipp Andronov
2008-02-04 11:23         ` Juan M. Mendez
2008-02-04 11:50           ` Filipp Andronov
2008-02-04 11:54             ` Juan M. Mendez
2008-02-04 12:56               ` Filipp Andronov
2008-02-04 13:29                 ` Eris Discordia
2008-02-04 14:47                   ` Martin Neubauer
2008-02-04 15:56                     ` Filipp Andronov
2008-02-04 16:55               ` Gorka Guardiola
2008-02-05 10:46                 ` Filipp Andronov
2008-02-04 13:52         ` Eris Discordia

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=d1e7f656e8025f2cf58c2be5e563e728@quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@cse.psu.edu \
    /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).