I'm experimenting and learning about ZFS on an old laptop. I am going through the handbook ZFS section. I have started ZFS.
When I try this:
What's going wrong?
To create a simple, non-redundant ZFS pool using a single disk device, use the zpool command:
Code:# zpool create example /dev/da0
When I try this:
Code:
# zpool create example /dev/ad0
cannot create 'example': no such pool or dataset
What's going wrong?