Content deleted Content added
The page is fine for now, continual updates are necessarily for technological changes. |
→Microsoft definition: Marked one source as "dead." Deleted a recently added unreferenced statement. |
||
(36 intermediate revisions by 22 users not shown) | |||
Line 1:
{{Short description|Computing terms for disk partitions}}
{{Redirect-distinguish|System partition|EFI
{{Redirect-distinguish|Boot partition|BIOS boot partition}}
The '''system partition''' and the '''boot partition''' (also known as the '''system volume''' and the '''boot volume''') are computing terms for [[disk partition]]s of a [[hard disk drive]] or [[solid-state drive]] that must exist and be properly configured for a computer to operate. There are two different definitions for these terms: the common definition and the [[Microsoft]] definition.
==Common definition==
In
* The ''boot partition'' is a [[primary partition]] that contains the [[boot loader]], a piece of software responsible for [[booting]] the
* 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
▲*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>
▲*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 the <code>/</code>([[root directory]]).
In Linux
==Microsoft definition==
Since [[Windows NT 3.1]] (the first version of Windows NT),<ref>{{cite web|url=https://support.microsoft.com/en-us/kb/100525|title=Definition of System and Boot Partition|date=20 February 2007|website=Support|publisher=[[Microsoft]]|archive-url=https://web.archive.org/web/20160313090403/https://support.microsoft.com/en-us/kb/100525|archive-date=13 March 2016|url-status=dead}}</ref> Microsoft has defined the terms as follows:
* The ''system partition'' (or system volume)<ref name=":1">{{Cite web|url=https://support.microsoft.com/en-us/help/314470/definitions-for-system-volume-and-boot-volume|title=Definitions for system volume and boot volume|date=29 October 2009|website=Support|publisher=[[Microsoft]]|archive-url=https://web.archive.org/web/20170913184351/https://support.microsoft.com/en-us/help/314470/definitions-for-system-volume-and-boot-volume|archive-date=2017-09-13|url-status=dead}}</ref> is a primary partition that contains the boot loader, a piece of software responsible for booting the operating system.<ref name=":0">{{cite book|title=Microsoft Encyclopedia of Networking|last2=Tulloch|first2=Ingrid|publisher=[[Microsoft Press]]|year=2002|isbn=0-7356-1378-8|edition=2nd|___location=Redmond, WA|first1=Mitch|last1=Tulloch}}</ref>{{Rp|1087}} This partition holds the [[boot sector]] and is marked active.<ref name=winternals5>{{cite book|last1=Russinovich|first1=Mark E|last2=Ionescu|first2=Alex|last3=Solomon|first3=David A|title=Windows Internals|year=2008|publisher=Microsoft Press|___location=Redmond, WA|isbn=978-0-7356-2530-3|edition=5th}}</ref>{{rp|970}}
* The ''boot partition'' (or boot volume)<ref name=":1" /> is the disk partition that contains the operating system folder, known as the ''system root'' or <code>%systemroot%</code> in [[Windows NT]].<ref name=":0" />{{Rp|174}}
Before [[Windows
==See also==
* [[
* [[Windows
* [[Windows
* [[Windows Vista startup process]]
* [[
==References==
{{Reflist}}{{Firmware and booting}}
[[Category:Windows Administration]]▼
[[Category:Booting]]
[[Category:
|