スロット9(CPU/IOモジュール1のスロット0)に対しても、同様の手順でパーティションを作成してください。
ただし、追加するパーティションサイズ及び配置は同じでなければいけません。
<<< fdiskコマンドを起動し、コマンド"p"を入力してパーティション状態を
確認します >>>
# fdisk /dev/sda
Command (m for help): p ----------------------------------------- (*2)
Disk /dev/sda: 73.2 GB, 73200476160 bytes
255 heads, 63 sectors/track, 8899 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optical): 512 bytes / 512 bytes
Disk identifier: 0x000279e0
Device Boot Start End Blocks Id System
/dev/sda1 * 1 33 262144 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sda2 34 4210 33551752+ fd Linux raid autodetect
/dev/sda3 4211 6168 15727635 fd Linux raid autodetect
/dev/sda4 6169 6951 21936757+ 5 Extended
/dev/sda5 6169 6951 6289416 fd Linux raid autodetect
<<< 追加パーティション(/dev/sda6)をコマンド "n"で作成し、
コマンド "t"でIdを"fd(Linux raid自動検出)"に変更します >>>
Command (m for help): n ----------------------------------------- (*3)
First cylinder (6952-8899, default 6952): <Enter>
Using default value 6952
Last cylinder, +cylinders or +size{K,M,G} (6952-8899, default 8899):
+4096M
Command (m for help): t ----------------------------------------- (*5)
Partition number (1-6): 6 --------------------------------------- (*6)
Hex code (type L to list codes): fd ----------------------------- (*7)
Changed system type of partition 6 to fd (Linux raid autodetect)
Command (m for help): p ----------------------------------------- (*8)
(中略)
/dev/sda6 6952 7450 4008186 fd Linux raid autodetect
<<< コマンド"w"を入力してパーティション情報を保存します >>>
Command (m for help): w ---------------------------------------- (*9)
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device
or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
<<< fdiskコマンドを起動し、コマンド"u"を入力してセクタ単位での操作に
変更します >>>
# fdisk /dev/sda
Command (m for help): u ----------------------------------------- (*1)
Changing display/entry units to sectors
<<< コマンド"p"を入力してパーティション状態を確認します >>>
Command (m for help): p ----------------------------------------- (*2)
Disk /dev/sda: 200.0 GB, 200000000000 bytes
255 heads, 63 sectors/track, 24315 cylinders, total 390625000 sectors
Units = sector of 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optical): 4096 bytes / 4096 bytes
Disk identifier: 0x000a3934
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1050623 524288 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sda2 1050624 51382271 25165824 fd Linux raid autodetect
/dev/sda3 51382272 55576575 2097152 fd Linux raid autodetect
/dev/sda4 55576576 390623231 167523328 5 Extended
/dev/sda5 55580672 89135103 16777216 fd Linux raid autodetect
<<< 追加パーティション(/dev/sda6)をコマンド "n"で作成し、
コマンド "t"でIdを"fd(Linux raid自動検出)"に変更します >>>
Command (m for help): n ----------------------------------------- (*3)
First sector (55576639-3906249991, default 55576640): 89139200 -- (*4)
Last sector, +sectors or +size{K,M,G} (89139200-390623231, default
390623231): +4096M
Command (m for help): t ----------------------------------------- (*5)
Partition number (1-6): 6 --------------------------------------- (*6)
Hex code (type L to list codes): fd ----------------------------- (*7)
Changed system type of partition 6 to fd (Linux raid autodetect)
Command (m for help): p ----------------------------------------- (*8)
(中略)
/dev/sda6 89139200 97527807 4194304 fd Linux raid autodetect
<<< コマンド"w"を入力してパーティション情報を保存します >>>
Command (m for help): w ----------------------------------------- (*9)
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device
or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.