QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
739 stars 171 forks source link

Quota bug with /home directory [and solution] #171

Open togwar opened 5 years ago

togwar commented 5 years ago

1 - My system have a /home directory if 1.7TB 2 - i make install default, and set config quota on /home (option 2). installation finished sucessfull

====> Bug when try to set a quota disk for someone user, is not work.

When put real command to set quota, result with a error on not found quota files on "/" and "/boot". We resolve this correct a FSTAB file "/etc/fstab".

1 - I review a "backup file" with the file "/etc/fstabe" and find line with a "/" and "/boot" partitions, and copy. 2 - I edit a file "/etc/fstab" and replace line with a "/" and "/boot" partitions, and replace (paste). 3 - Reboot a system.

After this, setquota command work perfect on /home.