Shaman wrote:On host with ZEVO
- Code: Select all
sudo zpool showdisks
DISK DEVICE SIZE CONNECTION DESCRIPTION
/dev/disk5 984MiB USB USB2.0 FlashDisk Media
So, OK, it shows fine with showdisks …
– shows disks that are likely available for use with ZFS storage pools.
In your case, it does
not show that the disk is already used for ZFS – maybe because partitioning for use by MacZFS was not a fit with normal requirements for ZEVO Community Edition 1.1.1. Consider the linked topic,
disks without a GUID Partition Table (GPT).
For the affected device, if still at disk5, run either of the following commands to see which which
slice (if any) is used by MacZFS for ZFS:
- Code: Select all
diskutil list /dev/disk5
sudo gpt -r show /dev/disk5