9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] How to extend a fossil filesystem with a second disk?
@ 2010-02-09  6:48 Wolfgang Kunz
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Kunz @ 2010-02-09  6:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Your sample:

mount /srv/fossil /n/other other

works fine.

There was a typo error in my mount command.

Many thanks for your help!

-Wolfgang

On Mon, 08 Feb 2010 13:34:06 +0100 Steve Simon <steve@quintile.net>
wrote:
>> Here is what I was trying without success:
>> [snip]
>
>It looks right (from memory).
>
>> I was not able to mount the 'other' fs to /n/other.
>
>how are you doing the mount, I would expect somthing like
>
>	mount /srv/fossil /n/other other
>
>i.e. you mount fossil but with the attach specifier of "other".
>
>-Steve




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] How to extend a fossil filesystem with a second disk?
  2010-02-08 12:20 Wolfgang Kunz
@ 2010-02-08 12:34 ` Steve Simon
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Simon @ 2010-02-08 12:34 UTC (permalink / raw)
  To: 9fans

> Here is what I was trying without success:
> [snip]

It looks right (from memory).

> I was not able to mount the 'other' fs to /n/other.

how are you doing the mount, I would expect somthing like

	mount /srv/fossil /n/other other

i.e. you mount fossil but with the attach specifier of "other".

-Steve



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [9fans] How to extend a fossil filesystem with a second disk?
@ 2010-02-08 12:20 Wolfgang Kunz
  2010-02-08 12:34 ` Steve Simon
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Kunz @ 2010-02-08 12:20 UTC (permalink / raw)
  To: 9fans

Hi,

I would like to add a second disk to my fossil configuration.

I would like to ask if this is possible without fs?

When it is possible I would like to ask for a sample.

Here is what I was trying without success:

disk/mbr -m /386/mbr /dev/sdC1/data

disk/fdisk /dev/sdC1/data

disk/prep /dev/sdC1/plan9

fossil/flfmt /dev/sdC1/other

fossil/conf -w /dev/sdC0/fossil << EOF
fsys main config /dev/sdC0/fossil
fsys other config /dev/sdC1/other
fsys main open -V -c 3000
fsys other open -V -c 3000
EOF

I was not able to mount the 'other' fs to /n/other.

Regards,
Wolfgang




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-09  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-09  6:48 [9fans] How to extend a fossil filesystem with a second disk? Wolfgang Kunz
  -- strict thread matches above, loose matches on Subject: below --
2010-02-08 12:20 Wolfgang Kunz
2010-02-08 12:34 ` Steve Simon

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).