I have a pool of 4x 1TB running RAIDZ1. This was created using FreeBSD 9-stable (or whatever is stable at the time).
I have a spare 2TB that I want to add to the pool. I searched the net and found that the command to do this is "zpool add pool_name device_name".
I've tried these 2 commands:
And in both instances, I got a message that goes like
---------------
invalid vdev specification
use '-f' to override the following errors:
mismatched replication level
--------------------
This is my first time running
so I'm not really sure if adding the parameter -f is safe. I just don't want to lose my data.
So I guess my question is: How do I add my 2TB hard drive to the existing 4x 1TB pool safely?
Thanks
I have a spare 2TB that I want to add to the pool. I searched the net and found that the command to do this is "zpool add pool_name device_name".
I've tried these 2 commands:
Code:
1. # zpool add mypool /dev/ada4
2. # zpool add mypool ada4
And in both instances, I got a message that goes like
---------------
invalid vdev specification
use '-f' to override the following errors:
mismatched replication level
--------------------
This is my first time running
Code:
zpool add
So I guess my question is: How do I add my 2TB hard drive to the existing 4x 1TB pool safely?
Thanks
