linux下各种文件大小限制
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
大小限制
ext3有一个相对较小的对于单个文件和整个文件系统的最大尺寸。这些限制依赖于文件系统的块大小;下面的表格总结了这些限制:
块尺寸 | 最大文件尺寸 | 最大文件系统尺寸 |
---|---|---|
1KiB | 16GiB | 2TiB |
2KiB | 256GiB | 8TiB |
4KiB | 2TiB | 16TiB |
8KiB | 16TiB | 32TiB |
//查看文件系统的块大小
tune2fs -l /dev/sda1|grep Block
查看os系统页的大小
[root@localhost ~]# getconf PAGESIZE
4096
# tune2fs -l /dev/sda1|grep Block
Block count: 2622603
Block size: 4096
Blocks per group: 32768
这样就是说, ext3默认, 块大小是4K(4096), 对应最大文件尺寸是2TB
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)