No worries. I have had a few people tell me my way of phrasing questions is rather poor and confusing… this is something I need to work on. I literally paint with crayons in that department.
Ok, so… change this:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sda2 / ext4 usrquota,errors=remount-ro,relatime 01
/dev/sda3 /home ext4 defaults,relatime 1 2
/dev/sda4 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs rw 0 0
to this:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sda2 / ext4 defaults,relatime 01
/dev/sda3 /home ext4 usrquota,errors=remount-ro,relatime 1 2
/dev/sda4 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs rw 0 0
Then do the following as we now need to rebuild quotas for use on the proper mount point:
quotaoff -a
service quota stop
mount -o remount /home
quotacheck -auMF vfsv1
quotaon -uv /home
service quota start
You will now need to navigate to your dashboard directory to pull the files the script removed thinking this was a /(root) mount install. So do this:
cd /srv/rutorrent/home
git config --global user.email "root@localhost"
git config --global user.name "quickbox"
git reset --hard origin/master
git pull
cd widgets
rm disk_data.php && mv disk_datah.php disk_data.php
Let's see if that solves it... then run the **``setdisk``** command to set your user quota.