• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

add a hdd to raidz pool question

dagenim

n00b
Joined
Nov 22, 2012
Messages
2
I'm using nas4free on home server.
zfs pool is 3*2TB raidz1.

I got another 2TB hdd.

Can I add only one hdd to pool without data losing?
 
I'm using nas4free on home server.
zfs pool is 3*2TB raidz1.

I got another 2TB hdd.

Can I add only one hdd to pool without data losing?

You can add another HD to the pool but it will not become part of your existing raidz1 dataset. Essentially you will stripe the existing pool with your new drive (think RAID 0) so this is probably not something you want to do as failure of the new drive will cause your entire pool to fail.

You can add another raidz1 (3+ drives) and stripe this with your existing pool to expand capacity.

Another option is to replace your existing 2TB drives with 3TB or 4TB drives which can be done online with little risk (zpool replace)
 
Back
Top