logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xfs_property - examine and edit properties about an XFS filesystem

Commands

getname...  Prints the values of the given filesystem properties.

       list   Lists the names of all filesystem properties.  If the -v flag is specified, prints the  values  as
              well.

       setname=value...   Sets  the  given filesystem properties to the specified values and prints what was
              set.

       removename...  Unsets the given filesystem properties.

Description

xfs_property  retrieves,  lists, sets, or removes properties of an XFS filesystem.  Filesystem properties
       are root-controlled attributes set on  the  root  directory  of  the  filesystem  to  enable  the  system
       administrator to coordinate with userspace programs.

       target  is  one  of:  the  root  directory  of  a  mounted  filesystem;  a block device containing an XFS
       filesystem; or a regular file containing an XFS filesystem.

Filesystem Properties

       Known filesystem properties for XFS are:

       autofsck See xfs_scrub(8) for more information.

                                                                                                 xfs_property(8)

Name

       xfs_property - examine and edit properties about an XFS filesystem

Options

-V     Print the version number and exits.

Synopsis

xfs_propertytargetgetname...
       xfs_propertytargetlist[-v]xfs_propertytargetsetname=value...
       xfs_propertytargetremovename...
       xfs_property-V

See Also