Im having a hard time getting quotas to work on my cpanel server.
im getting this message when I force quotas
Quotas will not be enabled on /home to prevent performance degradation.
/dev/md3 (removing journaled quotas)
Updating Quota Files......
quotacheck: Scanning /dev/md2 [/] quotacheck: Cannot stat old user quota file //quota.user: No such file or directory. Usage will not be substracted.
quotacheck: Old group file name could not been determined. Usage will not be substracted.
quotacheck: Checked 20772 directories and 169185 files
quotacheck: Old file not found.
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an u
nclean shutdown.
quotacheck: Scanning /dev/md3 [/home] done
Here is my fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/md2 / ext3 usrjquota=quota.user,jqfmt=vfsv0 0 1
/dev/md3 /home ext3 defaults 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
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
Every change I make to my fstab reverts back to the original. Im logged in as root of course.
im getting this message when I force quotas
Quotas will not be enabled on /home to prevent performance degradation.
/dev/md3 (removing journaled quotas)
Updating Quota Files......
quotacheck: Scanning /dev/md2 [/] quotacheck: Cannot stat old user quota file //quota.user: No such file or directory. Usage will not be substracted.
quotacheck: Old group file name could not been determined. Usage will not be substracted.
quotacheck: Checked 20772 directories and 169185 files
quotacheck: Old file not found.
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an u
nclean shutdown.
quotacheck: Scanning /dev/md3 [/home] done
Here is my fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/md2 / ext3 usrjquota=quota.user,jqfmt=vfsv0 0 1
/dev/md3 /home ext3 defaults 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
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
Every change I make to my fstab reverts back to the original. Im logged in as root of course.