Content deleted Content added
Reverted to revision 689835337 by 77.254.55.45 (talk): Reverted to the last known good version. Too many problems to fix. |
Reverted to revision 688928627 by LittleWink (talk): Reverted to an even older version. Sourced informations were removed and original research is inserted instead! |
||
Line 2:
{{Redirect-distinguish|Boot partition|BIOS boot partition}}
'''System partition''' and '''boot partition''' are computing terms for [[disk partition]]s of a [[hard disk drive]] that must exist and be properly configured for a system to operate correctly. There are two different definitions for these terms:
==
In context of
*The ''boot partition'' is a [[primary partition]] that contains the [[boot loader]], a piece of software responsible for booting the OS. 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 mounted at <code>/boot/</code>.<ref>{{cite book|last=Petersen|first=Richard|title=Ubuntu The Complete Reference|year=2009|publisher=McGraw-Hill|___location=New York|isbn=0-07-164368-0|page=473|chapter=Chapter 21: Basic System Administration}}</ref> Despite Microsoft's radically different definition (see below), System Information, a utility app included in [[Windows NT]] family of operating systems refers to it as "boot device".<ref>{{cite book |last=Andrews |first=Jean |first2=James |last2=Chellis |title=A+ Guide to Software |publisher=Cengage Learning |isbn=9781285414980 |page=21 |edition=6th}}</ref><ref>{{cite book |last=Donald |first=Lisa |title=MCSA / MCSE: Windows Server 2003 Environment Management and Maintenance Study Guide: Exam 70-290 |publisher=John Wiley & Sons |isbn=9780470327616 |pages=116–117 |edition=2nd |date=2008}}</ref>
*The ''system partition'' is the disk partition that contains the [[operating system]] folder, known as ''system root''. By default, in Linux, operating system files are mounted at <code>/</code> (the [[root directory]]).
In Linux, a single partition can be both a boot and a system partition if both <code>/boot/</code> and root directory are in the same partition.
==
*The ''system partition'' is a primary partition that contains the boot
*The ''boot
A single partition may be both a system and a boot partition. In case they are separate, however, the boot partition does not contain the boot software and the system partition does not have the system root.<ref name=winternals5 />{{rp|971}}
|