Examine these commands and their output:
# mount | grep xfs
/dev/mapper/vg_xfs_xfs1 on /xfs1 typr xfs (rw, quota_
# xfs_quota --x --c 'enable --u' /xfs1
# xfs_quota --x --c 'enable --g' /xfs1
XFS_QUOTAON: Invalid argument
Identify the reason for the ''Invalid argument'' error.
Currently there are no comments in this discussion, be the first to comment!