Listing 1 Creating a ZFS pool
9 root@beastie /root
# zpool create -f pool1 mirror c2t2d0 c2t3d0
10 root@beastie /root
#
10 root@beastie /root
# zpool status -v pool1
pool: pool1
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
pool1 ONLINE 0 0 0
mirror ONLINE 0 0 0
c2t2d0 ONLINE 0 0 0
c2t3d0 ONLINE 0 0 0
errors: No known data errors
11 root@beastie /root
#
11 root@beastie /root
# df -k /pool1
Filesystem kbytes used avail capacity Mounted on
pool1 34836480 24 34836403 1% /pool1
12 root@beastie /root #
#
|