# 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 "MOUNT" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-08-04" 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 "mount - mount a filesystem" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [B<-h>|B<-V>]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [B<-l>] [B<-t> I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<-a> [B<-fFnrsvw>] [B<-t> I] [B<-O> I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [B<-fnrsvw>] [B<-o> I] I|I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B [B<-fnrsvw>] [B<-t> I] [B<-o> I] I" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<--bind>|B<--rbind>|B<--move> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B B<--make->[B|B|B|B|B|" "B|B|B] I" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "All files accessible in a Unix system are arranged in one big tree, the file " "hierarchy, rooted at I. These files can be spread out over several " "devices. The B command serves to attach the filesystem found on some " "device to the big file tree. Conversely, the B(8) command will " "detach it again. The filesystem is used to control how data is stored on the " "device or provided in a virtual way by network or other services." msgstr "" #. type: Plain text #: debian-bookworm msgid "The standard form of the B command is:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "This tells the kernel to attach the filesystem found on I (which is " "of type I) at the directory I. The option B<-t> I is " "optional. The B command is usually able to detect a filesystem. The " "root permissions are necessary to mount a filesystem by default. See section " "\"Non-superuser mounts\" below for more details. The previous contents (if " "any) and owner and mode of I become invisible, and as long as this " "filesystem remains mounted, the pathname I refers to the root of the " "filesystem on I." msgstr "" #. type: Plain text #: debian-bookworm msgid "If only the directory or the device is given, for example:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "then B looks for a mountpoint (and if not found then for a device) in " "the I file. It\\(cqs possible to use the B<--target> or B<--" "source> options to avoid ambiguous interpretation of the given argument. For " "example:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The same filesystem may be mounted more than once, and in some cases (e.g., " "network filesystems) the same filesystem may be mounted on the same " "mountpoint multiple times. The B command does not implement any " "policy to control this behavior. All behavior is controlled by the kernel " "and it is usually specific to the filesystem driver. The exception is B<--" "all>, in this case already mounted filesystems are ignored (see B<--all> " "below for more details)." msgstr "" #. type: SS #: debian-bookworm #, no-wrap msgid "Listing the mounts" msgstr "" #. type: Plain text #: debian-bookworm msgid "The listing mode is maintained for backward compatibility only." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "For more robust and customizable output use B(8), B. Note that control characters in the mountpoint name are " "replaced with \\(aq?\\(aq." msgstr "" #. type: Plain text #: debian-bookworm msgid "The following command lists all mounted filesystems (of type I):" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [B<-l>] [B<-t> I]" msgstr "" #. type: Plain text #: debian-bookworm msgid "The option B<-l> adds labels to this listing. See below." msgstr "" #. type: SS #: debian-bookworm #, no-wrap msgid "Indicating the device and filesystem" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Most devices are indicated by a filename (of a block special device), like " "I, but there are other possibilities. For example, in the case of " "an NFS mount, I may look like I." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The device names of disk partitions are unstable; hardware reconfiguration, " "and adding or removing a device can cause changes in names. This is the " "reason why it\\(cqs strongly recommended to use filesystem or partition " "identifiers like UUID or LABEL. Currently supported identifiers (tags):" msgstr "" #. type: Plain text #: debian-bookworm msgid "LABEL=I