Re: E2fsck and large file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Ext3-users mailing list
Ext3-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/ext3-users

[Index of Archives]         [Linux RAID]     [Kernel Development]     [Red Hat Install]     [Video 4 Linux]     [Postgresql]     [Fedora]     [Gimp]     [Yosemite News]

  Powered by Linux