Skip to main content

Wrong Disk usage just in one partition

Comments

5 comments

  • cPanelLauren
    Have you enabled quotas on the other disk? If not I'd suggest running the following: /scripts/initquotas
    If you have already enabled quotas run the following: /scripts/fixquotas
    0
  • Siul293
    Have you enabled quotas on the other disk? If not I'd suggest running the following:

    I just runned the first command and this is the response: [root@serv ~]# /scripts/initquotas journaled quota support: kernel supports, user space tools supports (available) /dev/sda1 (already configured quotas = 1). /dev/sdb (already configured quotas = 1). Updating Quota Files...... Running Task: "/sbin/quotacheck --create-files --user --group --verbose --force --use-first-dquot --no-remount --format=vfsv0 /dev/sda1". quotacheck: Scanning /dev/sda1 [/] 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 117115 directories and 594690 files quotacheck: Old file not found. done Completed Task: "/sbin/quotacheck --create-files --user --group --verbose --force --use-first-dquot --no-remount --format=vfsv0 /dev/sda1" in6.409 second(s). ....Done Quotas have been enabled and updated.
    Is it normal to use dev/sdb disk instead of sdb1 partition? Is not even checking dev/sdb
    0
  • cPanelLauren
    Is it normal to use dev/sdb disk instead of sdb1 partition? Is not even checking dev/sdb

    Depending on the configuration it is. What is in /etc/fstab
    0
  • Siul293
    Depending on the configuration it is. What is in /etc/fstab

    This is the response: # # /etc/fstab # Created by anaconda on Sun Sep 15 03:11:27 2019 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/sda1 / ext4 errors=remount-ro,discard,usrjquota=quota.user,jqfmt=vfsv0 1 1 /usr/tmpDSK /tmp ext3 defaults,noauto 0 0 /dev/sdb /copias ext4 defaults,errors=remount-ro,usrquota 0 0 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "/etc/fstab" 11L, 444C
    Thanks
    0
  • cPanelLauren
    Is that secondary drive where you'll be storing backups?
    0

Please sign in to leave a comment.