Re: [ext2resize] Re: Odd stride issues
Status: Inactive
Brought to you by:
adilger
From: Andreas D. <ad...@cl...> - 2002-09-13 19:38:11
|
On Sep 12, 2002 16:56 -0700, Robert Walsh wrote: > Should the reserved blocks be reserved even in a block group that does > not contain a super block backup? Or are they available for use in the > block group? The reserved blocks are only used in the groups that have a superblock backup (and hence also a group descriptor table backup). They are not touched (allocated or used) in groups that do not have backups. In theory, the ext2resize/ext2online code should be able to handle having arbitrary locations for the inode table and the bitmaps, but it may be getting confused by the fact that there is no free blocks before the inode table for the table at all, in the case of a zero stride. Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/ |