Penguin

Differences between current version and previous revision of Partition.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Sunday, July 10, 2005 4:39:41 pm by PeterHewett
Older page: version 3 Last edited on Wednesday, June 22, 2005 9:39:13 am by DanielLawson Revert
@@ -1,9 +1,9 @@
 A 'slice' of your HardDisk. (In fact, in some OS's like [BSD], partitions are called slices.) Once you have a partition it appears to the OperatingSystem as a different hard disk you have to put a FileSystem on top of it. 
  
 In older terms, think of it like breaking your hard disk into a C: and a D: drive. Then, you can do anything you want on your D: drive, even format it, and still have all the information on your C: drive. (Thankfully Linux doesn't use DriveLetters and even Windows is moving away from it.) 
  
-If you have one hard disk and want a DualBooting system, you will need to arrange your hard disk into two or more partitions. 
+If you have one hard disk and want a DualBooting system, you will need to arrange your hard disk into two or more partitions. See PartitioningSuggestions
  
 In Linux, partitions are managed with fdisk(8) or one of the newer utils like cfdisk(8). 
  
 If you have a volume larger than about 2 terabytes, you need to use [GPT] rather than the normal IBM PC / MSDOS partition table.