From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Mon 15 Sep 2003 - 15:21:11 BST
On Mon, Sep 15, 2003 at 01:33:53PM +0100, Chris Murton wrote:
> Hi all,
>
> Slowly getting my head around quota support, but........
>
> Managed to get quotacheck and repquota working;
>
> root_at_vs2:/# repquota -aug
> *** Report for user quotas on device /dev/hdv1
> Block grace time: 7days; Inode grace time: 7days
> Block limits File limits
> User used soft hard grace used soft hard grace
> ----------------------------------------------------------------------
> root -- 215832 0 0 19047 0 0
> daemon -- 8 0 0 3 0 0
> man -- 540 0 0 19 0 0
> mail -- 28 0 0 1 0 0
> news -- 4 0 0 1 0 0
> list -- 20 0 0 8 0 0
> telnetd -- 4 0 0 1 0 0
> smmsp -- 8 0 0 2 0 0
> mysql -- 1032 0 0 119 0 0
> admin -- 20 0 0 5 0 0
>
> But, when trying to actually turn on quotas;
>
> root_at_vs2:/# quotaon -a
> quotaon: using //quota.group on /dev/hdv1 [/]: No such device or address
> quotaon: using //quota.user on /dev/hdv1 [/]: No such device or address
>
did you actually set up the vroot device with
vrsetup /dev/vroot/0 /dev/real/block/device
> But it does!
>
> root_at_vs2:/# ls -l /dev/hdv1
> brw-r--r-- 1 root root 4, 0 Sep 10 15:41 /dev/hdv1
>
> :)
>
> Anyone have any thoughts?
best,
Herbert
> Thanks,
> Chris.