1.安装
确认你的服务器有没有安装quota,如果没有默认安装则需自己安装:
$sudo apt-get install quota
2.使用
修改fstab
在修改fstab的时候,我先用了第一种方法,当我都配完以后设定了一个比较小的使用额度当我,发现第一种方法只支持4T以下的使用配额,所以就查资料尝试了第二种方法,发现能支持4T以上的配额
参考:http://serverfault.com/questions/348015/setup-user-group-quotas-4tib-on-ubuntu
http://www.howtoforge.com/how-to-set-up-journaled-quota-on-debian-lenny
方法一:
$sudo vi /etc/fstab# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 /dev/mapper/parent--vg-root / ext4 errors=remount-r