Wade Blackwell
Dabbler
- Joined
- Jan 17, 2016
- Messages
- 11
Good morning all,
I woke up yesterday morning to a down storage device and thus a down Vmware environment. After a short time I realized the NFS volume serving my environment was no longer available. After combing through dmesg and some of the logs I did find what appears to be the root of the issue;
"Jan 17 09:13:52 cre-freenas-01 ada0: Previously was known as ad4"
"Jan 17 09:13:52 cre-freenas-01 ada1: Previously was known as ad6"
I did find some links referencing this but none of them seemed to indicate why the device names would change and they all just wanted to blow the drives away and start over. I need to keep the data on these devices. Upon more looking in the command history I found this (which I did not execute);
20 17:59 dd if=/dev/zero of=/dev/ada0 bs=1m count=1
21 17:59 dd if=/dev/zero of=/dev/ada1 bs=1m count=1
31 17:40 dd if=/dev/zero of=/dev/ada4 bs=512 count=1 && dd if=/dev/zero of=/dev/ada5 bs=512 count=1
32 17:41 dd if=/dev/zero of=/dev/ada0
What is that about?
So I'd like to know if my raid1 volume is recoverable and I'd like to know what caused FreeNas to freak out, rename the devices causing the zpool/volume/NFS share to fail and why on earth would the device issue a dd to destroy the volumes. Debug from the webui and my notes from the last 24 hours attached. the device boots from USB so the system is still functional. Thanks all, greetings from the Central Coast of California.
I woke up yesterday morning to a down storage device and thus a down Vmware environment. After a short time I realized the NFS volume serving my environment was no longer available. After combing through dmesg and some of the logs I did find what appears to be the root of the issue;
"Jan 17 09:13:52 cre-freenas-01 ada0: Previously was known as ad4"
"Jan 17 09:13:52 cre-freenas-01 ada1: Previously was known as ad6"
I did find some links referencing this but none of them seemed to indicate why the device names would change and they all just wanted to blow the drives away and start over. I need to keep the data on these devices. Upon more looking in the command history I found this (which I did not execute);
20 17:59 dd if=/dev/zero of=/dev/ada0 bs=1m count=1
21 17:59 dd if=/dev/zero of=/dev/ada1 bs=1m count=1
31 17:40 dd if=/dev/zero of=/dev/ada4 bs=512 count=1 && dd if=/dev/zero of=/dev/ada5 bs=512 count=1
32 17:41 dd if=/dev/zero of=/dev/ada0
What is that about?
So I'd like to know if my raid1 volume is recoverable and I'd like to know what caused FreeNas to freak out, rename the devices causing the zpool/volume/NFS share to fail and why on earth would the device issue a dd to destroy the volumes. Debug from the webui and my notes from the last 24 hours attached. the device boots from USB so the system is still functional. Thanks all, greetings from the Central Coast of California.