On Thu, 2005-04-14 at 12:43 -0400, Chuck R. Anderson wrote: > statfs64("/home", 84, {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, > f_blocks=5026994, f_bfree=6525934, f_bavail=6316219, f_files=5227520, > f_ffree=6893492, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0 OK, so the kernel's returning this data wrong -- it's saying there are more available blocks than the total! First guess would be the resize code itself isn't updating the superblocks correctly. -- Peter