Hi, I have installed FreeBSD 13.1 with ZFS Filesystem.
And I would like to create a mirror disk pool. So for this purpose I use the command:
And here I am getting error:
After typing
I see only zroot
I will add that in file /etc/rc.conf there is a file
I don't really know why I can't create this disk.
And I would like to create a mirror disk pool. So for this purpose I use the command:
zpool create media mirror /dev/da1 /dev/da2
And here I am getting error:
Code:
cannot resolve path '/dev/da1'
After typing
zpool list
I see only zroot
I will add that in file /etc/rc.conf there is a file
zfs_enable="YES"
I don't really know why I can't create this disk.