diff options
Diffstat (limited to 'po/ko/man8/losetup.8.po')
-rw-r--r-- | po/ko/man8/losetup.8.po | 695 |
1 files changed, 695 insertions, 0 deletions
diff --git a/po/ko/man8/losetup.8.po b/po/ko/man8/losetup.8.po new file mode 100644 index 00000000..64b20670 --- /dev/null +++ b/po/ko/man8/losetup.8.po @@ -0,0 +1,695 @@ +# Korean translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# 임종균 <hermes44@secsm.org>, 2000. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2023-08-27 17:06+0200\n" +"PO-Revision-Date: 2000-09-06 08:57+0900\n" +"Last-Translator: 임종균 <hermes44@secsm.org>\n" +"Language-Team: Korean <translation-team-ko@googlegroups.com>\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "LOSETUP" +msgstr "LOSETUP" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-07-20" +msgstr "2022년 7월 20일" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "util-linux 2.38.1" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "System Administration Utilities" +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 "losetup - 루프 장치를 설정, 제어한다." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "요약" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "info" +msgid "Get info:" +msgstr "info" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> [I<loopdev>]" +msgstr "B<losetup> [I<루프장치>]" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-l> [B<-a>]" +msgstr "B<losetup> B<-l> [B<-a>]" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<losetup> B<-j> I<file> [B<-o> I<offset>]" +msgstr "B<losetup> B<-j> I<파일> [B<-o> I<오프셋>]" + +#. 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 "B<losetup> B<-d> I<루프장치> ..." + +#. 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 "B<losetup> B<-D>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "losetup - set up and control loop devices" +msgid "Set up a loop device:" +msgstr "losetup - 루프 장치를 설정, 제어한다." + +#. 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 "B<losetup> B<-c> I<루프장치>" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "설명" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| 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<loop_device> argument is given, the status of the " +#| "corresponding loop device is shown." +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 "" +"B<losetup>은 루프 장치를 정규 파일 또는 블럭 장치와 연결, 루프 장치와 분리, " +"루프 장치의 상태 파악을 하는데 사용된다. I<루프 장치> 인자만 줄 경우에 해당하" +"는 루프 장치의 상태를 보여준다." + +#. 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 "B<-a>, B<--all>" + +#. 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 "B<-d>, B<--detach> I<루프장치>..." + +#. 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 "B<-D>, B<--detach-all>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "detach the file or device associated with the specified loop device." +msgid "Detach all associated loop devices." +msgstr "특정 루프 장치와 연결된 파일 또는 장치를 루프 장치와 분리한다." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-f>, B<--find> [I<file>]" +msgstr "B<-f>, B<--find> [I<파일>]" + +#. 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 "B<--show>" + +#. 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 "B<-L>, B<--nooverlap>" + +#. 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 "B<-j>, B<--associated> I<파일> [B<-o> I<오프셋>]" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "detach the file or device associated with the specified loop device." +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 "B<-o>, B<--offset> I<오프셋>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "" +#| "the data start is moved I<offset> bytes into the specified file or device." +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 "지정한 파일이나 장치로 옮겨질 데이터의 시작 I<옵셋> 바이트" + +#. 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 +#, fuzzy +#| msgid "B<-v>, B<--version>" +msgid "B<-b>, B<--sector-size> I<size>" +msgstr "B<-v>, B<--version>" + +#. 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 "B<-c>, B<--set-capacity> I<루프장치>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "detach the file or device associated with the specified loop device." +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 "B<-P>, B<--partscan>" + +#. 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 "B<-r>, B<--read-only>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "losetup - set up and control loop devices" +msgid "Set up a read-only loop device." +msgstr "losetup - 루프 장치를 설정, 제어한다." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--direct-io>[B<=on>|B<off>]" +msgstr "B<--direct-io>[B<=on>|B<off>]" + +#. 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 "B<-v>, B<--verbose>" + +#. 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 "B<-l>, B<--list>" + +#. 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 +#, fuzzy +#| msgid "B<-o>, B<--output>=I<\\,FILE\\/>" +msgid "B<-O>, B<--output> I<column>[,I<column>]..." +msgstr "B<-o>, B<--output>=I<\\,파일\\/>" + +#. 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 "B<--output-all>" + +#. 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 "B<-n>, B<--noheadings>" + +#. 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 "B<--raw>" + +#. 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 "B<-J>, B<--json>" + +#. 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 +#, fuzzy, no-wrap +#| msgid "DESCRIPTION" +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 "B<LOOPDEV_DEBUG>=all" + +#. 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 "I</dev/loop[0..N]>" + +#. 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 "I</dev/loop-control>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "losetup - set up and control loop devices" +msgid "loop control device" +msgstr "losetup - 루프 장치를 설정, 제어한다." + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "dd if=/dev/zero of=/file bs=1k count=100\n" +#| "losetup -e des /dev/loop0 /file\n" +#| "Password:\n" +#| "Init (up to 16 hex digits):\n" +#| "mkfs -t ext2 /dev/loop0 100\n" +#| "mount -t ext2 /dev/loop0 /mnt\n" +#| " ...\n" +#| "umount /dev/loop0\n" +#| "losetup -d /dev/loop0\n" +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 "" +"dd if=/dev/zero of=/file bs=1k count=100\n" +"losetup -e des /dev/loop0 /file\n" +"Password:\n" +"Init (up to 16 hex digits):\n" +"mkfs -t ext2 /dev/loop0 100\n" +"mount -t ext2 /dev/loop0 /mnt\n" +" ...\n" +"umount /dev/loop0\n" +"losetup -d /dev/loop0\n" + +#. 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 "2022년 2월 14일" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "util-linux 2.37.4" + +#. 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 "B<-V>, B<--version>" + +#. 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 "B<-h>, B<--help>" + +#. 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 "LOOPDEV_DEBUG=all" |