[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: E2fsck and large file
- From: Eric Sandeen <sandeen redhat com>
- To: John Nelson <articpenguin3800 gmail com>
- Cc: ext3-users redhat com
- Subject: Re: E2fsck and large file
- Date: Fri, 24 Apr 2009 23:01:56 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]