WHM Backup Problem & Quotas

Following all threads to remove/disable quotas.. here is where I am:

Error when trying to change my backup config in WHM:
"Quotas cannot be built! Your cpbackup destination is on a filesystem which has quotas enabled. Please move it to a filesystem which does not have quotas turned on or a seperate partition/disk slice mounted at.."

Output from df (using home2 disk for backups):
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 74778592 32574772 38405252 46% /
/dev/hda1 101089 14651 81219 16% /boot
none 514240 0 514240 0% /dev/shm
/dev/hdc1 76896316 29638856 43351260 41% /home2

Output from cat /etc/fstab:
/dev/hda3 / ext3 defaults,usrquota 1 1
/dev/hda1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/hdc1 /home2 ext2 defaults,usrquota 1 2

Output from /sbin/quotaoff -a:
quotaoff: quotactl on /dev/hda3 [/]: No such process
quotaoff: quotactl on /dev/hdc1 [/home2]: No such process

Questions:
  1. What (specifically) do I change to remove all quotas after a reboot?
  2. After running quotaoff, I still see aquota.user, and quota.user in the directory? does this mean the quota is still in place?
  3. Did check&init&reset&fix + quota to correct WHM backup prob with no success?

Thanks!!

 

 

 

 

Top