<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
 cite="mid:20100408132534.GC15504@laptop165.dbai.tuwien.ac.at"
 type="cite">
  <pre wrap=""><!---->
In this case, the problem is somewhat unrelated: The partitions don't seem to
fit on disk in this way. That is, there isn't sufficient space for 512 * 1024 *
1024 bytes before sda2.

Was that layout created using setup-storage? Probably yes. What I do suspect is
some rounding issue, and, well this is the culprit: The partition has been
created such as to end at a cylinder boundary, which is considered for the final
disk layout, but not for intermediate checks.

  </pre>
</blockquote>
My mistake, sorry.<br>
<br>
I built the filesystem with setup-storage, using version FAI version
3.3.4 and for sda1 a size of '512', with no unit.<br>
And then ran 3.3.5-experimental2 to resize /usr, with the same size of
'512' for sda1, which seems to give a different result.<br>
<br>
I have done it again using a size of 512MiB, and it works as expected:
the volume is resized, but the filesystem is not.<br>
<br>
-- <br>
Nicolas<br>
<br>
</body>
</html>