I roughly have 1.5 TB of data so I thought it might make sense to create a mirror (2x 2TB). If one disk fails – I'd be able to replace it easily. Would you recommended this strategy?
And would this be the correct setup?
- Code: Select all
$ sudo zpool create MyPool mirror /dev/diskA /dev/diskB -f -o ashift=12 -O casesensitivity=insensitive -O normalization=formD
Thanks! ~ Kai