• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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