dbrady wrote:The import code is filtering for disk slices. It's possible you can work around this by creating a symlink whose name looks like a disk slice. I haven't tested this, but it's an easy experiment to try …
Example
If the disk that comprises a pool is like this (without a GUID Partition Table) –
- Code: Select all
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: *1.5 TB disk1
– then for as long as that disk will be number 1, you might workaround with this symlink:
- Code: Select all
$ sudo ln -s /dev/disk1 /dev/disk1s2
Please note
ZEVO Community Edition 1.1.1 is designed to work with GPT UUIDs.