• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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