Kha0sK1d
Cadet
- Joined
- Mar 19, 2018
- Messages
- 4
I've read the following posts and still am confused about how to fix this...and I currently don't have backups.
https://forums.freenas.org/index.ph...-instead-recovery-strongly.54910/#post-382117
https://forums.freenas.org/index.ph...able-is-corrupt-or-invalid.38445/#post-232964
Error message in nightly email:
Using FreeNAS-11.1-U1
Hardware:
RAM: 16 GB
Motherboard: Supermicro X10SL7-F
CPU: Intel Xeon E3-1231 v3 @ 3.40GH
The disks in question are part of the game pool, setup in a 2 HD mirror configuration.
zpool status:
(also ada4) and it said
How do I fix this? I would prefer to not have to backup the data and wipe out the disk, but I could if necessary.
https://forums.freenas.org/index.ph...-instead-recovery-strongly.54910/#post-382117
https://forums.freenas.org/index.ph...able-is-corrupt-or-invalid.38445/#post-232964
Error message in nightly email:
Code:
> GEOM: ada3: the primary GPT table is corrupt or invalid. > GEOM: ada3: using the secondary instead -- recovery strongly advised. > GEOM: ada4: the primary GPT table is corrupt or invalid. > GEOM: ada4: using the secondary instead -- recovery strongly advised.
Using FreeNAS-11.1-U1
Hardware:
RAM: 16 GB
Motherboard: Supermicro X10SL7-F
CPU: Intel Xeon E3-1231 v3 @ 3.40GH
The disks in question are part of the game pool, setup in a 2 HD mirror configuration.
zpool status:
Code:
[root@freenas ~]# zpool status pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0 days 00:00:03 with 0 errors on Thu Mar 22 03:45:03 2018 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 ada2p2 ONLINE 0 0 0 errors: No known data errors pool: game state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM game ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gptid/1f6d8020-3129-11e8-9e4d-ac1f6b02ef64 ONLINE 0 0 0 gptid/2081bafa-3129-11e8-9e4d-ac1f6b02ef64 ONLINE 0 0 0 errors: No known data errors pool: main state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM main ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gptid/861c6f79-2b92-11e8-8519-ac1f6b02ef64 ONLINE 0 0 0 gptid/87293fe6-2b92-11e8-8519-ac1f6b02ef64 ONLINE 0 0 0 errors: No known data errors [root@freenas ~]#
- ad3a/ada4 drives were previously used in a Synology NAS and I did not delete data prior to using them. I created a new volume and dataset via the webgui deleting all previous (unneeded) data.
- Did SMART long test on both drives and they both passed
- Populated the dataset with data by copying via samba (source drive was NTFS formatted)
Code:
gpart recover /dev/ada3
Code:
recovering is not needed
How do I fix this? I would prefer to not have to backup the data and wipe out the disk, but I could if necessary.