• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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