Penguin
Diff: PartitioningSuggestions
EditPageHistoryDiffInfoLikePages

Differences between version 5 and predecessor to the previous major change of PartitioningSuggestions.

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

Newer page: version 5 Last edited on Friday, June 17, 2005 9:09:37 pm by PeterHewett Revert
Older page: version 4 Last edited on Friday, December 3, 2004 1:56:55 pm by AristotlePagaltzis Revert
@@ -1,13 +1,17 @@
 If you a looking for a tool to re-partition a drive that is already in use (and you don't want to lose the data on the partitions), you could use the proprietary (but very good) ~PartitionMagic, or the [Free] tool parted(8). 
  
 For a thorough explanation of partitioning, read the [Linux Partition HOWTO | http://www.tldp.org/HOWTO/Partition/]. 
  
-You may also want to read a [mini howto on swap | http://www.xenotime.net/linux/swap-mini-howto.txt] someone wrote. 
+You may also want to read a [mini howto on swap | http://www.xenotime.net/linux/doc /swap-mini-howto.txt] someone wrote. 
  
 ---- 
  
-Here are some recommendations for your drive partitioning scheme: 
+You can set up partitioning as complicated or as simple as you like. The simplest setup is a swap partition (size as twice your RAM up to about 1GB) and the rest of the drive as a single partition mounted on / .  
+  
+----  
+  
+ Here are some other recommendations for your drive partitioning scheme: 
  
 __<tt>hda1</tt>: <tt>/boot</tt> (32-64MB)__: 
  
  Historically [LILO] could not read past 1024 cylinders, so people created their first or second partition as <tt>/boot</tt>.