PDF 文書ファイルをダウンロードする (1709 KB)
|
# zpool create tank mirror c1t0d0 c2t0d0 |
If one or more devices contains another file system or is otherwise in use, the command cannot create the pool.
For more information about creating storage pools, see Creating a ZFS Storage Pool.
For more information about how device usage is determined, see Detecting In-Use Devices.
View the results.
You can determine if your pool was successfully created by using the zpool list command.
# zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT tank 80G 137K 80G 0% ONLINE - |
For more information about viewing pool status, see Querying ZFS Storage Pool Status.