• 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.

Enabling User/Hard Disk Quota Question

S

schu@

Guest
Ok, I am a Linux noob and I really don't want to screw anything up. I'm trying to enable user quotas so I can turn hard drive quotas on in Plesk but my FSTAB doesn't match the one in the KB article (http://kb.swsoft.com/en/768) so I'd like to know where to add this command. Here is what my FSTAB looks like (can't get it to format correctly in this post but I hope you get the idea)

LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0



I understand that I'm supposed to add ,usrquota after defaults, but I'm not sure which line I'm supposed to do it on. This is on a Fedora Core 6 box if that makes any difference.
 
Back
Top