Hello everyone, I have a FreeBSD machine that works as a multimedia server. It consist of three HDDs. One 500GB for the system and Two 2TB for storage. Now, I know ZFS is meant for protect your data, but I cannot Physically add more HDDs since I would need a new PC with more SATA ports and space. I just added one HDD and created a pool with a simple [cmd=]zpool create FARLEY ada1[/cmd] I moved all the data to that HDD and now I installed the second HDD and the system immediately added that second HDD to the FARLEY pool. I tried to create second pool for the second one and I couldn't since
I tried to detach by [cmd=]zpool detach FARLEY ada2[/cmd] but
.
I don't want to create a RAID0 because in case of failure I guess it would be easier to import one single HDD than a RAIDED0 pair.
How can I detach the second HDD so I can create a second pool? and are there some opinions agains't doing it in that way?
Code:
/dev/ada2 is part of active pool 'FARLEY
Code:
cannot detach ada2: only applicable to mirror and replacing vdevs
I don't want to create a RAID0 because in case of failure I guess it would be easier to import one single HDD than a RAIDED0 pair.
How can I detach the second HDD so I can create a second pool? and are there some opinions agains't doing it in that way?