http://qa.mandrakesoft.com/show_bug.cgi?id=4600
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-21-08 04:45 -------
fixed in CVS:
allocatePartitions() resulted in a small unallocated area at the end of the
drive when:
- suggest_part() reserves some room for the other partitions which are going to
be added next. For maxsize limited partition, it reserves maxsize (if maxsize
is reached)
- suggest_part() which adds the last partition limited by maxsize can be
called on a partition a little bigger than maxsize due to cylinder boundary
adjustments on previous partition creations. In that case, it doesn't use the
full area.
It occured for example with the current $fsedit::suggestions{server}.
The fix chosen is to ensure the last suggest_part() is called with a size
defined as maxsize <= size < maxsize + cylinder_size.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Testeur : Gregory
Step to reproduce
=============
DUring installation, choose custome partiton mode, Toggle to expert mode, clear
partition, click on button auto-allocate, choose "server" mode
Problem
======
You can see at the end of the last partition a little blank space (8mo), perhaps try
to
resize more the last partition in order to use the full disk space.