9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David du Colombier <0intro@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] mounting fossil
Date: Thu, 14 Mar 2013 10:41:20 +0100	[thread overview]
Message-ID: <CANUoZoErLCgT9SVSTK9g7qo48yT37Cjd986XD=xHb_Tt1o7M7A@mail.gmail.com> (raw)
In-Reply-To: <CAM6ozu7CBhf-t_BRWYPVa7Fm2yAcDkgLfir0Z99jc=R4yCgqxw@mail.gmail.com>

> I have an  IDE HD with fossil (no venti) partition on it. It contains some
> data precious to me.
> I would like to mount it on a native Plan9; yes, I've RTFM, but it seems to
> me too brief for me to avoid (fatal) mistakes.
> Thus, could some nice person lead me step - by - step?

Let's say your disk is named sdE1 and have a Plan 9 partition named "fossil".

% fossil/fossil -m 20 -f /dev/sdE1/fossil -c 'srv -AWPV fossil.other'
-c 'srv -p fscons.other'

Then, you can mount it:

% mount /srv/fossil.other /n/fossil

And to halt it:

% echo fsys all sync >>/srv/fscons.other
% echo fsys all halt >>/srv/fscons.other

--
David du Colombier



  reply	other threads:[~2013-03-14  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14  8:35 Peter A. Cejchan
2013-03-14  9:41 ` David du Colombier [this message]
2013-03-14 14:23 ` a
2013-03-14 15:33   ` Peter A. Cejchan
2013-03-14 15:54     ` a
2013-03-15  7:43       ` Peter A. Cejchan

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='CANUoZoErLCgT9SVSTK9g7qo48yT37Cjd986XD=xHb_Tt1o7M7A@mail.gmail.com' \
    --to=0intro@gmail.com \
    --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).