Hello everyone,
I have a FreeBSD 10.2 amd64 Supermicro server with an Adaptec 52445. I have 4x 1TB Seagate attached to it and I would like to configure them as JBODs for a future ZFS pool. The only issue is this:
Even though the cmd finishes successfully, there is no node created for the hdd. I can of course just configure each hdd as a volume but I'm unsure of the difference between that and a JBOD configuration.
Thoughts on the driver issue?
I have a FreeBSD 10.2 amd64 Supermicro server with an Adaptec 52445. I have 4x 1TB Seagate attached to it and I would like to configure them as JBODs for a future ZFS pool. The only issue is this:
Code:
# arcconf create 1 jbod 0 10
Controllers found: 2
WARNING: The selected controller supports JBODs, but the currently
installed driver does not. You may not see JBOD disks in your
operating system until you upgrade your driver.
Created JBOD: 0,10
Command completed successfully.
Even though the cmd finishes successfully, there is no node created for the hdd. I can of course just configure each hdd as a volume but I'm unsure of the difference between that and a JBOD configuration.
Thoughts on the driver issue?