9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Anthony Martin <ality@pbrane.org>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] naive 9vx/fossil question
Date: Wed,  2 Jul 2008 10:54:36 -0700	[thread overview]
Message-ID: <20080702175436.GA669@dinah> (raw)
In-Reply-To: <20080702172816.GA3703@secousse.ipgp.jussieu.fr>

> I have a plan9/linux dual boot on my machine. Is there any way I can
> access (i.e: read and/or write) the fossil partition of my plan9
> install from 9vx on linux?
> Actually, is there any way at all I can access that partition from
> linux?

Russ added a loopback device to devsd a couple days ago. There
was a mail about it in the original 9vx thread.

Here's how you would use it, assuming your Plan 9 partition
shows up as /dev/sda in Linux:

term% bind '#Z' /n/unix
term% echo loop rw /n/unix/dev/sda >/dev/sdctl
term% disk/fdisk -p /dev/sd00/data >/dev/sd00/ctl
term% disk/prep -p /dev/sd00/plan9 >/dev/sd00/ctl

Then start your fossil with /dev/sd00.

	Anthony



  parent reply	other threads:[~2008-07-02 17:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02 17:28 lejatorn
2008-07-02 17:49 ` David Leimbach
2008-07-02 17:54 ` Anthony Martin [this message]
2008-07-02 18:03 ` Russ Cox
2008-07-02 22:35   ` lejatorn
2008-07-02 23:06     ` lejatorn
2008-07-02 23:12       ` erik quanstrom
2008-07-03  8:49         ` lejatorn
2008-07-03 11:06           ` Russ Cox
2008-07-03 15:34             ` lejatorn

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=20080702175436.GA669@dinah \
    --to=ality@pbrane.org \
    --cc=9fans@9fans.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).