Content deleted Content added
Tags: Mobile edit Mobile web edit |
m Reverted 1 edit by 95.55.195.91 (talk) to last revision by Codename Lisa. |
||
Line 6:
==Common definition==
In context of every operating system, save those developed by [[Microsoft]], the system partition and the boot partition are defined as follows:
*The ''boot partition'' is a [[primary partition]] that contains the [[boot loader]], a piece of software responsible for [[booting]] the [[operating system]]. For example, in the standard [[Linux]] directory layout ([[Filesystem Hierarchy Standard]]), boot files (such as the [[Linux kernel|kernel]], [[initrd]], and boot loader [[GRUB]]) are
*The ''system partition'' is the disk partition that contains the operating system folder, known as the ''system root''. By default, in Linux, operating system files are mounted at <code>/</code> (the [[root directory]]).
|