Quota issue in Dashboard & ruTorrent

Hi,

Since some weeks i have problems with Quota, who don’t refresh automatically…
I’m obligated to launch quotacheck -auMF vfsv1

I’ve tried to make a cronjob every minutes for that but the quota check command is not found, and spamming me a lot…

Here is my etc/fstab

# <file system>	<mount point>	<type>	<options>	<dump>	<pass>
/dev/md2	/	ext4	defaults	0	1
/dev/md3	/home	ext4	defaults,usrquota,grpquota,errors=remount-ro	1	2
/dev/sda4	swap	swap	defaults	0	0
/dev/sdb4	swap	swap	defaults	0	0
proc		/proc	proc	defaults		0	0
sysfs		/sys	sysfs	defaults		0	0
devtmpfs	/dev	devtmpfs	rw	0	0

and this is the return on lsblk :

NAME    MAJ:MIN RM    SIZE RO TYPE  MOUNTPOINT
sda       8:0    0    2,7T  0 disk
├─sda1    8:1    0 1004,5K  0 part
├─sda2    8:2    0   19,5G  0 part
│ └─md2   9:2    0   19,5G  0 raid1 /
├─sda3    8:3    0    2,7T  0 part
│ └─md3   9:3    0    5,4T  0 raid0 /home
└─sda4    8:4    0    511M  0 part  [SWAP]
sdb       8:16   0    2,7T  0 disk
├─sdb1    8:17   0 1004,5K  0 part
├─sdb2    8:18   0   19,5G  0 part
│ └─md2   9:2    0   19,5G  0 raid1 /
├─sdb3    8:19   0    2,7T  0 part
│ └─md3   9:3    0    5,4T  0 raid0 /home
└─sdb4    8:20   0    511M  0 part  [SWAP]

Note : i d’ont remember if i installed QB on / or /home… is there any way to know it ?

dev/md3 /home ext4 defaults,usrquota,grpquota,errors=remount-ro
There you know now :slight_smile:

1 Like

If i remember well, i’ve changed this line when i’ve reinstall the script… But i’m not sure…