Solved Package Edit Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
288
When try to edit innode limit from 50000 to 250000, its showing some error.
 

Attachments

  • da_innode_error.jpg
    da_innode_error.jpg
    105.7 KB · Views: 89
i update fstab with /home and fixed it.

LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2

cd /usr/local/directadmin/scripts
./fstab.sh

/sbin/quotaoff -a
/bin/mount -o remount,rw /home
/bin/mount -o remount,rw /
/sbin/quotacheck -cavugm
/sbin/quotaon -a
 
Back
Top