Tartalom
Adatok
Licenc:
Verziószám: btrfs-progs v4.20.1 (Debian 10-ben)
Fejlesztő/tulajdonos:
Rövid leírás:
A btrfs segédprogram egy eszközkészlet a btrfs fájlrendszerek kezelésére.
Man oldal kimenet
man btrfs
BTRFS(8) Btrfs Manual BTRFS(8) NAME btrfs - a toolbox to manage btrfs filesystems SYNOPSIS btrfs <command> [<args>] DESCRIPTION The btrfs utility is a toolbox for managing btrfs filesystems. There are command groups to work with subvolumes, devices, for whole filesystem or other specific actions. See section COMMANDS. There are also standalone tools for some tasks like btrfs-convert or btrfstune that were separate historically and/or haven’t been merged to the main utility. See section STANDALONE TOOLS for more details. For other topics (mount options, etc) please refer to the separate manual page btrfs(5). COMMAND SYNTAX Any command name can be shortened so long as the shortened form is unambiguous, however, it is recommended to use full command names in scripts. All command groups have their manual page named btrfs-<group>. For example: it is possible to run btrfs sub snaps instead of btrfs subvolume snapshot. But btrfs file s is not allowed, because file s may be interpreted both as filesystem show and as filesystem sync. If the command name is ambiguous, the list of conflicting options is printed. For an overview of a given command use btrfs command --help or btrfs [command...] --help --full to print all available options. COMMANDS balance Balance btrfs filesystem chunks across single or several devices. See btrfs-balance(8) for details. check Do off-line check on a btrfs filesystem. See btrfs-check(8) for details. device Manage devices managed by btrfs, including add/delete/scan and so on. See btrfs-device(8) for details. filesystem Manage a btrfs filesystem, including label setting/sync and so on. See btrfs-filesystem(8) for details. inspect-internal Debug tools for developers/hackers. See btrfs-inspect-internal(8) for details. property Get/set a property from/to a btrfs object. See btrfs-property(8) for details. qgroup Manage quota group(qgroup) for btrfs filesystem. See btrfs-qgroup(8) for details. quota Manage quota on btrfs filesystem like enabling/rescan and etc. See btrfs-quota(8) and btrfs-qgroup(8) for details. receive Receive subvolume data from stdin/file for restore and etc. See btrfs-receive(8) for details. replace Replace btrfs devices. See btrfs-replace(8) for details. rescue Try to rescue damaged btrfs filesystem. See btrfs-rescue(8) for details. restore Try to restore files from a damaged btrfs filesystem. See btrfs-restore(8) for details. scrub Scrub a btrfs filesystem. See btrfs-scrub(8) for details. send Send subvolume data to stdout/file for backup and etc. See btrfs-send(8) for details. subvolume Create/delete/list/manage btrfs subvolume. See btrfs-subvolume(8) for details. STANDALONE TOOLS New functionality could be provided using a standalone tool. If the functionality proves to be useful, then the standalone tool is declared obsolete and its functionality is copied to the main tool. Obsolete tools are removed after a long (years) depreciation period. Tools that are still in active use without an equivalent in btrfs: btrfs-convert in-place conversion from ext2/3/4 filesystems to btrfs btrfstune tweak some filesystem properties on a unmounted filesystem btrfs-select-super rescue tool to overwrite primary superblock from a spare copy btrfs-find-root rescue helper to find tree roots in a filesystem Deprecated and obsolete tools: btrfs-debug-tree moved to btrfs inspect-internal dump-tree. Removed from source distribution. btrfs-show-super moved to btrfs inspect-internal dump-super, standalone removed. btrfs-zero-log moved to btrfs rescue zero-log, standalone removed. EXIT STATUS btrfs returns a zero exit status if it succeeds. Non zero is returned in case of failure. AVAILABILITY btrfs is part of btrfs-progs. Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for further details. SEE ALSO btrfs-balance(8), btrfs-check(8), btrfs-convert(8), btrfs-device(8), btrfs-filesystem(8), btrfs-inspect-internal(8), btrfs-property(8), btrfs-qgroup(8), btrfs-quota(8), btrfs-receive(8), btrfs-replace(8), btrfs-rescue(8), btrfs-restore(8), btrfs-scrub(8), btrfs-send(8), btrfs-subvolume(8), btrfstune(8), mkfs.btrfs(8) Btrfs v4.20.1 01/23/2019 BTRFS(8)
Súgó kimenet
sudo btrfs --help
usage: btrfs [--help] [--version] <group> [<group>...] <command> [<args>] btrfs subvolume create [-i <qgroupid>] [<dest>/]<name> Create a subvolume btrfs subvolume delete [options] <subvolume> [<subvolume>...] Delete subvolume(s) btrfs subvolume list [options] <path> List subvolumes and snapshots in the filesystem. btrfs subvolume snapshot [-r] [-i <qgroupid>] <source> <dest>|[<dest>/]<name> Create a snapshot of the subvolume btrfs subvolume get-default <path> Get the default subvolume of a filesystem btrfs subvolume set-default <subvolume> btrfs subvolume set-default <subvolid> <path> Set the default subvolume of the filesystem mounted as default. btrfs subvolume find-new <path> <lastgen> List the recently modified files in a filesystem btrfs subvolume show [options] <path> Show more information about the subvolume (UUIDs, generations, times, snapshots) btrfs subvolume sync <path> [<subvol-id>...] Wait until given subvolume(s) are completely removed from the filesystem. btrfs filesystem df [options] <path> Show space usage information for a mount point btrfs filesystem du [options] <path> [<path>..] Summarize disk usage of each file. btrfs filesystem show [options] [<path>|<uuid>|<device>|label] Show the structure of a filesystem btrfs filesystem sync <path> Force a sync on a filesystem btrfs filesystem defragment [options] <file>|<dir> [<file>|<dir>...] Defragment a file or a directory btrfs filesystem resize [devid:][+/-]<newsize>[kKmMgGtTpPeE]|[devid:]max <path> Resize a filesystem btrfs filesystem label [<device>|<mount_point>] [<newlabel>] Get or change the label of a filesystem btrfs filesystem usage [options] <path> [<path>..] Show detailed information about internal filesystem usage . btrfs balance start [options] <path> Balance chunks across the devices btrfs balance pause <path> Pause running balance btrfs balance cancel <path> Cancel running or paused balance btrfs balance resume <path> Resume interrupted balance btrfs balance status [-v] <path> Show status of running or paused balance btrfs device add [options] <device> [<device>...] <path> Add a device to a filesystem btrfs device delete <device>|<devid> [<device>|<devid>...] <path> btrfs device remove <device>|<devid> [<device>|<devid>...] <path> Remove a device from a filesystem btrfs device scan [(-d|--all-devices)|<device> [<device>...]] Scan devices for a btrfs filesystem btrfs device ready <device> Check device to see if it has all of its devices in cache for mounting btrfs device stats [options] <path>|<device> Show device IO error statistics btrfs device usage [options] <path> [<path>..] Show detailed information about internal allocations in devices. btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata] <path>|<device> Start a new scrub. If a scrub is already running, the new one fails. btrfs scrub cancel <path>|<device> Cancel a running scrub btrfs scrub resume [-BdqrR] [-c ioprio_class -n ioprio_classdata] <path>|<device> Resume previously canceled or interrupted scrub btrfs scrub status [-dR] <path>|<device> Show status of running or finished scrub btrfs check [options] <device> Check structural integrity of a filesystem (unmounted). btrfs rescue chunk-recover [options] <device> Recover the chunk tree by scanning the devices one by one. btrfs rescue super-recover [options] <device> Recover bad superblocks from good copies btrfs rescue zero-log <device> Clear the tree log. Usable if it's corrupted and prevents mount. btrfs rescue fix-device-size <device> Re-align device and super block sizes. Usable if newer kernel refuse to mount it due to mismatch super size btrfs restore [options] <device> <path> | -l <device> Try to restore files from a damaged filesystem (unmounted) btrfs inspect-internal inode-resolve [-v] <inode> <path> Get file system paths for the given inode btrfs inspect-internal logical-resolve [-Pv] [-s bufsize] <logical> <path> Get file system paths for the given logical address btrfs inspect-internal subvolid-resolve <subvolid> <path> Get file system paths for the given subvolume ID. btrfs inspect-internal rootid <path> Get tree ID of the containing subvolume of path. btrfs inspect-internal min-dev-size [options] <path> Get the minimum size the device can be shrunk to. The btrfs inspect-internal dump-tree [options] device Dump tree structures from a given device btrfs inspect-internal dump-super [options] device [device...] Dump superblock from a device in a textual form btrfs inspect-internal tree-stats [options] <device> Print various stats for trees btrfs property get [-t <type>] <object> [<name>] Gets a property from a btrfs object. btrfs property set [-t <type>] <object> <name> <value> Sets a property on a btrfs object. btrfs property list [-t <type>] <object> Lists available properties with their descriptions for the given object. btrfs send [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> [<subvol>...] Send the subvolume(s) to stdout. btrfs receive [options] <mount> btrfs receive --dump [options] Receive subvolumes from a stream btrfs quota enable <path> Enable subvolume quota support for a filesystem. btrfs quota disable <path> Disable subvolume quota support for a filesystem. btrfs quota rescan [-sw] <path> Trash all qgroup numbers and scan the metadata again with the current config. btrfs qgroup assign [options] <src> <dst> <path> Assign SRC as the child qgroup of DST btrfs qgroup remove <src> <dst> <path> Remove a child qgroup SRC from DST. btrfs qgroup create <qgroupid> <path> Create a subvolume quota group. btrfs qgroup destroy <qgroupid> <path> Destroy a quota group. btrfs qgroup show [options] <path> Show subvolume quota groups. btrfs qgroup limit [options] <size>|none [<qgroupid>] <path> Set the limits a subvolume quota group. btrfs replace start [-Bfr] <srcdev>|<devid> <targetdev> <mount_point> Replace device of a btrfs filesystem. btrfs replace status [-1] <mount_point> Print status and progress information of a running device replace btrfs replace cancel <mount_point> Cancel a running device replace operation. btrfs help [--full] Display help information btrfs version Display btrfs-progs version Use --help as an argument for information on a specific group or command.
Kapcsolódó tartalom
- Manual oldal - btrfs-balance
- Manual oldal - btrfs-check
- Manual oldal - btrfs-convert
- Manual oldal - btrfs-device
- Manual oldal - btrfs-filesystem
- Manual oldal - btrfs-find-root
- Manual oldal - btrfs-image
- Manual oldal - btrfs-inspect-internal
- Manual oldal - btrfs-map-logical
- Manual oldal - btrfs-property
- Manual oldal - btrfs-qgroup
- Manual oldal - btrfs-quota
- Manual oldal - btrfs-receive
- Manual oldal - btrfs-replace
- Manual oldal - btrfs-rescue
- Manual oldal - btrfs-restore
- Manual oldal - btrfs-scrub
- Manual oldal - btrfs-select-super
- Manual oldal - btrfs-send
- Manual oldal - btrfs-subvolume
- Manual oldal - btrfstune
- Manual oldal - mkfs.btrfs
- 99 megtekintés