AIX 下 JFS2 文件系统的配额管理介绍
2010-03-11 00:00:00 来源:WEB开发网从输出中我们可以看到当前 usera 和 userb 的空间和文件数使用都为 0,为了方便,我们可以选择文件数进行测试。首先,使用 usera 创建从 file1 到 file9 共 9 个文件:
清单 8. 创建测试文件输出
$ whoami
usera
$ pwd
/test
$ touch file1 file2 file3 file4 file5 file6 file7 file8 file9
$
文件成功被创建,这时候我们再次执行 repquota 命令,可以看到 usera 的 File Limits 项中的 used 显示为 9,即目前 usera 的文件总数
清单 9. repquota 命令输出
[root /test]# repquota /test
Block limits File limits
Group used soft hard grace used soft hard grace
system -- 68 0 0 4 0 0
Block limits File limits
User used soft hard grace used soft hard grace
root -- 68 0 0 4 0 0
usera -- 0 1048576 2097152 9 10 15
userb -- 0 2097152 3145728 0 15 20
这时我们再次创建文件:
清单 10. 配额到达后的告警信息
$ touch file10
/test: warning, user inode quota exceeded
$ touch file11
$ touch file12
$ ls
file1 file12 file4 file7 lost+found
file10 file2 file5 file8 quota.group
file11 file3 file6 file9 quota.user
$
更多精彩
赞助商链接