Linux mint disk partitioning

Manual disk partitioning guide for Linux Mint 17 KDE

This tutorial provides a handy, manual disk partitioning guide for the KDE edition of Linux Mint 17, which comes with an installer that has an interface that’s slightly different from that used on the Cinnamon, MATE and Xfce editions.

The installer has automatic and manual disk partitioning options, with support for UEFI systems, which means that the installer is able to create partitions based on an MBR or a GPT partitioning scheme. In the automated mode, there’s support for creating plain-vanilla (no encryption) LVM partitions, and also for encrypted LVM partitions.

If the 3-letter acronyms used so far are foreign to you, take a few moments and read Guide to disks and disk partitions in Linux and The Benefits of Using Linux Logical Volume Manager.

And while you are at it, you also need to download an installation image of Linux Mint 17 KDE, which is available here. After downloading it, you may burn it to a DVD or transfer it to a USB stick. Using a USB stick is recommended. See this forum post for how to get it done in Linux.

UEFI boot menu

Whether the installer creates MBR- or GPT-based partitions depends on what form of the installer you boot into. You can see the (two) options by accessing the computer’s boot menu. When you reboot the computer with the installation media in the optical drive or in a USB port, press the F key that will bring up the computer’s boot menu. It’s usually one of the high F keys. On my computer, it’s the F11 key. Accessing the boot menu allows you to choose what form of the installer to boot into. If your computer’s boot menu is anything like mine, you should see two entries for the installation media. One should start with USB: …, while the other should start with UEFI: …. Booting into the former will allow you to create partitions based on an MBR scheme, even on a computer with UEFI firmware, while booting into the latter will allow you to create partitions based on a GPT partitioning scheme.

Linux Mint KDE partition methods

In this tutorial, I’ll offer, where possible, a step-by-step on how to create partitions manually based on the different schemes – MBR, GPT and LVM. This screenshot shows the installer’s disk partitioning types or methods. All the partitioning schemes work very well in the automated options shown in this screenshot. However, not all are supported when creating partitions manually. Manual disk partitioning is made possible by the installer’s Advanced Partition Tool.

Linux Mint 17 KDE manual partition

To access the Advanced Partition Tool, you would select the Manual option as shown in this screenshot. The rest of this tutorial will show how to create partitions using the Advanced Partition Tool.

Linux Mint 17 KDE MBR partition

Create MBR Partitions Manually : Partitions of this type are created on older computers or on newer computers, that is, those with UEFI firmware, after booting into the non-UEFI form of the installer. This screenshot shows the list of partitions created by the installer’s automated mode. Just two partitions are created – one for the main (root) partition and another for Swap. When creating partitions manually, it might be necessary to create a separate partition for the boot program and its files, and also a separate one to house users’ home directories.

Читайте также:  Mint linux based on ubuntu

To create partitions manually, there has to be enough free space on the target hard drive. If there’s not going to be another operating system on the hard drive, delete any existing partitions to create the free space. If the Linux Mint 17 KDE installation is going to share the hard drive with another OS, like Windows 7 or Windows 8, you may have to shrink the Windows C drive to create enough free space. See How to resize or shrink a partition or the C drive in Windows 7.

Linux Mint 17 KDE manual partition

Once the free space is ready for use, select it and click on the Add button.

That should open the partition editor, shown in this screenshot. To demonstrate how to create the partitions, four will be created here. One each for the boot partition, the main (root) partition, the home partition, and a Swap partition. In the partition editor’s window, you need to specify a size, file system (chosen from the “Use as” menu) and a mount point.

Linux Mint 17 KDE create boot partition

For the boot partition, which should be mounted at /boot, a size of 250 MB should be more than enough. From the “Use as” menu, select Ext2 file system. That, by the way, is the default. Click OK.

Linux Mint 17 KDE create root partition

For the root partition, set the mount point to / and the file system to Ext4 journaling file system. For the size, 20 GB (20,000 MB) should be enough, considering that the minimum recommended is 9.2 GB. Click OK.

Linux Mint 17 KDE create home partition

For the home partition, set the mount point to /home, the file system the same as that for root, and a suitable size for the disk space OK.

Linux Mint 17 KDE create swap partition

For the Swap partition, the trend in Linux distributions is to allocate anywhere from 2 GB to 4 GB. On older, 32-bit systems, 2 GB should do. Select swap area from the “Use as” menu, then click OK.

Linux Mint 17 KDE MBR partition

Back to the main partitioning window, all the newly created partitions should be listed. That’s all it takes to create a custom set of partitions for Linux Mint 17 KDE using an MBR partitioning scheme.

Источник

Partitioning¶

If you are not familiar with the Linux naming scheme for devices and partitions, or the concept of filesystems and mount points, read:

Dedicated /home partition¶

In Linux, the /home directory is used to store user data and preferences.

This directory contains one subdirectoy for each user account. Say your username is john , your home directory is /home/john , your downloads are in /home/john/Downloads , your documents in /home/john/Documents , your Firefox bookmarks somewhere in /home/john/.mozilla and so on…

By giving /home its own dedicated partition, you separate the user data from the rest of the operating system.

The advantage is that you can wipe the operating system and replace it without affecting the user data.

Читайте также:  Принудительно синхронизировать время linux

When installing Linux Mint:

  1. Assign the / mount point to the partition dedicated to the operating system, and tell the installer to format it.
  2. Assign the /home mount point to the partition dedicated to the user data, and if it contains user data already, make sure to tell the installer not to format it.

This is not recommended for novice users. A misstep during the installation could wipe all your data. Always make backups, make sure to select the right partitions and to carefully review formatting options.

A Linux Mint operating system takes about 15GB and grows as you install additional software. If you can spare the size, give it 100GB. Keep most of your free space for the home partition. User data (downloads, videos, pictures) takes a lot more space.

© Copyright 2017, Linux Mint Revision d8fbd844 .

Versions latest Downloads pdf html epub On Read the Docs Project Home Builds Free document hosting provided by Read the Docs.

Источник

Разметка дисков¶

Если вы не знакомы со схемой именования устройств и разделов в Linux, а также понятием файловых систем и точек монтирования, прочтите:

Отдельный раздел /home¶

В Linux каталог /home используется для хранения данных и настроек пользователя.

Этот каталог содержит по одному подкаталогу для каждой учётной записи пользователя. Например, если ваше имя пользователя john , то ваш домашний каталог будет /home/john , каталог загрузок — /home/john/Downloads , документов — /home/john/Documents , а закладки Firefox будут храниться где-то в /home/john/.mozilla и так далее…

Выделив для /home отдельный раздел, вы сможете отделить пользовательские данные от остальных данных операционной системы.

Преимущество такого подхода заключается в том, что в дальнейшем вы сможете удалить операционную систему и заменить её на другую, сохранив в целости пользовательские данные.

  1. Назначьте точку монтирования / разделу для операционной системы и укажите программе установки выполнить его форматирование.
  2. Назначьте точку монтирования /home разделу для пользовательских данных и, если в нём уже содержатся данные, убедитесь, что вы указали программе установки не форматировать этот раздел.

Это не рекомендуется начинающим пользователям. Ошибочные действия во время установки могут привести к уничтожению всех ваших данных. Всегда делайте резервные копии, убедитесь в правильном выборе разделов и внимательно проверьте, что вы форматируете только те разделы, для которых это необходимо.

Операционная система Linux Mint занимает примерно 15 ГБ на диске, и этот объём увеличивается при установке дополнительных приложений. Если на диске хватает места, выделите для неё 100 ГБ. Оставьте также достаточно свободного пространства для раздела home. Данные пользователя (загрузки, видео, изображения) обычно занимают гораздо больше места, чем сама система.

© Copyright 2017, Linux Mint Revision d8fbd844 .

Versions latest Downloads pdf html epub On Read the Docs Project Home Builds Free document hosting provided by Read the Docs.

Источник

Linux mint disk partitioning

Здраствуйте, одолел вопрос как же правильно создать разделы для установки Linux Mint. Я прочитал некоторые статьи в интернете, но однозначного ответа в них нет. Например устанока по умолчанию, как я видел — ставит все в один раздел.

Может кто нибудь ответить на два вопроса начинающему:
1. Как же правильно создать разделы (и надо ли это вообще делать вручную) ?
2. Есть ли какие либо особенности, если линукс устанавливается рядом с Windows ?

Читайте также:  How to boot linux and windows

Надеюсь на ваши ответы, заранее спасибо, мне пока многое непонятно

Если комп домашний, и правда лучше всего подходит swap + / + /home.

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

/ — вся остальная система. упрощенно можешь считать аналогом диска С в винде. корень нужен системе всегда, это точка отсчета для других файлов и папок. но особенность файловой системы линукса позволяет любую папку смонтировать отдельным разделом. так же как и любой другой диск, образ CD или сетевой адрес она может смонтировать в любую папку

/home — и раз уж любую папку можно смонтировать отдельно раздел /home часто монтируют отдельно. можно считать аналогом папки пользователя из винды. она хранит все файлы конфигурации конкретного пользователя (все настройки ОС и приложений, не затрагивающие систему в целом) и все ваши файлы, с порно, музыкой, фотками, играми итд Смысл монтировать отдельно? чтобы в случае например переустановки ОС затереть саму ОС, но оставить нетронутыми (не форматировать /home) все ваши файлы.

Что касается остальных разделов, они чаще нужны отдельно для вариантов серверной установки, а не на домашний комп. Но для общего развития.

/boot — содержит загрузчик ОС и образы ядра системы. Фактически отсюда начинается работа системы после включения. Некоторые создают его отдельно, но не могут объяснить зачем В современных реалиях имхо не нужно.

/mnt/blablabla, /media/blablabla — где blablabla имена неких смонтированых папок. Система их как правило использует для монтирования внешних ресурсов. Например флешек, CD-ROM’ов, разделов винды, других разделов на жестком или других жестких дисков, сетевых ресурсов типа общих папок винды итд итп.

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

/var — часто изменяемые файлы. как правило сюда пишутся различные серверы, а так же логи системы. имеет смысл создавать отдельно если под этот раздел нужно овер дофига места. например при размещении в /var своего веб-сервера, базы данных, фтп или любого другого сервиса.

/usr — нечто вроде папки program files из винды. содержит в основном установленные программы. часто для отдельного монтирования имеют ввиду /usr/local — это упрощенно все то что будет установлено вами уже после установки ОС.

остальные разделы корня как правило отдельно не монтируют. иногда в этом нет смысла, иногда после такой шутки может не стартануть система к примеру только имея стальные яйца и пустую голову стоит отдельно выносить раздел /dev — содержащий файлы устройств. вероятность что система после этого не загрузится очень велика

Источник

Оцените статью
Adblock
detector