Comments on: How to enable User and Group Disk Quota on CentOS 7 / RHEL 7 https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/ Tue, 11 Feb 2020 10:14:57 +0000 hourly 1 By: King Crimson https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-17247 Thu, 21 Nov 2019 23:06:08 +0000 http://www.linuxtechi.com/?p=3007#comment-17247 In reply to Paul Whitney.

reboot your machine

]]>
By: Pradeep Kumar https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-11467 Mon, 24 Jun 2019 01:50:32 +0000 http://www.linuxtechi.com/?p=3007#comment-11467 In reply to Buddhika Karunanayaka.

Hi Buddhika,

Steps mentioned in tutorial is for ext4/ext3 file system but you are trying these steps on xfs file system that’s why you are getting errors.

We will shortly write an article on XFS quota.

]]>
By: Buddhika Karunanayaka https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-11420 Sat, 22 Jun 2019 08:59:52 +0000 http://www.linuxtechi.com/?p=3007#comment-11420 Dear Pradeep,

I got following output when edit fstab and after remount

cat /etc/fstab
/dev/mapper/centos_ns2-home /home xfs defaults,usrquota,grpquota 1 2

[root@bus1 ~]# mount -o remount /home
[root@bus1 ~]# mount | grep /home
/dev/mapper/centos_ns2-home on /home type xfs (rw,relatime,attr2,inode64,noquota)

[root@bus1 ~]# quotacheck -cugv /home
quotacheck: Mountpoint (or device) /home not found or has no quota enabled.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

What is the reason pls expalin in order to activate quota

]]>
By: Bruce https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-4803 Fri, 08 Jun 2018 18:33:48 +0000 http://www.linuxtechi.com/?p=3007#comment-4803 What would happen if you added quota to /home when its still part of /? Would the quota only affect that specific directory or the whole root file system?

]]>
By: Santosh https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-4255 Fri, 27 Apr 2018 04:22:42 +0000 http://www.linuxtechi.com/?p=3007#comment-4255 Excellent info. let me know, how can we assign inodes and inodes calculation

]]>
By: Hazhir Hajian https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-2838 Tue, 02 Jan 2018 13:20:20 +0000 http://www.linuxtechi.com/?p=3007#comment-2838 In reply to Paul Whitney.

I had this issue on /tmp and it was fixed after reboot of the machine.

]]>
By: Paul Whitney https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-1205 Tue, 12 Sep 2017 13:26:14 +0000 http://www.linuxtechi.com/?p=3007#comment-1205 What about troubleshooting? I added entries to fstab, remounted, and when I do the grep still shows “noquota”

]]>
By: vikas https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-251 Fri, 20 Jan 2017 11:03:38 +0000 http://www.linuxtechi.com/?p=3007#comment-251 informative indeed.. easy to understand

]]>
By: Pradeep https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-250 Sun, 10 Jan 2016 13:22:14 +0000 http://www.linuxtechi.com/?p=3007#comment-250 In reply to Dany.

Hi Dany ,

Soft quota limit will become hard quota limit when the grace period for soft quota is reached.

]]>
By: Dany https://www.linuxtechi.com/enable-user-group-disk-quota-on-centos-7-rhel-7/#comment-249 Fri, 08 Jan 2016 20:45:55 +0000 http://www.linuxtechi.com/?p=3007#comment-249 Remarkable article.
What happened when grace period for soft quota is reached?

]]>