# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 09:43+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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 #, 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 #, no-wrap msgid "System Administration" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "losetup - set up and control loop devices" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "Get info:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-l> [B<-a>]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-j> I [B<-o> I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "Detach a loop device:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-d> I ..." msgstr "" #. type: Plain text #: debian-bookworm msgid "Detach all associated loop devices:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-D>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Set up a loop device:" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B [B<-o> I] [B<--sizelimit> I] [B<--sector-size> " "I] [B<-Pr>] [B<--show>] B<-f>|I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Resize a loop device:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-c> I" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B 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 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 msgid "" "Note that the old output format (i.e., B) with comma-delimited " "strings is deprecated in favour of the B<--list> output format." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "It\\(cqs possible to create more independent loop devices for the same " "backing file. B 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 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(1) to avoid a collision in heavily parallel use " "cases." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The I and I 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 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 msgid "B<-d>, B<--detach> I..." msgstr "" #. type: Plain text #: debian-bookworm 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 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 msgid "B<-D>, B<--detach-all>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Detach all associated loop devices." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-f>, B<--find> [I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Find the first unused loop device. If a I argument is present, use the " "found device as loop device. Otherwise, just print its name." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--show>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Display the name of the assigned loop device if the B<-f> option and a " "I argument are present." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-L>, B<--nooverlap>" msgstr "" #. type: Plain text #: debian-bookworm 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 msgid "B<-j>, B<--associated> I [B<-o> I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "Show the status of all loop devices associated with the given I." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-o>, B<--offset> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The data start is moved I bytes into the specified file or device. " "The I may be followed by the multiplicative suffixes; see above." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--sizelimit> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The data end is set to no more than I bytes after the data start. The " "I may be followed by the multiplicative suffixes; see above." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-b>, B<--sector-size> I" 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 msgid "B<-c>, B<--set-capacity> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Force the loop driver to reread the size of the file associated with the " "specified loop device." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-P>, B<--partscan>" msgstr "" #. type: Plain text #: debian-bookworm 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 msgid "B<-r>, B<--read-only>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Set up a read-only loop device." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--direct-io>[B<=on>|B]" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Enable or disable direct I/O for the backing file. The optional argument can " "be either B or B. If the optional argument is omitted, it defaults " "to B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-v>, B<--verbose>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Verbose mode." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-l>, B<--list>" msgstr "" #. type: Plain text #: debian-bookworm 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 msgid "B<-O>, B<--output> I[,I]..." msgstr "" #. type: Plain text #: debian-bookworm 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 msgid "B<--output-all>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Output all available columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-n>, B<--noheadings>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Don\\(cqt print headings for B<--list> output format." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--raw>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Use the raw B<--list> output format." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-J>, B<--json>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Use JSON format for B<--list> output." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "ENCRYPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B For more details " "see B(8)." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "EXIT STATUS" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B returns 0 on success, nonzero on failure. When B " "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 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Since version 2.37 B uses B ioctl to setup a new " "loop device by one ioctl call. The old versions use B and " "B ioctls to do the same." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "ENVIRONMENT" msgstr "" #. type: Plain text #: debian-bookworm msgid "B=all" msgstr "" #. type: Plain text #: debian-bookworm msgid "enables debug output." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "FILES" msgstr "" #. type: Plain text #: debian-bookworm msgid "I" msgstr "" #. type: Plain text #: debian-bookworm msgid "loop block devices" msgstr "" #. type: Plain text #: debian-bookworm msgid "I" msgstr "" #. type: Plain text #: debian-bookworm msgid "loop control device" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "EXAMPLE" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The following commands can be used as an example of using the loop device." msgstr "" #. type: Plain text #: debian-bookworm #, 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 #, no-wrap msgid "AUTHORS" msgstr "" #. type: Plain text #: debian-bookworm msgid "based on the original version from" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "" #. type: Plain text #: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B command is part of the util-linux package which can be " "downloaded from" msgstr ""