Creating filesystem in Solaris 11 using Zpool
Let us see how to create a mount point or filesystem using zpool in Solaris 11. To print the Disks # echo | format Scan for the new Disks # devfsadm -c disk To list all the controllers # cfgadm -al To create a pool # zpool create backup02 # zfs create backup02/fs # zfs ... Read More