Skip to content

Create ZFS pool


server# zpool create tank raidz /dev/gpt/WD15EARS /dev/gpt/FANTOM1TB /dev/gpt/WD20EARS
invalid vdev specification
use '-f' to override the following errors:
raidz contains devices of different sizes
server# zpool create -f tank raidz /dev/gpt/WD15EARS /dev/gpt/FANTOM1TB /dev/gpt/WD20EARS

Now, I’ve got:

server# zfs list
NAME USED AVAIL REFER MOUNTPOINT
tank 87.9K 1.78T 24.0K /tank
server# ls /tank
server# zpool status
pool: tank
state: ONLINE
scrub: none requested
config:

NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz1 ONLINE 0 0 0
gpt/WD15EARS ONLINE 0 0 0
gpt/FANTOM1TB ONLINE 0 0 0
gpt/WD20EARS ONLINE 0 0 0

errors: No known data errors
server# zfs list
NAME USED AVAIL REFER MOUNTPOINT
tank 87.9K 1.78T 24.0K /tank

Next step: maybe move home directories to tank (change /home link?) and set up Samba for sharing.

Be the first to like.

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*