How to partition properly when installing a linux system

王林
Release: 2020-02-14 17:30:10
Original
8499 people have browsed it

How to partition properly when installing a linux system

Generally it can be divided into these four areas:

1./swap logical partition swap partition memory size is 8G (mount point: swap space, equivalent to Memory stick in windows)

2./ Primary partition ext4 format size is 120~150G (mount point: EXT4 log file system, root directory, equivalent to the c drive in windows)

(Online video tutorial sharing: linux video tutorial)

3. /boot logical partition size is 500M~1G (mount point: EXT4 log file system, startup boot item, storage system Files required at startup)

4./home Logical partition Equivalent to my document The size is the remaining size (mount point: EXT4 log file system, user working directory, equivalent to Windows except C drive Other disks)

Recommended related tutorials: linux tutorial

The above is the detailed content of How to partition properly when installing a linux system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template