diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/losetup.8.pot | 645 |
1 files changed, 645 insertions, 0 deletions
diff --git a/templates/man8/losetup.8.pot b/templates/man8/losetup.8.pot new file mode 100644 index 00000000..d34a88f0 --- /dev/null +++ b/templates/man8/losetup.8.pot @@ -0,0 +1,645 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2023-08-27 17:06+0200\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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "LOSETUP" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-07-20" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "System Administration" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "losetup - set up and control loop devices" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Get info:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> [I<loopdev>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-l> [B<-a>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-j> I<file> [B<-o> I<offset>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Detach a loop device:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-d> I<loopdev> ..." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Detach all associated loop devices:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-D>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Set up a loop device:" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<losetup> [B<-o> I<offset>] [B<--sizelimit> I<size>] [B<--sector-size> " +"I<size>] [B<-Pr>] [B<--show>] B<-f>|I<loopdev file>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Resize a loop device:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-c> I<loopdev>" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<losetup> is used to associate loop devices with regular files or block " +"devices, to detach loop devices, and to query the status of a loop device. " +"If only the I<loopdev> argument is given, the status of the corresponding " +"loop device is shown. If no option is given, all loop devices are shown." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Note that the old output format (i.e., B<losetup -a>) with comma-delimited " +"strings is deprecated in favour of the B<--list> output format." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"It\\(cqs possible to create more independent loop devices for the same " +"backing file. B<This setup may be dangerous, can cause data loss, corruption " +"and overwrites.> Use B<--nooverlap> with B<--find> during setup to avoid " +"this problem." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"The loop device setup is not an atomic operation when used with B<--find>, " +"and B<losetup> does not protect this operation by any lock. The number of " +"attempts is internally restricted to a maximum of 16. It is recommended to " +"use for example B<flock>(1) to avoid a collision in heavily parallel use " +"cases." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The I<size> and I<offset> arguments may be followed by the multiplicative " +"suffixes KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, " +"ZiB and YiB (the \"iB\" is optional, e.g., \"K\" has the same meaning as " +"\"KiB\") or the suffixes KB (=1000), MB (=1000*1000), and so on for GB, TB, " +"PB, EB, ZB and YB." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>, B<--all>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Show the status of all loop devices. Note that not all information is " +"accessible for non-root users. See also B<--list>. The old output format (as " +"printed without B<--list>) is deprecated." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-d>, B<--detach> I<loopdev>..." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Detach the file or device associated with the specified loop device(s). Note " +"that since Linux v3.7 kernel uses \"lazy device destruction\". The detach " +"operation does not return B<EBUSY> error anymore if device is actively used " +"by system, but it is marked by autoclear flag and destroyed later." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-D>, B<--detach-all>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Detach all associated loop devices." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-f>, B<--find> [I<file>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Find the first unused loop device. If a I<file> argument is present, use the " +"found device as loop device. Otherwise, just print its name." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--show>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Display the name of the assigned loop device if the B<-f> option and a " +"I<file> argument are present." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-L>, B<--nooverlap>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Check for conflicts between loop devices to avoid situation when the same " +"backing file is shared between more loop devices. If the file is already " +"used by another device then re-use the device rather than a new one. The " +"option makes sense only with B<--find>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-j>, B<--associated> I<file> [B<-o> I<offset>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Show the status of all loop devices associated with the given I<file>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-o>, B<--offset> I<offset>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The data start is moved I<offset> bytes into the specified file or device. " +"The I<offset> may be followed by the multiplicative suffixes; see above." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--sizelimit> I<size>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The data end is set to no more than I<size> bytes after the data start. The " +"I<size> may be followed by the multiplicative suffixes; see above." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-b>, B<--sector-size> I<size>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Set the logical sector size of the loop device in bytes (since Linux 4.14). " +"The option may be used when creating a new loop device as well as a stand-" +"alone command to modify sector size of the already existing loop device." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-c>, B<--set-capacity> I<loopdev>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Force the loop driver to reread the size of the file associated with the " +"specified loop device." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-P>, B<--partscan>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Force the kernel to scan the partition table on a newly created loop device. " +"Note that the partition table parsing depends on sector sizes. The default " +"is sector size is 512 bytes, otherwise you need to use the option B<--sector-" +"size> together with B<--partscan>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-r>, B<--read-only>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Set up a read-only loop device." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--direct-io>[B<=on>|B<off>]" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Enable or disable direct I/O for the backing file. The optional argument can " +"be either B<on> or B<off>. If the optional argument is omitted, it defaults " +"to B<on>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-v>, B<--verbose>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Verbose mode." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-l>, B<--list>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"If a loop device or the B<-a> option is specified, print the default columns " +"for either the specified loop device or all loop devices; the default is to " +"print info about all devices. See also B<--output>, B<--noheadings>, B<--" +"raw>, and B<--json>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-O>, B<--output> I<column>[,I<column>]..." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Specify the columns that are to be printed for the B<--list> output. Use B<--" +"help> to get a list of all supported columns." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--output-all>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Output all available columns." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-n>, B<--noheadings>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Don\\(cqt print headings for B<--list> output format." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--raw>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Use the raw B<--list> output format." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-J>, B<--json>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Use JSON format for B<--list> output." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "ENCRYPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<Cryptoloop is no longer supported in favor of dm-crypt.> For more details " +"see B<cryptsetup>(8)." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<losetup> returns 0 on success, nonzero on failure. When B<losetup> " +"displays the status of a loop device, it returns 1 if the device is not " +"configured and 2 if an error occurred which prevented determining the status " +"of the device." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Since version 2.37 B<losetup> uses B<LOOP_CONFIGURE> ioctl to setup a new " +"loop device by one ioctl call. The old versions use B<LOOP_SET_FD> and " +"B<LOOP_SET_STATUS64> ioctls to do the same." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "B<LOOPDEV_DEBUG>=all" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "enables debug output." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I</dev/loop[0..N]>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "loop block devices" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I</dev/loop-control>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "loop control device" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "EXAMPLE" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The following commands can be used as an example of using the loop device." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"# dd if=/dev/zero of=~/file.img bs=1024k count=10\n" +"# losetup --find --show ~/file.img\n" +"/dev/loop0\n" +"# mkfs -t ext2 /dev/loop0\n" +"# mount /dev/loop0 /mnt\n" +"\\&...\n" +"# umount /dev/loop0\n" +"# losetup --detach /dev/loop0\n" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AUTHORS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "based on the original version from" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B<losetup> 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<losetup> [B<-o> I<offset>] [B<--sizelimit> I<size>] [B<--sector-size> " +"I<size>] [B<-Pr>] [B<--show>] B<-f> I<loopdev file>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The loop device setup is not an atomic operation when used with B<--find>, " +"and B<losetup> does not protect this operation by any lock. The number of " +"attempts is internally restricted to a maximum of 16. It is recommended to " +"use for example flock1 to avoid a collision in heavily parallel use cases." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Show the status of all loop devices. Note that not all information is " +"accessible for non-root users. See also B<--list>. The old output format (as " +"printed without B<--list)> is deprecated." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Set the logical sector size of the loop device in bytes (since Linux 4.14). " +"The option may be used when create a new loop device as well as stand-alone " +"command to modify sector size of the already existing loop device." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Enable or disable direct I/O for the backing file. The optional argument can " +"be either B<on> or B<off>. If the argument is omitted, it defaults to B<off>." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display version information and exit." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display help text and exit." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "LOOPDEV_DEBUG=all" +msgstr "" |