Pixel <[EMAIL PROTECTED]> writes:

> > 
> > auto allocate (server):
> >     swap    392Mb
> >     /       243Mb
> >     /usr    2996Mb
> >     /var    14213Mb
> >     /home   8212Mb
> 
> ok, seems buggy, i take (/var should be a bit smaller than /home, based on 
>     { mntpoint => "/var",  size => 100 << 11, type => 0x83, ratio => 4 },
>     { mntpoint => "/home", size => 100 << 11, type => 0x83, ratio => 5 },
> )

more about it: it happens because you have 2 drives. It computes the /home size
with the sum of free space, that is the 10GB drive + 8GB, that is quite what is
planned (/home a bit bigger than /var). The pb is that drakx doesn't know (yet?
:) how to create /home half on first drive, half on second drive...

Reply via email to