Linux オペレーティング・システムが稼働する Intel ホストを DS6000™ に接続するには、DS6000 上に Linux ファイル・システムを作成する必要があります。 また、fdisk ユーティリティーを使用して、ご使用の Linux ホスト用に、DS6000 ディスクをパーティション化することもできます。
DS6000上のストレージ・スペースをパーティション化する場合、ファイル・システムを作成する前に fdsik ユーティリティーを使用してディスクをパーティション化する必要があります。
fdisk を実行するときは、パーティション化するディスクの特殊装置ファイルを指定する必要があります。 図 1 に、fdisk ユーティリティーのさまざまなオプションの例を示します。
# fdisk /dev/sdb Command (m for help): m Command action a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition l list known partition types m print this menu n add a new partition o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel t change a partitions system id u change display/entry units v verify the partition table w write table to disk and exit x extra functionality (experts only)
図 2 は、ディスクの /dev/sdb 上に 1 次パーティションを作成するための fdisk ユーティリティーの n オプションの使用例を示しています。
Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-953, default 1): Enter Using default value 1 Last cylinder or +size or +sizeM or +sizeK (1-953, default 953): Enter Using default value 953 Command (m for help): p Disk /dev/sdb: 64 heads, 32 sectors, 953 cylinders Units = cylinders of 2048 * 512 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 953 975856 83 Linux