Man page - xfs_property(8)
Packages contains this manual
- xfs_fsr(8)
- xfs_scrub(8)
- mkfs.xfs(8)
- xfs_protofile(8)
- xfs_bmap(8)
- xfs_metadump(8)
- xfs_copy(8)
- fsck.xfs(8)
- projects(5)
- xfs_logprint(8)
- xfs_info(8)
- projid(5)
- xfs_mdrestore(8)
- xfs_quota(8)
- xfs_scrub_all(8)
- xfs_repair(8)
- xfs_freeze(8)
- xfs_growfs(8)
- xfs(5)
- xfs_mkfile(8)
- xfs_estimate(8)
- xfs_io(8)
- xfs_db(8)
- xfs_rtcp(8)
- xfs_spaceman(8)
- xfs_property(8)
- xfs_ncheck(8)
- xfs_admin(8)
apt-get install xfsprogs
Manual
xfs_property
NAMESYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
FILESYSTEM PROPERTIES
NAME
xfs_property - examine and edit properties about an XFS filesystem
SYNOPSIS
xfs_property
target
get
name
...
xfs_property
target
list [ -v ]
xfs_property
target
set
name=value
...
xfs_property
target
remove
name
...
xfs_property -V
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.
OPTIONS
|
-V |
Print the version number and exits. |
COMMANDS
|
get |
name ... 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. |
||
|
set |
name = value ... Sets the given filesystem properties to the specified values and prints what was set. |
||
|
remove |
name ... Unsets the given filesystem properties. |
FILESYSTEM PROPERTIES
Known filesystem properties for XFS are:
autofsck See xfs_scrub (8) for more information.