Manjaro Difference between revisions of "Translations:Fstab/4/ru"

Difference between revisions of "Translations:Fstab/4/ru"

From Manjaro
Line 3: Line 3:
  # /etc/fstab: статическая информация о файловой системе.
  # /etc/fstab: статическая информация о файловой системе.
  # <file system>                          <mount point>  <type>  <options>                    <dump>  <pass>
  # <file system>                          <mount point>  <type>  <options>                    <dump>  <pass>
# <файловая система>                      <точка монт-я> <тип>  <опции>                      <дамп>  <проход>
  LABEL=ESP                                 /boot/efi     vfat   umask=0077                         0       2
  LABEL=ESP /boot/efi vfat umask=0077 0 2
  /dev/sda5                                 /             ext4   defaults,noatime,discard           0       1
  /dev/sda5 / ext4 defaults,noatime,discard 0 1
  UUID=18360b04-a96d-4a99-8323-b07717f36a31 none          swap       defaults,discard=pages            0       0
  UUID=18360b04-a96d-4a99-8323-b07717f36a31 swap swap defaults,noatime,discard 0 0
  UUID=b4108631-e051-48d8-b2ff-a1d924a893f1 /home         ext4   defaults,noatime,discard           0       2
  UUID=b4108631-e051-48d8-b2ff-a1d924a893f1 /home ext4 defaults,noatime,discard 0 2
  UUID=634E43D367B0A4B1                     /run/media/data    ntfs-3g noauto,x-systemd.automount,x-systemd.device-timeout=10,rw,inherit,permissions,streams_interface=windows,windows_names,compression,norecover,hide_dot_files,hide_hid_files,big_writes 0 2
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  UUID=634E43D367B0A4B1 /media/Data ntfs-3g noauto,x-systemd.automount,x-systemd.device-timeout=10,rw,inherit,permissions,streams_interface=windows,windows_names,compression,norecover,hide_dot_files,hide_hid_files,big_writes 0 2

Revision as of 06:34, 20 September 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Fstab)
= Example File =
Each line in the file describes a filesystem, and contain fields (specified in columns) used to provide information about its mountpoint, the options which should be used when mounting it etc. Each field can be separated from one another either by spaces or tabs:
 # /etc/fstab: static file system information.
 # <file system>                          <mount point>  <type>  <options>                    <dump>  <pass>
 LABEL=ESP                                /boot/efi      vfat    umask=0077                        0      2
 /dev/sda5                                /              ext4    defaults,noatime,discard          0      1
 UUID=18360b04-a96d-4a99-8323-b07717f36a31 none          swap      defaults,discard=pages            0      0
 UUID=b4108631-e051-48d8-b2ff-a1d924a893f1 /home          ext4    defaults,noatime,discard          0      2
 UUID=634E43D367B0A4B1                    /run/media/data    ntfs-3g noauto,x-systemd.automount,x-systemd.device-timeout=10,rw,inherit,permissions,streams_interface=windows,windows_names,compression,norecover,hide_dot_files,hide_hid_files,big_writes 0 2

Пример файла

Каждая строка файла описывает файловую систему и содержит поля (указанные в колонках), используемые для предоставления информации о ее точке монтирования, опциях, которые должны быть использованы при монтировании и т.д. Каждое поле должно быть отделено друг от друга пробелами или символами табуляции:

# /etc/fstab: статическая информация о файловой системе.
# <file system>                           <mount point>  <type>  <options>                     <dump>  <pass>
LABEL=ESP                                 /boot/efi      vfat    umask=0077                         0       2
/dev/sda5                                 /              ext4    defaults,noatime,discard           0       1
UUID=18360b04-a96d-4a99-8323-b07717f36a31 none           swap       defaults,discard=pages             0       0
UUID=b4108631-e051-48d8-b2ff-a1d924a893f1 /home          ext4    defaults,noatime,discard           0       2
UUID=634E43D367B0A4B1                     /run/media/data    ntfs-3g noauto,x-systemd.automount,x-systemd.device-timeout=10,rw,inherit,permissions,streams_interface=windows,windows_names,compression,norecover,hide_dot_files,hide_hid_files,big_writes 0 2
Cookies help us deliver our services. By using our services, you agree to our use of cookies.