mirror of
https://github.com/kdave/btrfs-progs
synced 2025-05-08 10:57:56 +00:00
btrfs-progs: document allowing duplicate fsid
The commit ("btrfs-progs: allow duplicate fsid for single device filesystems") lets the duplicate fsid used for a new mkfs document this. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d71ece203a
commit
b0c4dfaaac
@ -179,8 +179,9 @@ OPTIONS
|
|||||||
Resets any previous effects of *--verbose*.
|
Resets any previous effects of *--verbose*.
|
||||||
|
|
||||||
-U|--uuid <UUID>
|
-U|--uuid <UUID>
|
||||||
Create the filesystem with the given *UUID*. The UUID must not exist on any
|
Create the filesystem with the given *UUID*. For a single-device filesystem,
|
||||||
filesystem currently present.
|
you can duplicate the UUID. However, for a multi-device filesystem, the UUID
|
||||||
|
must not already exist on any currently present filesystem.
|
||||||
|
|
||||||
-v|--verbose
|
-v|--verbose
|
||||||
Increase verbosity level, default is 1.
|
Increase verbosity level, default is 1.
|
||||||
|
@ -430,7 +430,7 @@ static const char * const mkfs_usage[] = {
|
|||||||
OPTLINE("-s|--sectorsize SIZE", "data block size (may not be mountable by current kernel)"),
|
OPTLINE("-s|--sectorsize SIZE", "data block size (may not be mountable by current kernel)"),
|
||||||
OPTLINE("-O|--features LIST", "comma separated list of filesystem features (use '-O list-all' to list features)"),
|
OPTLINE("-O|--features LIST", "comma separated list of filesystem features (use '-O list-all' to list features)"),
|
||||||
OPTLINE("-L|--label LABEL", "set the filesystem label"),
|
OPTLINE("-L|--label LABEL", "set the filesystem label"),
|
||||||
OPTLINE("-U|--uuid UUID", "specify the filesystem UUID (must be unique)"),
|
OPTLINE("-U|--uuid UUID", "specify the filesystem UUID (must be unique for a filesystem with multiple devices)"),
|
||||||
"Creation:",
|
"Creation:",
|
||||||
OPTLINE("-b|--byte-count SIZE", "set size of each device to SIZE (filesystem size is sum of all device sizes)"),
|
OPTLINE("-b|--byte-count SIZE", "set size of each device to SIZE (filesystem size is sum of all device sizes)"),
|
||||||
OPTLINE("-r|--rootdir DIR", "copy files from DIR to the image root directory"),
|
OPTLINE("-r|--rootdir DIR", "copy files from DIR to the image root directory"),
|
||||||
|
Loading…
Reference in New Issue
Block a user