Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - MikaR

Pages: [1]
1
CentOS 6 Problems / Quotas..
« on: January 14, 2015, 09:10:02 AM »
Hey!

My CMP is running good but quotas not work and quatas conf is

#
# /etc/fstab
# Created by anaconda on Mon Jan 12 09:22:02 2015
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_ix2-lv_root /                       ext4    defaults        1 1
UUID=4700ecbd-ceec-4653-adf9-42b154ce707f /boot                   ext4    defaults        1 1
/dev/mapper/vg_ix2-lv_home /home                   ext4   defaults,usrjquota=quota.user,jqfmt=vfsv0        1       1
/dev/mapper/vg_ix2-lv_swap swap                    swap    defaults        0 0
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

My VPS server Partition scheme, output of the command df -h

Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_ix2-lv_root
                       50G  2.9G   44G   7% /
tmpfs                 1.9G     0  1.9G   0% /dev/shm
/dev/vda1             477M   47M  405M  11% /boot
/dev/mapper/vg_ix2-lv_home
                      439G  241M  416G   1% /home


and when set Quatas CWP is error goming screen

etquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota. setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota.

and Quata is enable??

quotaon -p -a
group quota on /home (/dev/mapper/vg_ix2-lv_home) is off
user quota on /home (/dev/mapper/vg_ix2-lv_home) is on


My CentOS versio is CentOS release 6.6 (Final)

And /etc/mtab show this

/dev/mapper/vg_ix2-lv_root / ext4 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw 0 0
/dev/vda1 /boot ext4 rw 0 0
/dev/mapper/vg_ix2-lv_home /home ext4 rw,usrjquota=quota.user,jqfmt=vfsv0 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0

Pages: [1]