Iz Oz
Cadet
- Joined
- Aug 6, 2016
- Messages
- 8
I recently installed FreeNAS 9.10 (less than a week ago) and strangely received the following message in my alerts.
I went ahead and did a system save (System -> General -> Save Config) and I figure that I need to get a different USB drive. I'm surprised corruption has occurred so quickly on my new USB stick (Corsair voyager).
I've been doing some reading thru the forum and it appears that most people conclude that it is a faulty USB drive which FreeNAS is running off.CRITICAL: Aug. 9, 2016, 5:58 p.m. - The boot volume state is ONLINE: One or more devices has experienced an error resulting in data corruption. Applications may be affected.
Code:
[root@freenas ~]# zpool status -v | more
pool: IAO_Storage
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
IAO_Storage ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gptid/ca0f3da6-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
gptid/cc8b199d-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
gptid/cf0abb3a-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
gptid/d1938b22-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
gptid/d42eb46d-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
gptid/d6b12821-5a9e-11e6-a720-0cc47aac2d2c ONLINE 0 0 0
errors: No known data errors
pool: freenas-boot
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: none requested
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 12
gptid/29be3ed0-5657-11e6-b4eb-0cc47aac2d2c ONLINE 0 0 24
errors: Permanent errors have been detected in the following files:
//usr/local/lib/libharfbuzz.so.0.10200.3I went ahead and did a system save (System -> General -> Save Config) and I figure that I need to get a different USB drive. I'm surprised corruption has occurred so quickly on my new USB stick (Corsair voyager).
- Is this the correct course of action and what USB's are recommended?
- Is there a way to avoid this in the future, I read of being able to run two USB in mirror, how is this done?
- Is it ok to keep my server running or should I shut it down? I was under the impression that the USB boot was only used for booting up the system, not running it.