Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mac-fdisk [2013/02/15 20:26]
mac-fdisk [2013/02/15 20:26] (current)
Line 1: Line 1:
 +====== mac-fdisk ======
  
 +  * [[PowerMac G5]]
 +
 +  * [[http://​www.alaska.net/​~erbenson/​doc/​mac-fdisk-basics.txt|mac-fdisk basics]]
 +
 +You can use mac-fdisk to create partitions. ​ When doing so, you'll need to know the exact blocks a device has.
 +
 +List partitions:
 +
 +<​code>​
 +mac-fdisk -l
 +</​code>​
 +
 +When creating a new partition, if you don't want to use start / stop blocks, use <​partition number>​p.
 +
 +For example, 2nd partition: start 2p, finish 2p to use all the remaining space.