Man page - xfs_protofile(8)
Packages contas this manual
- xfs_protofile(8)
- xfs_estimate(8)
- xfs_io(8)
- xfs_admin(8)
- xfs_mdrestore(8)
- xfs_growfs(8)
- xfs_info(8)
- xfs_property(8)
- xfs_repair(8)
- projects(5)
- xfs_mkfile(8)
- xfs_freeze(8)
- xfs_copy(8)
- xfs_scrub(8)
- xfs_quota(8)
- xfs_rtcp(8)
- xfs_logprint(8)
- xfs_bmap(8)
- xfs_scrub_all(8)
- xfs(5)
- mkfs.xfs(8)
- xfs_spaceman(8)
- xfs_fsr(8)
- xfs_ncheck(8)
- xfs_metadump(8)
- projid(5)
- xfs_db(8)
- fsck.xfs(8)
Package: xfsprogs
apt-get install xfsprogs
apt-get install xfsprogs
Manuals in package:
Documentations in package:
Available languages:
en ro deManual
| xfs_protofile(8) | System Manager's Manual | xfs_protofile(8) |
NAME
xfs_protofile - create a protofile for use with mkfs.xfs
SYNOPSIS
xfs_protofile path [ paths... ]
xfs_protofile -V
DESCRIPTION
xfs_protofile walks a directory tree to generate a protofile. The protofile format is specified in the mkfs.xfs(8) manual page and is derived from 3rd edition Unix.
OPTIONS
- path
- Create protofile directives to copy this path into the root directory. If the path is a directory, protofile directives will be emitted to replicate the entire subtree as a subtree of the root directory. If the path is a not a directory, protofile directives will be emitted to create the file as an entry in the root directory. The first path must resolve to a directory.
BUGS
Filenames cannot contain spaces. Extended attributes are not copied into the filesystem.