Hi,
So I faced some quota issues, I managed to fix the "/" partition, however, after running quotas again, there is still one partition that seems not the have it enable, it is /boot:
/dev/md/1 (already configured quotas = 0).
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/dev/md/2 (already configured quotas = 1).
/boot (removing journaled quotas)
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/ (already configured quotas = 1).
my fstab file:
proc /proc proc defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/md/0 none swap sw 0 0
/dev/md/1 /boot ext3 defaults 0 0
/dev/md/2 / ext4 usrjquota=quota.user,jqfmt=vfsv0 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
LABEL=/boot /boot ext3 defaults,usrquota 1 2
LABEL=/ / ext3 defaults,usrquota 1 2
Ls:
cldeploy cldeploy.1 cldeploy.2 cldeploy.3 cloudlinux_ea3_to_ea4 cpanel3-skel installer.lock perl5 tmp
This is the output I had before fixing "/" directory:
[[email protected] ~]# /scripts/fixquotas
Installing Default Quota Databases......Done
journaled quota support: kernel supports, user space tools supports (available)
checking out /backup
checking out /backup
/dev/md/1 (already configured quotas = 0).
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/dev/md/2 (already configured quotas = 1).
/boot (already configured quotas = 0).
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 subtracted.
quotacheck: Old group file name could not been determined. Usage will not be subtracted.
quotacheck: Checked 40130 directories and 335485 files
quotacheck: Cannot create new quotafile //quota.user.new: File exists
quotacheck: Cannot initialize IO on new quotafile: File exists
done
So I faced some quota issues, I managed to fix the "/" partition, however, after running quotas again, there is still one partition that seems not the have it enable, it is /boot:
/dev/md/1 (already configured quotas = 0).
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/dev/md/2 (already configured quotas = 1).
/boot (removing journaled quotas)
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/ (already configured quotas = 1).
my fstab file:
proc /proc proc defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/md/0 none swap sw 0 0
/dev/md/1 /boot ext3 defaults 0 0
/dev/md/2 / ext4 usrjquota=quota.user,jqfmt=vfsv0 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
LABEL=/boot /boot ext3 defaults,usrquota 1 2
LABEL=/ / ext3 defaults,usrquota 1 2
Ls:
cldeploy cldeploy.1 cldeploy.2 cldeploy.3 cloudlinux_ea3_to_ea4 cpanel3-skel installer.lock perl5 tmp
This is the output I had before fixing "/" directory:
[[email protected] ~]# /scripts/fixquotas
Installing Default Quota Databases......Done
journaled quota support: kernel supports, user space tools supports (available)
checking out /backup
checking out /backup
/dev/md/1 (already configured quotas = 0).
Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process.
/dev/md/2 (already configured quotas = 1).
/boot (already configured quotas = 0).
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 subtracted.
quotacheck: Old group file name could not been determined. Usage will not be subtracted.
quotacheck: Checked 40130 directories and 335485 files
quotacheck: Cannot create new quotafile //quota.user.new: File exists
quotacheck: Cannot initialize IO on new quotafile: File exists
done