Hard disk quota support

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
ryanz
Forum User
Forum User
Posts: 68
Joined: Mon Dec 20, 2004 2:43 am

Hard disk quota support

Unread post by ryanz »

Hi,

On a clean CentOS 5 64-bit installation I have the following in /etc/fstab:

/dev/hda3 / ext3 defaults 1 1
/dev/hda1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/hda4 /tmp ext2 loop,noexec,nosuid,rw 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/hda2 swap swap defaults 0 0

What exactly is required to make quotas work with Plesk 8.2.x ?

Is it as simple as to add usrquota to the / partition like below or do I need to do more configs like adding /aquota.user and more.

/dev/hda3 / ext3 defaults,usrquota 1 1
/dev/hda1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/hda4 /tmp ext2 loop,noexec,nosuid,rw 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

Plesk sets this up, you shouldn't have to do anything.
Lemonbit Internet Dedicated Server Management
Post Reply