E2fsck and large file

Eric Sandeen sandeen at redhat.com
Sat Apr 25 04:01:56 UTC 2009


John Nelson wrote:
> How big is a file that e2fsck considers it to be a large file?
> 
>   814611 blocks used (42.79%)
>        0 bad blocks
>        1 large file <----- that
> 
> 
> Thanks
> John Nelson

        if (LINUX_S_ISREG(inode->i_mode) &&
            (inode->i_size_high || inode->i_size & 0x80000000UL))
                ctx->large_files++;

2G or greater.

-Eric




More information about the Ext3-users mailing list