diff options
Diffstat (limited to 'ru/doPartitionDisks.html')
-rw-r--r-- | ru/doPartitionDisks.html | 107 |
1 files changed, 82 insertions, 25 deletions
diff --git a/ru/doPartitionDisks.html b/ru/doPartitionDisks.html index ac693c7..43ce9cc 100644 --- a/ru/doPartitionDisks.html +++ b/ru/doPartitionDisks.html @@ -22,22 +22,6 @@ </div> </div> </div> - - - - - - - - - - - - - - - - @@ -112,11 +96,10 @@ </p> - <p>Если будет выбран этот вариант, средство установки покажет остальные раздела - Windows голубым цветом, а будущий раздел с Mageia - темно-синим. Размеры - разделов будут указаны под ними. Вы можете изменить эти разделы - перетаскиванием риски между ними с помощью указателя мыши. См. приведенный - ниже снимок экрана. + <p>With this option, the installer displays the remaining Windows partition in + light blue and the future Mageia partition in dark blue with their intended + sizes just under. You have the possibility to adapt these sizes by clicking + and dragging the gap between both partitions. See the screen-shot below. </p> @@ -151,7 +134,6 @@ </li> </ul> </div> - <p> </p> <div class="itemizedlist"> <ul class="itemizedlist"> <li class="listitem"> @@ -169,6 +151,81 @@ </div> + <p><span class="bold"><strong>Partitions sizing:</strong></span></p> + + + <p>The installer will share the available place out according to the following + rules: + </p> + + + <div class="itemizedlist"> + <ul class="itemizedlist"> + <li class="listitem"> + + <p>If the total available place is lower than 50 GB, only one partition is + created for /, there is no separate partition for /home. + </p> + + </li> + <li class="listitem"> + + <p>If the total available place is over 50 GB, then three partitions are + created + </p> + + + <div class="itemizedlist"> + <ul class="itemizedlist"> + <li class="listitem"> + + <p>6/19 of the total available place is allocated to / with a maximum of 50 GB</p> + + </li> + <li class="listitem"> + + <p>1/19 is allocated to swap with a maximum of 4 GB</p> + + </li> + <li class="listitem"> + + <p>the rest (at least 12/19) is allocated to /home</p> + + </li> + </ul> + </div> + + </li> + </ul> + </div> + + + <p>That means that from 160 GB and over of available place, the installer will + create three partitions: 50 GB for /, 4 GB for swap and the rest for /home. + </p> + + + <div class="note" title="Замечание" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Замечание]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>If you are using an UEFI system, the ESP (EFI System Partition) will be + automatically detected, or created if it does not exist yet, and mounted on + /boot/EFI. The "Custom" option is the only one that allows to check it has + been correctly done + </p> + + </td> + </tr> + </table> + </div> + + <div class="warning" title="Внимание" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Warning"> <tr> @@ -184,14 +241,14 @@ надлежащее тестирование программы для разделения диска на разделы на таких дисках не выполнялось. Советуем вам выполнить разделение такого диска на разделы с помощью альтернативной специализированной программы, например - gparted с такими параметрами: + gparted с такими параметрами: </p> - <p>«Выровнять по» «МиБ» </p> + <p>«Выровнять по» «МиБ»</p> - <p>«Свободное место до (МиБ)» «2» </p> + <p>«Свободное место до (МиБ)» «2»</p> <p>Также следует создавать разделы только с чётным размером в мегабайтах.</p> |