$ fdisk /dev/sda
Command (m for help):  d //パーティション削除
Command (m for help):  n //パーティション作成
Partition type
   p   primary partition (1-4)
   e   extende
p //pをタイプ（基本領域で作成）
Partition number (1-4): 1 //パーティション番号を入力
First sector (62-15433727, default 62):  //パーティションのスタートブロックを指定，無入力Enterでデフォルト値
Using default value 62
Last sector or +size{,K,M,G,T} (62-15433727, default 15433727): 12346981 //パーティションのエンドブロックを指定，全体の8割を割当て

Command (m for help): n //パーティション作成
Partition type
   p   primary partition (1-4)
   e   extende
p //基本領域で作成
Partition number (1-4): 2 //パーティション番号を入力
First sector (12346982-15433727, default 12346982): //スタートブロックを指定，無入力Enterでデフォルト値
Using default value 12346982 
Last sector or +size{,K,M,G,T} (12346982-15433727, default 15433727): //エンドブロックを指定，無入力でデフォルト値（残りの領域を全て割当て）
Using default value 15433727

Command (m for help): w //編集内容を保存
The partition table has been altered.
Calling ioctl() to re-r[  825.351691]  sda: sda1 sda2
 [  825.369532]  sda: sda1 sda2
