Go to main content
Oracle® Solaris 11.3 でのデバイスの管理

印刷ビューの終了

更新: 2016 年 11 月
 
 

ディスクのフォーマット

フォーマットされていないディスクは使用できません。Format ユーティリティーは、フォーマット済みのディスクを検出できます。次の例のディスク c2t1d0 のように、確認するディスクを選択します。ディスクを選択すると、ディスクがフォーマットされているかどうかがユーティリティーによって示されます。

# format
AVAILABLE DISK SELECTIONS:
0. c2t0d0 <SUN36G cyl 14087 alt 2 hd 24 sec 424>
/pci@1c,600000/scsi@2/sd@0,0
/dev/chassis/J4200@RACK10:U24-25/SCSI_Device__0/disk
1. c2t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@1c,600000/scsi@2/sd@1,0
/dev/chassis/J4200@RACK10:U24-25/SCSI_Device__1/disk
Specify disk (enter its number): 1ディスク c2t1d0 が選択されています。
selectin c2t1d0
[disk formatted]選択されたディスクはすでにフォーマットされています。

Format ユーティリティーは、ラベルが付いていない SCSI ディスクを自動構成します。ユーティリティーは、フォーマットされているディスクに関する情報を次のように表示します。

c2t3d0: configured with capacity of 136.73GB

注 -  ディスクをフォーマットするとデータが破棄されるため、ディスク上のデータが損なわれた疑いがある場合は、Format Menu で analyze を選択できます。この機能は、ディスクの表面解析を実行します。テストが終わったら、フォーマットが必要であるかどうかを判断できます。
使用例 41  ディスク c2t1d0 のフォーマット

次の例は、Format ユーティリティーを起動して選択した c2t1d0 をフォーマットする方法を示しています。

format> formatフォーマットが選択されています。
The protection information is not enabled
The disk will be formatted with protection type 0

Ready to format.  Formatting cannot be interrupted
and takes 169 minutes (estimated). Continue? yes

Beginning format. The current time is Fri Apr 1 ...

Formatting...
done

Verifying media...
pass 0 - pattern = 0xc6dec6de
14086/23/734

pass 1 - pattern = 0x6db6db6d
14086/23/734

Total of 0 defective blocks repaired.

format> q