diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/sfdisk.8.pot | 620 |
1 files changed, 217 insertions, 403 deletions
diff --git a/templates/man8/sfdisk.8.pot b/templates/man8/sfdisk.8.pot index b78b1794..39cf408f 100644 --- a/templates/man8/sfdisk.8.pot +++ b/templates/man8/sfdisk.8.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2023-08-27 17:21+0200\n" +"POT-Creation-Date: 2024-03-29 09:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SFDISK" msgstr "" @@ -35,46 +35,46 @@ msgid "util-linux 2.38.1" msgstr "" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "System Administration" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "sfdisk - display or manipulate a disk partition table" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sfdisk> [options] I<device> [B<-N> I<partition-number>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sfdisk> [options] I<command>" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<sfdisk> is a script-oriented tool for partitioning any block device. It " "runs in interactive mode if executed on a terminal (stdin refers to a " @@ -82,7 +82,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Since version 2.26 B<sfdisk> supports MBR (DOS), GPT, SUN and SGI disk " "labels, but no longer provides any functionality for CHS (Cylinder-Head-" @@ -91,7 +91,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<sfdisk> protects the first disk sector when create a new disk label. The " "option B<--wipe always> disables this protection. Note that B<fdisk>(8) and " @@ -99,7 +99,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<sfdisk> (since version 2.26) B<aligns the start and end of partitions> to " "block-device I/O limits when relative sizes are specified, when the default " @@ -110,7 +110,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The recommended way is not to specify start offsets at all and specify " "partition size in MiB, GiB (or so). In this case B<sfdisk> aligns all " @@ -122,7 +122,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<sfdisk> does not create the standard system partitions for SGI and SUN " "disk labels like B<fdisk>(8) does. It is necessary to explicitly create all " @@ -141,7 +141,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<sfdisk> prompt is only a hint for users and a displayed partition " "number does not mean that the same partition table entry will be created (if " @@ -149,23 +149,23 @@ msgid "" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "COMMANDS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The commands are mutually exclusive." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "[B<-N> I<partition-number>] I<device>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The default B<sfdisk> command is to read the specification for the desired " "partitioning of I<device> from standard input, and then create a partition " @@ -175,7 +175,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "If the option B<-N> is specified, then the changes are applied to the " "partition addressed by I<partition-number>. The unspecified fields of the " @@ -183,7 +183,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that it\\(cqs possible to address an unused partition with B<-N>. For " "example, an MBR always contains 4 partitions, but the number of used " @@ -193,12 +193,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-A>, B<--activate> I<device> [I<partition-number>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Switch on the bootable flag for the specified partitions and switch off the " "bootable flag on all unspecified partitions. The special placeholder \\(aq-" @@ -207,14 +207,14 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The activation command is supported for MBR and PMBR only. If a GPT label is " "detected, then B<sfdisk> prints warning and automatically enters PMBR." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "If no I<partition-number> is specified, then list the partitions with an " "enabled flag." @@ -233,17 +233,17 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--delete> I<device> [I<partition-number>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Delete all or the specified partitions." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-d>, B<--dump> I<device>" msgstr "" @@ -255,12 +255,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-g>, B<--show-geometry> [I<device>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "List the geometry of all or the specified devices. For backward " "compatibility the deprecated option B<--show-pt-geometry> have the same " @@ -268,46 +268,46 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-J>, B<--json> I<device>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Dump the partitions of a device in JSON format. Note that B<sfdisk> is not " "able to use JSON as input format." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-l>, B<--list> [I<device>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "List the partitions of all or the specified devices. This command can be " "used together with B<--verify>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-F>, B<--list-free> [I<device>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "List the free unpartitioned areas on all or the specified devices." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--part-attrs> I<device partition-number> [I<attributes>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Change the GPT partition attribute bits. If I<attributes> is not specified, " "then print the current partition settings. The I<attributes> argument is a " @@ -317,12 +317,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Bit 0 (RequiredPartition)>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "If this bit is set, the partition is required for the platform to function. " "The creator of the partition indicates that deletion or modification of the " @@ -332,46 +332,46 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Bit 1 (NoBlockIOProtocol)>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "EFI firmware should ignore the content of the partition and not try to read " "from it." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Bit 2 (LegacyBIOSBootable)>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The partition may be bootable by legacy BIOS firmware." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Bits 3-47>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Undefined and must be zero. Reserved for expansion by future versions of the " "UEFI specification." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Bits 48-63>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Reserved for GUID specific use. The use of these bits will vary depending on " "the partition type. For example Microsoft uses bit 60 to indicate read-only, " @@ -380,31 +380,31 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--part-label> I<device partition-number> [I<label>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Change the GPT partition name (label). If I<label> is not specified, then " "print the current partition label." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--part-type> I<device partition-number> [I<type>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Change the partition type. If I<type> is not specified, then print the " "current partition type." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The I<type> argument is hexadecimal for MBR, GUID for GPT, type alias (e.g. " "\"linux\") or type shortcut (e.g. \\(aqL\\(aq). For backward compatibility " @@ -412,24 +412,24 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--part-uuid> I<device partition-number> [I<uuid>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Change the GPT partition UUID. If I<uuid> is not specified, then print the " "current partition UUID." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--disk-id> I<device> [I<id>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Change the disk identifier. If I<id> is not specified, then print the " "current identifier. The identifier is UUID for GPT or unsigned integer for " @@ -437,79 +437,79 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-r>, B<--reorder> I<device>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Renumber the partitions, ordering them by their start offset." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-s>, B<--show-size> [I<device>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "List the sizes of all or the specified devices in units of 1024 byte size. " "This command is DEPRECATED in favour of B<blockdev>(8)." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-T>, B<--list-types>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Print all supported types for the current disk label or the label specified " "by B<--label>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--verify> [I<device>...]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Test whether the partition table and partitions seem correct." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--relocate> I<oper> I<device>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Relocate partition table header. This command is currently supported for GPT " "header only. The argument I<oper> can be:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<gpt-bak-std>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Move GPT backup header to the standard location at the end of the device." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<gpt-bak-mini>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Move GPT backup header behind the last partition. Note that UEFI standard " "requires the backup header at the end of the device and partitioning tools " @@ -517,25 +517,25 @@ msgid "" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-a>, B<--append>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Don\\(cqt create a new partition table, but only append the specified " "partitions." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that unused partition maybe be re-used in this case although it is not " "the last partition in the partition table. See also B<-N> to specify entry " @@ -543,7 +543,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-b>, B<--backup>" msgstr "" @@ -557,12 +557,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--color>[B<=>I<when>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Colorize the output. The optional argument I<when> can be B<auto>, B<never> " "or B<always>. If the I<when> argument is omitted, it defaults to B<auto>. " @@ -571,29 +571,29 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-f>, B<--force>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Disable all consistency checking." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--Linux>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Deprecated and ignored option. Partitioning that is compatible with Linux " "(and other modern operating systems) is the default." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--lock>[=I<mode>]" msgstr "" @@ -609,34 +609,34 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-n>, B<--no-act>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Do everything except writing to the device." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--no-reread>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Do not check through the re-read-partition-table ioctl whether the device is " "in use." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--no-tell-kernel>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Don\\(cqt tell the kernel about partition changes. This option is " "recommended together with B<--no-reread> to modify a partition on used disk. " @@ -644,24 +644,24 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-O>, B<--backup-file> I<path>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Override the default backup file name. Note that the device name and offset " "are always appended to the file name." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--move-data>[B<=>I<path>]" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Move data after partition relocation, for example when moving the beginning " "of a partition to another place on the disk. The size of the partition has " @@ -680,19 +680,19 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that this operation is risky and not atomic. B<Don\\(cqt forget to " "backup your data!>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "See also B<--move-use-fsync>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "In the example below, the first command creates a 100MiB free area before " "the first partition and moves the data it contains (e.g., a filesystem), the " @@ -702,72 +702,72 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<echo \\(aq+100M,\\(aq | sfdisk --move-data /dev/sdc -N 1> B<echo \\(aq2048," "\\(aq | sfdisk /dev/sdc --append> B<sfdisk /dev/sdc --reorder>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--move-use-fsync>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Use the B<fsync>(2) system call after each write when moving data to a new " "location by B<--move-data>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-o>, B<--output> I<list>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Specify which output columns to print. Use B<--help> to get a list of all " "supported columns." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The default list of columns may be extended if I<list> is specified in the " "format I<+list> (e.g., B<-o +UUID>)." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-q>, B<--quiet>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Suppress extra info messages." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-u>, B<--unit S>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Deprecated option. Only the sector unit is supported. This option is not " "supported when using the B<--show-size> command." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-X>, B<--label> I<type>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Specify the disk label type (e.g., B<dos>, B<gpt>, ...). If this option is " "not given, then B<sfdisk> defaults to the existing label, but if there is no " @@ -778,12 +778,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-Y>, B<--label-nested> I<type>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Force editing of a nested disk label. The primary disk label has to exist " "already. This option allows editing for example a hybrid/protective MBR on " @@ -791,12 +791,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-w>, B<--wipe> I<when>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Wipe filesystem, RAID and partition-table signatures from the device, in " "order to avoid possible collisions. The argument I<when> can be B<auto>, " @@ -811,7 +811,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-W>, B<--wipe-partitions> I<when>" msgstr "" @@ -828,128 +828,128 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-v>, B<--version>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display version information and exit." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display help text and exit." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "INPUT FORMATS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sfdisk> supports two input formats and generic header lines." msgstr "" #. type: SS -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "Header lines" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The optional header lines specify generic information that apply to the " "partition table. The header-line format is:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<E<lt>nameE<gt>: E<lt>valueE<gt>>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The currently recognized headers are:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<unit>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Specify the partitioning unit. The only supported unit is B<sectors>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<label>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Specify the partition table type. For example B<dos> or B<gpt>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<label-id>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Specify the partition table identifier. It should be a hexadecimal number " "(with a 0x prefix) for MBR and a UUID for GPT." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<first-lba>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Specify the first usable sector for GPT partitions." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<last-lba>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Specify the last usable sector for GPT partitions." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<table-length>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Specify the maximal number of GPT partitions." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<grain>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Specify minimal size in bytes used to calculate partitions alignment. The " "default is 1MiB and it\\(cqs strongly recommended to use the default. Do not " @@ -957,7 +957,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sector-size>" msgstr "" @@ -970,25 +970,25 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that it is only possible to use header lines before the first partition " "is specified in the input." msgstr "" #. type: SS -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "Unnamed-fields format" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "I<start size type bootable>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "where each line fills one partition descriptor." msgstr "" @@ -1016,7 +1016,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The default value of I<size> indicates \"as much as possible\"; i.e., until " "the next partition or end-of-device. A numerical argument is by default " @@ -1030,7 +1030,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The partition I<type> is given in hex for MBR (DOS) where 0x prefix is " "optional; a GUID string for GPT; a shortcut or an alias. It\\(cqs " @@ -1042,14 +1042,14 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Since v2.36 libfdisk supports partition type aliases as extension to " "shortcuts. The alias is a simple human readable word (e.g. \"linux\")." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Since v2.37 libfdisk supports partition type names on input, ignoring the " "case of the characters and all non-alphanumeric and non-digit characters in " @@ -1057,101 +1057,101 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Supported shortcuts and aliases:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<L - alias \\(aqlinux\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Linux; means 83 for MBR and 0FC63DAF-8483-4772-8E79-3D69D8477DE4 for GPT." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<S - alias \\(aqswap\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "swap area; means 82 for MBR and 0657FD6D-A4AB-43C4-84E5-0933C84B4F4F for GPT" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<Ex - alias \\(aqextended\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "MBR extended partition; means 05 for MBR. The original shortcut \\(aqE\\(aq " "is deprecated due to collision with 0x0E MBR partition type." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<H - alias \\(aqhome\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "home partition; means 933AC7E1-2EB4-4F13-B844-0E14E2AEF915 for GPT" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<U - alias \\(aquefi\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "EFI System partition, means EF for MBR and C12A7328-F81F-11D2-" "BA4B-00A0C93EC93B for GPT" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<R - alias \\(aqraid\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Linux RAID; means FD for MBR and A19D880F-05FC-4D3B-A006-743F0F84911E for GPT" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<V - alias \\(aqlvm\\(aq>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "LVM; means 8E for MBR and E6D6D379-F507-44C2-A23C-238F2A3DF928 for GPT" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The default I<type> value is I<linux>." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The shortcut \\(aqX\\(aq for Linux extended partition (85) is deprecated in " "favour of \\(aqEx\\(aq." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "I<bootable> is specified as [B<*>|B<->], with as default not-bootable. The " "value of this field is irrelevant for Linux - when Linux runs it has been " @@ -1160,13 +1160,13 @@ msgid "" msgstr "" #. type: SS -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "Named-fields format" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "This format is more readable, robust, extensible and allows specifying " "additional information (e.g., a UUID). It is recommended to use this format " @@ -1174,12 +1174,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "[I<device> B<:>] I<name>[B<=>I<value>], ..." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The I<device> field is optional. B<sfdisk> extracts the partition number " "from the device name. It allows specifying the partitions in random order. " @@ -1201,7 +1201,7 @@ msgid "The currently supported fields are:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<start=>I<number>" msgstr "" @@ -1215,12 +1215,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<size=>I<number>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Specify the partition size in sectors. The number may be followed by the " "multiplicative suffixes (KiB, MiB, GiB, TiB, PiB, EiB, ZiB and YiB), then " @@ -1229,54 +1229,54 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<bootable>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Mark the partition as bootable." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<attrs=>I<string>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Partition attributes, usually GPT partition attribute bits. See B<--part-" "attrs> for more details about the GPT-bits string format." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<uuid=>I<string>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "GPT partition UUID." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<name=>I<string>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "GPT partition name." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<type=>I<code>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "A hexadecimal number (without 0x) for an MBR partition, a GUID for a GPT " "partition, a shortcut as for unnamed-fields format or a type name (e.g. " @@ -1286,13 +1286,13 @@ msgid "" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "EMPTY DISK LABEL" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<sfdisk> does not create partition table without partitions by default. The " "lines with partitions are expected in the script by default. The empty " @@ -1301,25 +1301,25 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<echo \\(aqlabel: gpt\\(aq | sfdisk /dev/sdb>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "creates empty GPT partition table. Note that the B<--append> disables this " "feature." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "BACKING UP THE PARTITION TABLE" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "It is recommended to save the layout of your devices. B<sfdisk> supports two " "ways." @@ -1340,17 +1340,17 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sfdisk --dump /dev/sda E<gt> sda.dump>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "This can later be restored by:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<sfdisk /dev/sda E<lt> sda.dump>" msgstr "" @@ -1377,7 +1377,7 @@ msgid "B<sfdisk --backup-pt-sectors /dev/sda>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The GPT header can later be restored by:" msgstr "" @@ -1407,14 +1407,14 @@ msgid "The same concept of backup files is used by B<wipefs>(8)." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that B<sfdisk> since version 2.26 no longer provides the B<-I> option " "to restore sectors. B<dd>(1) provides all necessary functionality." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "COLORS" msgstr "" @@ -1461,37 +1461,37 @@ msgid "The logical color names supported by B<sfdisk> are:" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<header>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The header of the output tables." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<warn>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The warning messages." msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<welcome>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "The welcome message." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "ENVIRONMENT" msgstr "" @@ -1502,7 +1502,7 @@ msgid "B<SFDISK_DEBUG>=all" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables B<sfdisk> debug output." msgstr "" @@ -1512,7 +1512,7 @@ msgid "B<LIBFDISK_DEBUG>=all" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables libfdisk debug output." msgstr "" @@ -1522,7 +1522,7 @@ msgid "B<LIBBLKID_DEBUG>=all" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables libblkid debug output." msgstr "" @@ -1532,7 +1532,7 @@ msgid "B<LIBSMARTCOLS_DEBUG>=all" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables libsmartcols debug output." msgstr "" @@ -1542,20 +1542,20 @@ msgid "B<LOCK_BLOCK_DEVICE>=E<lt>modeE<gt>" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "use exclusive BSD lock. The mode is \"1\" or \"0\". See B<--lock> for more " "details." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Since version 2.26 B<sfdisk> no longer provides the B<-R> or B<--re-read> " "option to force the kernel to reread the partition table. Use B<blockdev --" @@ -1563,7 +1563,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Since version 2.26 B<sfdisk> does not provide the B<--DOS>, B<--IBM>, B<--" "DOS-extended>, B<--unhide>, B<--show-extended>, B<--cylinders>, B<--heads>, " @@ -1656,235 +1656,49 @@ msgid "" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AUTHORS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The current B<sfdisk> implementation is based on the original B<sfdisk> from " "Andries E. Brouwer." msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<fdisk>(8), B<cfdisk>(8), B<parted>(8), B<partprobe>(8), B<partx>(8)" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<sfdisk> command is part of the util-linux package which can be " "downloaded from" msgstr "" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-02-14" -msgstr "" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"B<sfdisk> uses B<BLKRRPART> (reread partition table) ioctl to make sure that " -"the device is not used by system or other tools (see also B<--no-reread>). " -"It\\(cqs possible that this feature or another B<sfdisk> activity races with " -"B<udevd>. The recommended way how to avoid possible collisions is to use B<--" -"lock> option. The exclusive lock will cause udevd to skip the event handling " -"on the device." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Dump the partitions of a device in a format that is usable as input to " -"B<sfdisk>. See the section B<BACKING UP THE PARTITION TABLE>." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Back up the current partition table sectors before starting the " -"partitioning. The default backup file name is I<~/sfdisk-E<lt>deviceE<gt>-" -"E<lt>offsetE<gt>.bak>; to use another name see option B<-O>, B<--backup-" -"file>." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Use exclusive BSD lock for device or file it operates. The optional argument " -"I<mode> can be B<yes>, B<no> (or 1 and 0) or B<nonblock>. If the I<mode> " -"argument is omitted, it defaults to B<\"yes\">. This option overwrites " -"environment variable B<$LOCK_BLOCK_DEVICE>. The default is not to use any " -"lock at all, but it\\(cqs recommended to avoid collisions with udevd or " -"other tools." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The optional I<path> specifies log file name. The log file contains " -"information about all read/write operations on the partition data. The word " -"\"@default\" as a I<path> forces sfdisk to use I<~/sfdisk-E<lt>devnameE<gt>." -"move> for the log. The log is optional since v2.35." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Wipe filesystem, RAID and partition-table signatures from a newly created " -"partitions, in order to avoid possible collisions. The argument I<when> can " -"be B<auto>, B<never> or B<always>. When this option is not given, the " -"default is B<auto>, in which case signatures are wiped only when in " -"interactive mode and after confirmation by user. In all cases detected " -"signatures are reported by warning messages after a new partition is " -"created. See also B<wipefs>(8) command." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Specify sector size. This header is informative only and it is not used when " -"sfdisk creates a new partition table, in this case the real device specific " -"value is always used and sector size from the dump is ignored." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Fields are separated by whitespace, comma or semicolon possibly followed by " -"whitespace; initial and trailing whitespace is ignored. Numbers can be " -"octal, decimal or hexadecimal; decimal is the default. When a field is " -"absent, empty or specified as \\(aq-\\(aq a default value is used. But when " -"the B<-N> option (change a single partition) is given, the default for each " -"field is its previous value." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The default value of I<start> is the first non-assigned sector aligned " -"according to device I/O limits. The default start offset for the first " -"partition is 1 MiB. The offset may be followed by the multiplicative " -"suffixes (KiB, MiB, GiB, TiB, PiB, EiB, ZiB and YiB) then the number is " -"interpreted as offset in bytes." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The I<value> can be between quotation marks (e.g., name=\"This is partition " -"name\"). The currently supported fields are:" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"The first non-assigned sector aligned according to device I/O limits. The " -"default start offset for the first partition is 1 MiB. The offset may be " -"followed by the multiplicative suffixes (KiB, MiB, GiB, TiB, PiB, EiB, ZiB " -"and YiB) then the number is interpreted as offset in bytes." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Use the B<--dump> option to save a description of the device layout to a " -"text file. The dump format is suitable for later B<sfdisk> input. For " -"example:" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"If you want to do a full (binary) backup of all sectors where the partition " -"table is stored, then use the B<--backup> option. It writes the sectors to " -"I<~/sfdisk-E<lt>deviceE<gt>-E<lt>offsetE<gt>.bak> files. The default name of " -"the backup file can be changed with the B<--backup-file> option. The backup " -"files contain only raw data from the I<device>. Note that the same concept " -"of backup files is used by B<wipefs>(8). For example:" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "B<sfdisk --backup /dev/sda>" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"dd if=~/sfdisk-sda-0x00000200.bak of=/dev/sda \\(rs seek=$0x00000200 bs=1 " -"conv=notrunc" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"Implicit coloring can be disabled by an empty file I</etc/terminal-colors.d/" -"sfdisk.disable>." -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "" -"See B<terminal-colors.d>(5) for more details about colorization " -"configuration. The logical color names supported by B<sfdisk> are:" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "SFDISK_DEBUG=all" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "LIBFDISK_DEBUG=all" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "LIBBLKID_DEBUG=all" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "LIBSMARTCOLS_DEBUG=all" -msgstr "" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>" -msgstr "" |