On Fri, Mar 6, 2009 at 10:14 AM, Alexander Hall <[email protected]> wrote: > Would the ffs partition end at the end of the raid partition, i.e. would it > be ($raidsize-64) blocks?
Technically yes, you should trim it down, though only matters so far as you shouldn't have overlapping partitions. The file system size is recorded in the superblock so it won't start writing past where it should.

