|
|
[9fans] How to extend a fossil filesystem with a second disk?
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
|
|
0
|
|
|
|
Reply
|
woku (19)
|
2/8/2010 12:23:09 PM |
|
> 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
|
|
0
|
|
|
|
Reply
|
steve5361 (821)
|
2/8/2010 12:36:38 PM
|
|
|
1 Replies
25 Views
(page loaded in 0.039 seconds)
|
|
|
|
|
|
|
|
|