Manjaro Difference between revisions of "Partitioning Overview and Existing Partition Tables/ru"

Difference between revisions of "Partitioning Overview and Existing Partition Tables/ru"

From Manjaro
(Created page with "* Условное обозначение дисков и разделов: sd '''[буква жесткого диска] [номер раздела]'''. Например, п...")
(Created page with "* В отличие от Windows (которая требует наличия первичного раздела специально для загрузки), систем...")
Line 34: Line 34:
* Условное обозначение дисков и разделов: sd '''[буква жесткого диска] [номер раздела]'''. Например, первый (или единственный) жесткий диск, подключенный к вашей системе, будет указан как sd'''a''', второй sd'''b''' и так далее. Что касается разделов, sda'''1''' будет первым разделом первого жесткого диска, sda''''2''' - вторым и так далее. Логические разделы всегда начинаются с '5'.
* Условное обозначение дисков и разделов: sd '''[буква жесткого диска] [номер раздела]'''. Например, первый (или единственный) жесткий диск, подключенный к вашей системе, будет указан как sd'''a''', второй sd'''b''' и так далее. Что касается разделов, sda'''1''' будет первым разделом первого жесткого диска, sda''''2''' - вторым и так далее. Логические разделы всегда начинаются с '5'.


* Unlike Windows (which requires that there is a primary partition specifically to boot), Linux systems such as Manjaro have no specific requirements for the use of Primary or Logical Partitions. For example, Manjaro may be installed using all Primary Partitions, all Logical Partitions, or a mixture of the two.
* В отличие от Windows (которая требует наличия первичного раздела специально для загрузки), системы Linux, такие как Manjaro, не имеют особых требований к использованию первичных или логических разделов. Например, Manjaro может быть установлена с использованием всех первичных разделов, всех логических разделов или их смеси.


* Although the assisted preparation method creates separate partitions for the GRUB (Boot), virtual memory (Swap), Manjaro operating system (Root), and personal files (Home), this is an entirely optional set up. For example, the Boot, Root, and Home partitions can be easily combined into a single partition. This is the case with other popular distributions such as Mint.
* Although the assisted preparation method creates separate partitions for the GRUB (Boot), virtual memory (Swap), Manjaro operating system (Root), and personal files (Home), this is an entirely optional set up. For example, the Boot, Root, and Home partitions can be easily combined into a single partition. This is the case with other popular distributions such as Mint.

Revision as of 18:47, 29 January 2023

Other languages:
English • ‎français • ‎русский

Обзор

В Manjaro используется текстовый инструмент для разметки диска под названием cfdisk. Выбор способа ручной разметки жесткого диска в значительной степени зависит от личных предпочтений. Тем не менее, мы предоставили некоторые рекомендации, особенно для новичков, желающих вручную разбить свой жесткий диск. Разбивка (то есть разделение) жесткого диска при установке операционной системы может производиться по нескольким причинам. Наиболее распространенные примеры включают:

  • Соответствие требованиям некоторых операционных систем, например, Windows, которая требует как минимум два раздела: один для загрузки, другой для самой Windows.
  • Возможность установки нескольких операционных систем на один жесткий диск.
  • Разделение частей жесткого диска для определенных целей, например, для загрузки или для использования в качестве виртуальной памяти или Swap, а также
  • Разделение частей жесткого диска для хранения определенных типов файлов: системных, личных и так далее.


Первичные и логические разделы

There are two types of partition that may be used to divide a hard disk. These are Primary Partitions and Logical Partitions. Primary partitions are a throwback to the early days of computing, and only allow for a hard disk to be divided into a maximum of four parts, for example, you can have a maximum of four primary partitions, or three primaries and one extended partition which may contain several Logical partitions depending upon the architecture. They are, in essence, a way of further sub-dividing one primary partition into logical partitions is known as an Logical partitions. For example:

  • sda1 = 1st Primary
  • sda2 = 2nd Primary
  • sda3 = 3rd Primary
  • sda4 = 4th Extended Primary Partition (not actually usable as such)
    • sda5 = 5th Logical
    • sda6 = 6th Logical
    • sda7 = 7th Logical
    • sda8 = 8th Logical
    • and so on, depending upon your disk space and needs.

Хотя максимальное количество первичных разделов на любом диске - 4, с помощью логических разделов диск IDE можно разделить на чуть более 60 разделов, а диск SCSI - более чем на дюжину. Ниже приведен простой пример использования логических разделов для разделения жесткого диска на восемь частей:

Partitions.png
(courtesy of LinuxQuestions.org)


Соглашения и рекомендации

  • Условное обозначение дисков и разделов: sd [буква жесткого диска] [номер раздела]. Например, первый (или единственный) жесткий диск, подключенный к вашей системе, будет указан как sda, второй sdb и так далее. Что касается разделов, sda1 будет первым разделом первого жесткого диска, sda'2 - вторым и так далее. Логические разделы всегда начинаются с '5'.
  • В отличие от Windows (которая требует наличия первичного раздела специально для загрузки), системы Linux, такие как Manjaro, не имеют особых требований к использованию первичных или логических разделов. Например, Manjaro может быть установлена с использованием всех первичных разделов, всех логических разделов или их смеси.
  • Although the assisted preparation method creates separate partitions for the GRUB (Boot), virtual memory (Swap), Manjaro operating system (Root), and personal files (Home), this is an entirely optional set up. For example, the Boot, Root, and Home partitions can be easily combined into a single partition. This is the case with other popular distributions such as Mint.
  • Separating or combining partitions is where personal preference comes in. Each set-up will have its own advantages and disadvantages. For example, separating Boot, Root and Home has the advantage of easily backing up and/or repairing problems without affecting anything else. A disadvantage is the potential to run out of pre-allocated space for a partition (e.g. the Root), even if ample space is available on the hard disk itself.
  • Although allocating a swap partition is itself entirely optional, it is still strongly recommended that you do so, particularly if you wish to use hibernate or suspend functions, as these will require use of a swap partition. Manjaro should therefore be installed using a minimum of two partitions.
  • Unless you know exactly what you are doing, the size of the swap partition should be the same as the amount of RAM your system is using (e.g. 2 gigabytes of space would be allocated to a swap partition if using 2 gigabytes of memory).
  • However you decide to partition your hard disk, almost any of them can be designated as a bootable partition and contain the GRUB. The exception is the swap partition.
  • Two Linux operating systems installed on the same system can share the same GRUB and Swap Partition; they don't need one each.


Где используется существующая таблица разделов Linux

It is worthwhile noting that the Manjaro installer will not overwrite a Home folder if it contains an existing username. As a consequence, the pre-installed desktop environment will lose its Manjaro configurations, and revert back to its basic ('vanilla') settings. In order to restore the Manjaro configuration settings, having booted into the freshly installed system, it will be necessary to enter the following command in your terminal:

cp -a /etc/skel/. /home/[username]


For example, for an account called carl, the following command would be entered:

cp -a /etc/skel/. /home/carl


Once complete, it will then be necessary to ensure that you have full ownership of the Home folder by entering the following command:

chown -R [username] /home/[username]


For example, for the same account called carl, the following command would be entered:

chown -R carl /home/carl

Смотрите также

Cookies help us deliver our services. By using our services, you agree to our use of cookies.