美文网首页
【xfs"a】XFS文件系统中quota的使用

【xfs"a】XFS文件系统中quota的使用

作者: Bogon | 来源:发表于2021-01-18 08:45 被阅读0次

XFS是扩展性高、高性能的文件系统,也是rhel7/CentOS7的默认文件系统。

# cat /etc/redhat-release

# which xfs_quota

# rpm -qf /sbin/xfs_quota

# xfs_quota --help

# yum info xfsprogs

# man xfs_quota


如果用户需要使用大容量的磁盘空间,需要使用volume.

Quota主要来限制容器的rootfs, 这个rootfs一般是在host的磁盘会和别的容器共享,所以需要对它做限制。

容器实战高手课/在实战中深入理解容器技术的本质

https://time.geekbang.org/column/intro/365

参考

磁盘配额(Quota)与进阶文件系统管理

https://wizardforcel.gitbooks.io/vbird-linux-basic-4e/content/124.html

XFS文件系统中quota的使用

https://kim1024.github.io/2018/11/27/quota-with-xfs

Linux 磁盘配额(XFS & EXT4)

https://www.cnblogs.com/llife/p/11406819.html

在XFS文件系统上实现针对目录的配额限制

https://www.ichenfu.com/2017/02/20/xfs-per-directory-quota

CentOS7.x xfs 文件系统配置quota 用户磁盘配额

https://www.cnblogs.com/ruiy/p/7446770.html

相关文章

网友评论

      本文标题:【xfs"a】XFS文件系统中quota的使用

      本文链接:https://www.haomeiwen.com/subject/vjbzaktx.html