# 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:45+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 "MKSWAP" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-05-11" 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 "mkswap - set up a Linux swap area" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [options] I [I]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "B sets up a Linux swap area on a device or in a file." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The I argument will usually be a disk partition (something like I) but can also be a file. The Linux kernel does not look at " "partition IDs, but many installation scripts will assume that partitions of " "hex type 82 (LINUX_SWAP) are meant to be swap partitions. (B)" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The I parameter is superfluous but retained for backwards " "compatibility. (It specifies the desired size of the swap area in 1024-byte " "blocks. B will use the entire partition or file if it is omitted. " "Specifying it is unwise - a typo may destroy your disk.)" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "After creating the swap area, you need the B(8) command to start " "using it. Usually swap areas are listed in I so that they can be " "taken into use at boot time by a B command in some boot script." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "WARNING" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The swap header does not touch the first block. A boot loader or disk label " "can be there, but it is not a recommended setup. The recommended setup is to " "use a separate partition for a Linux swap area." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B, like many others mkfs-like utils, B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "However, B refuses to erase the first block on a device with a disk " "label (SUN, BSD, ...)." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-c>, B<--check>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Check the device (if it is a block device) for bad blocks before creating " "the swap area. If any bad blocks are found, the count is printed." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-f>, B<--force>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Go ahead even if the command is stupid. This allows the creation of a swap " "area larger than the file or partition it resides on." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Also, without this option, B will refuse to erase the first block on " "a device with a partition table." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-q>, B<--quiet>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Suppress output and warning messages." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-L>, B<--label> I