TheBlueDalek
Cadet
- Joined
- Jun 28, 2013
- Messages
- 8
Hi all
I've been happily using FreeNAS for about 2yrs now, and never had a problem.
Last weekend, however, I logged into the admin GUI and it was complaining about an unknown error. Google returned a couple of results, and I ended up with this:
I spoke to one of my co-workers, who has been using FreeNAS for years, and suggested scrubbing the array.
After the scrub, I ended up with the following:
It looks like one of my drives is failing. Question is, how do I know what one? I'm Linux competent, but have very limited BSD knowledge. In Linux, there is a command that shows all the drives including serial & model numbers - lshw.
Is there a similar command or utility that will show me what gptid/256c0c11-4b27-11e2-b9e0-50e54952401a is in terms of make / model / SN?
Many thanks in advance!
I've been happily using FreeNAS for about 2yrs now, and never had a problem.
Last weekend, however, I logged into the admin GUI and it was complaining about an unknown error. Google returned a couple of results, and I ended up with this:
Code:
[root@freenas] ~# zpool status -x
pool: storage
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://www.sun.com/msg/ZFS-8000-9P
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
storage ONLINE 0 0 0
raidz1 ONLINE 0 0 0
gptid/242960b3-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/2488f665-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/24e5ce4f-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/256c0c11-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 96
errors: No known data errors
I spoke to one of my co-workers, who has been using FreeNAS for years, and suggested scrubbing the array.
After the scrub, I ended up with the following:
Code:
[root@freenas] ~# zpool status storage
pool: storage
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://www.sun.com/msg/ZFS-8000-9P
scrub: scrub completed after 6h22m with 0 errors on Fri Jun 28
02:16:46 2013
config:
NAME STATE READ
WRITE CKSUM
storage ONLINE 0 0 0
raidz1 ONLINE 0 0 0
gptid/242960b3-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/2488f665-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/24e5ce4f-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 0
gptid/256c0c11-4b27-11e2-b9e0-50e54952401a ONLINE 0 0 180K 7.61G repaired
errors: No known data errors
It looks like one of my drives is failing. Question is, how do I know what one? I'm Linux competent, but have very limited BSD knowledge. In Linux, there is a command that shows all the drives including serial & model numbers - lshw.
Is there a similar command or utility that will show me what gptid/256c0c11-4b27-11e2-b9e0-50e54952401a is in terms of make / model / SN?
Many thanks in advance!