Quotas on new home partition
We added a new home partition but it appears quotas is not enabled on the drive. I have verified in the /etc/fstab file and it appears that quotas has been set there but not sure if there is any other configuration needed? We've started moving some accounts over to the new partition which is now showing a 0mb disk usage (with some of the accounts exceeding 30gb in storage)
Entry in the fstab file:
/dev/xvde /home4 ext4 usrjquota=quota.user,jqfmt=vfsv0 0 2
-
The way to tell if quotas is enabled is from the actual mount options as well as the kernel messages. You can look for this by using these commands: mount | grep home4 dmesg | grep xvde
0
Please sign in to leave a comment.
Comments
1 comment