RlainTheFirst
Dabbler
- Joined
- Sep 29, 2017
- Messages
- 14
Hi!
After searching and trying multiple different approaches I've decided to ask the pros.
I have a newly installed freenas setup which contains a JBOD pool and in it a few datasets containing all my data.
This is called HomeVol and consists of 5 drives: 1 6TB and 4 500GB drives which comes to a total of almost 7.5TB effective storage.
Now I've purchased a second big drive that I wanted to add as a mirror to all the existing data, in case of a drive failiure. I have an offsite backup planned (all hardware ready) as soon as I figure this out.
Some outputs for reference:
Images from gui:
What i've tried:
Now I understand that this wont work because I am not mirroring a specific disk but rather the entire zpool.
I thought this concept of mine was possible but am now having doubts.
All disks are connected directly to my MoBo which has 6 sata ports.
Any help is highly appreciated!
Kind regards
Robert / RlainTheFirst
After searching and trying multiple different approaches I've decided to ask the pros.
I have a newly installed freenas setup which contains a JBOD pool and in it a few datasets containing all my data.
This is called HomeVol and consists of 5 drives: 1 6TB and 4 500GB drives which comes to a total of almost 7.5TB effective storage.
Now I've purchased a second big drive that I wanted to add as a mirror to all the existing data, in case of a drive failiure. I have an offsite backup planned (all hardware ready) as soon as I figure this out.
Some outputs for reference:
Code:
root@freenas_home:~ # zpool status pool: HomeVol state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM HomeVol ONLINE 0 0 0 gptid/9292f529-9d67-11e7-9fd1-68b599e30ec0 ONLINE 0 0 0 gptid/93afa882-9d67-11e7-9fd1-68b599e30ec0 ONLINE 0 0 0 gptid/94d0373e-9d67-11e7-9fd1-68b599e30ec0 ONLINE 0 0 0 gptid/95f0255a-9d67-11e7-9fd1-68b599e30ec0 ONLINE 0 0 0 gptid/96985d13-9d67-11e7-9fd1-68b599e30ec0 ONLINE 0 0 0 errors: No known data errors pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0h1m with 0 errors on Wed Sep 27 03:46:00 2017 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da0p2 ONLINE 0 0 0 da1p2 ONLINE 0 0 0 errors: No known data errors
Images from gui:



What i've tried:
Code:
root@freenas_home:~ # zpool attach HomeVol /dev/ada5 missing <new_device> specification usage: attach [-f] <pool> <device> <new-device> root@freenas_home:~ # zpool attach HomeVol HomeVol /dev/ada5 cannot attach /dev/ada5 to HomeVol: no such device in pool
Now I understand that this wont work because I am not mirroring a specific disk but rather the entire zpool.
I thought this concept of mine was possible but am now having doubts.
All disks are connected directly to my MoBo which has 6 sata ports.
Any help is highly appreciated!
Kind regards
Robert / RlainTheFirst
Last edited: