Which geom to use?
Nikos Vassiliadis
nvass at teledomenet.gr
Mon Jul 10 09:00:59 UTC 2006
On Sunday 09 July 2006 18:57, Paul Schenkeveld wrote:
> Hi,
>
> Some installations just need a lot of filesystems (e.g. systems with
> many jails) making geom_bsd a bad choice because it only supports
> 7 partitions.
You can use nested labels. You can a create a bsdlabel inside a bsdlabel.
I don't know the limit of nesting. I doubt you'll ever need more than 7**2
partions, or 7**3 partitions, or ...
Then you can use glabel to assign names to the partitions, so you won't
have to remember the exact partioning scheme. It will look like this:
/dev/label/jail_01, /dev/label/music, /dev/label/src
HTH, Nikos
More information about the freebsd-geom
mailing list