Table of Contents

ZFS - Pools - Add another hard disk to the ZFS Pool

For example, to add a new hard disk /dev/sdc to a previously created ZFS storage pool testpool.


Add the Disk

sudo zpool add testpool /dev/sdc

Check

Once the disk is added, verify the pool:

zpool status