LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 725|回复: 1

为什么我的磁盘限额起启去不了,

[复制链接]
发表于 2003-4-3 21:19:49 | 显示全部楼层 |阅读模式
为什么我的磁盘限额起启去不了
[root@www /]# quotaon -avug
quotaon: Cannot find quota file on /home [/dev/hda3] to turn quotas on/off.
但是这些命令可以啊
[root@localhost /]# repquota /home
*** Report for user quotas on device /dev/hda3
Block grace time: 00:00; Inode grace time: 00:00
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      --    3184       0       0            109     0     0
fjy       --    7264       0       0            347     0     0
mysql     --      16       0       0              4     0     0
test      ++      16      20      20              4    20    20
[root@localhost root]# quotacheck -avug
quotacheck: Scanning /dev/hda3 [/home] done
quotacheck: Checked 35 directories and 431 files

[root@localhost root]# edquota -t test
Disk quotas for user test (uid 502):
  Filesystem                   blocks       soft       hard     inodes     soft     hard
  /dev/hda3                       176         20         20          6       20       20
发表于 2003-4-21 10:58:59 | 显示全部楼层

回复关于磁盘配额的问题

因为你没有在/home下建立aquotao.user和aquota.group文件,具体建立方法为:
你必须开始在/etc/fstab文件中修改/home的磁盘属性,在defaults后面加上 ,usrquota,grpquota,保存退出。
cd /home
touch aquota.user
touch aquota.group
chmod 600 aquota.user
chmod 600 aquota.group
/sbin/quotacheck -auvg
/sbin/quotaon -auvg即可
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表