You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI: Why XFS Quota is Not Enabled After remount?

edited Sep 3, 2024 10:49AM in Linux

APPLIES TO:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64

GOAL

Why XFS quota not enabled after remount?
Before enabling the quota:
#cat /proc/mounts |grep oled
/dev/mapper/ocivolume-oled /var/oled xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
Enabled the quota and changed the inode value.
#cat /etc/fstab
..
/dev/mapper/ocivolume-oled /var/oled xfs defaults,usrquota,grpquota,inode32 0 0 .. Remounted
#mount -o remount /var/oled/
After remount, the inode value changed, but quota is not enabled.
#cat /proc/mounts |grep oled
/dev/mapper/ocivolume-oled /var/oled xfs rw,seclabel,relatime,attr2,inode32,logbufs=8,logbsize=32k,noquota 0 0

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!