From: <ea...@gm...> - 2007-08-17 21:16:39
|
Looks like there is a solution for the ext2/ext3 partition free space without using parted :) Parsing the output of dumpe2fs (with the -h flag) will give the number of free blocks and the block size. Got this by looking through the GParted source code, so its probably a good idea to give a mention in the installer's comments... Now to add this to the PartInfo array! :) |