System partition and boot partition: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: isbn. Add: date, author pars. 1-1. Removed parameters. Some additions/deletions were actually parameter name changes. Upgrade ISBN10 to ISBN13. | You can use this bot yourself. Report bugs here. | Suggested by Wikiminds34 | Category:Windows administration | via #UCB_Category 133/153
Use a less-overloaded term
Line 5:
 
==Common definition==
In context of every operating system, saveexcept 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 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=978-0-07-164368-9|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 |last1=Andrews |first1=Jean |first2=James |last2=Chellis |title=A+ Guide to Software |date=13 August 2012 |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 the ''system root''. By default, in Linux, operating system files are mounted at <code>/</code> (the [[root directory]]).