Quota OpenVZ
Posted: Wed May 07, 2014 9:47 am
Hello all,
I already found another thread discussing a topic very related to this, will try to dig that up and add it here, but how can I check whether Quota has been enabled on my VPS? I tried the following:
I don't see quota anywhere. Is there another way to check this easily? At the moment, space is not limited (you can overwrite your max. package space.
If somebody can help me, that'll be great!
Thanks!
edit: What do I need to do to enable quota on my OpenVZ VPS container?
edit2: I contacted service provider and they enabled OpenVZ (see below code block for mount -l command). But now I can still upload a file which is larger than the max account space :confused: Can somebody walk me through the steps necessary to check what's where going wrong? Thanks!
I already found another thread discussing a topic very related to this, will try to dig that up and add it here, but how can I check whether Quota has been enabled on my VPS? I tried the following:
Code: Select all
Command: mount -l
/vz/private/3701 on / type simfs (rw,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,nosuid,noexec,relatime,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
none on /run type tmpfs (rw,nosuid,noexec,relatime,size=104860k,mode=755)
none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
none on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=419420k)
none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)
If somebody can help me, that'll be great!
Thanks!
edit: What do I need to do to enable quota on my OpenVZ VPS container?
edit2: I contacted service provider and they enabled OpenVZ (see below code block for mount -l command). But now I can still upload a file which is larger than the max account space :confused: Can somebody walk me through the steps necessary to check what's where going wrong? Thanks!
Code: Select all
Command: mount -l
/vz/private/3701 on / type simfs (rw,relatime,usrquota,grpquota)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,nosuid,noexec,relatime,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
none on /run type tmpfs (rw,nosuid,noexec,relatime,size=104860k,mode=755)
none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
none on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=419420k)
none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)