Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Mar 2002 13:06:57 -0800
From:      andrew morton <drewish@katherinehouse.com>
To:        doc@FreeBSD.org
Subject:   documentation correction
Message-ID:  <3C8927F1.8080909@katherinehouse.com>

next in thread | raw e-mail | index | archive | help
On the Bootstraping Vinum Appendix B: Manual Vinum Bootstrapping
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/manualboot.html

Under Point 5:
-----BEGIN------
drive YouCrazy device /dev/ad0s1h
    volume home
      plex name home.p0 org concat volume home
        sd name home.p0.s0 drive YouCrazy plex home.p0 len $hl 
driveoffset $ho
    volume usr
      plex name usr.p0 org concat volume usr
        sd name usr.p0.s0 drive YouCrazy plex usr.p0 len $ul driveoffset $uo

Where:
     * $hl is the length noted above for /home.
     * $ho is the offset noted above for /home less the smallest offset 
noted above + 265 blocks.
     * $ul is the length noted above for /usr.
     * $uo is the offset noted above for /usr less the smallest offset 
noted above + 265 blocks.
-----END------
It needs to be noted that the $hl and $ul need to be followed by the 
character 's' to indicate that the size is in blocks. I'm not sure but I 
think the offsets $ho and $uo also need the trailing s.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C8927F1.8080909>