Redundant boot Media Confirmation

Steven Webb

Cadet
Joined
May 24, 2016
Messages
4
How can i confirm that FreeNas is mirrored on to both my thumb drives. I dont see much in the config screens that specifically say its in a mirror.

Sorry I dont know much about BSD to verify this
Thanks
Steven
 

microserf

Dabbler
Joined
Dec 7, 2018
Messages
46

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Sorry I don't know much about BSD to verify this
Or, if you look at it from a SSH terminal window, you can run the zpool status command and get output like this:
Code:
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:09:55 with 0 errors on Mon Feb 25 03:54:55 2019
config:

        NAME                                            STATE     READ WRITE CKSUM
        freenas-boot                                    ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/f659fd6d-4b12-11e6-a97c-002590aecc79  ONLINE       0     0     0
            gptid/f6a61d33-4b12-11e6-a97c-002590aecc79  ONLINE       0     0     0

errors: No known data errors
 
Top