Enabling quota on VPS issue

furquan

Well-Known Member
Jul 27, 2002
473
4
168
Hello everyone,

I have a VPS running and my client needs quota enabled on this machine.

I have checked under the hood and i see that his "/root" partition is not mounted seperately.

[[email protected] ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 75G 7.7G 68G 11% /
none 1.0G 4.0K 1.0G 1% /dev
OR

[[email protected] ~]# cat /etc/fstab
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0

Can somebody let me know how do i go about enabling this ?

Thank you all for your time.
 

furquan

Well-Known Member
Jul 27, 2002
473
4
168
Infact my client already tired to enable quota via WHM and this is what he saw on screen :-


Installing Default Quota Databases......Done
journaled quota support: not available with vzaquota (disabled)
checking out /backup
checking out /backup
Quotas have been enabled and updated.
Reading package Standard Package
No filesystems with quota detected.
Resetting quota for aquatech to 5000 M
Thank you
 

furquan

Well-Known Member
Jul 27, 2002
473
4
168
If i verify if the system is using Quotas, i get this :-

[[email protected] ~]# mount | grep quota -i
/dev/simfs on / type reiserfs (rw,usrquota,grpquota)
Which means quotas are on, Am i right here ?

If i am then can i proceed and enable quota via WHM and how do i edit FSTAB to make the necessary changes in the system.

Please assist !

Thank you all