• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

problem adding quota support

jnarvaez

Basic Pleskian
Hi, I'm trying to add quota support for my system, I have read:

http://kb.swsoft.com/article_16_768_en.html

and I'm trying to get it working, but the first problem I found is my fstab file looks strange:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/var /var ext3,usrquota defaults 1
LABEL=SWAP-sda3 swap swap defaults 0 0
/dev/hda /media/cdrom auto pamconsole,exec,noauto,managed 0 0


here is my df:
S.ficheros Bloques de 1K Usado Dispon Uso% Montado en
/dev/sda2 20641788 5233604 14359544 27% /
/dev/sda1 194442 11308 173095 7% /boot
none 1037368 0 1037368 0% /dev/shm
/dev/sda5 103210940 25012312 72955820 26% /home
/dev/sda6 112183908 25519332 80965924 24% /var


Any idea about what modifications have i to do to my fstab file?
best regards.
 
Back
Top