On Sat, Feb 20, 2021 at 07:10:14AM +0800, Qu Wenruo wrote: > > > On 2021/2/20 上午12:12, Theodore Ts'o wrote: > > On Fri, Feb 19, 2021 at 08:37:30AM +0800, Qu Wenruo wrote: > > > So it means the 32bit archs are already 2nd tier targets for at least > > > upstream linux kernel? > > > > At least as far as btrfs is concerned, anyway.... > > I'm afraid that would be the case. > > But I'm still interested in how other fses handle such problem. Refuse to mount >16TB on 32 bit, 4kB page systems. And set the max file offset for such systems to 16TB so sparse files can't be larger than what the kernel supports. See xfs_sb_validate_fsb_count() call and the file offset checks against MAX_LFS_FILESIZE in xfs_fs_fill_super()... FWIW, XFS has been doing this for roughly 20 years now - >16TB on 32 bit machines was an issue for XFS way back at the turn of the century... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx