• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Hard disk quota is not supported

M

MaRiOsGR

Guest
Hello,

when I'm trying to setup quotas inside plesk Account Preferences -> Hard disk quota -> Unlimited (hard disk quota is not supported due to configuration of server file system)

how can this be fixed?


[root@zeus /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md2 457G 4.7G 429G 2% /
/dev/md0 99M 22M 73M 23% /boot
tmpfs 3.0G 0 3.0G 0% /dev/shm


also

[root@zeus /]# cat /etc/fstab
/dev/md2 / ext3 defaults 1 1
/dev/md0 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/md1 swap swap defaults 0 0
 
Back
Top