ZFS Damaged ( Need Help )
Posted: 22 Nov 2016 19:48
So here is the back story, I am quickly running out of space on my 14TB server mainly because i have not properly allocated my disk. I am changing the structure and moving my disks around as well as adding a few more.
Here in lies the issue. I wanted to make my os drive larger so i bought a 250 ssd and added it to my machine.
Prior to that i exported my zpool using
$zpool export <Device Name>
After adding the new OS the pool fails to import from the GUI. When i click the Import button the second time in an effort to force the pool it crashes the system.. By clicking the Import button under the ZFS page on the web Gui.
Detailed Image ->
With the failed attempt 2x's i pulled my notes on ZFS recovery and Started trying to force the import via ssh.
After a week of troubleshooting
zpool import says the device is online with another device even after I exported the pool as stated below.
the only way to get the Pool to load is using
$zpool import -f -R /mnt -o rdonly=on <Device Name>
Every other attempt to import the disks fails. To include $zpool import -f -D and any others
The pool appears to work fine, with both read and write functions. The device is already recognized in the GUI when i pull it up.
One Problem
The PC now crashes when I reboot the system and the device has to reload the ZFS file system crashing.
System crashes at the boot sequence that says :
Load NOP GEOM class ## System Haults ## System Crashes.
Thoughts??
Thank you in advance Shawn
Any suggestions will be appreciated.
Shawn
Here in lies the issue. I wanted to make my os drive larger so i bought a 250 ssd and added it to my machine.
Prior to that i exported my zpool using
$zpool export <Device Name>
After adding the new OS the pool fails to import from the GUI. When i click the Import button the second time in an effort to force the pool it crashes the system.. By clicking the Import button under the ZFS page on the web Gui.
Detailed Image ->
With the failed attempt 2x's i pulled my notes on ZFS recovery and Started trying to force the import via ssh.
After a week of troubleshooting
zpool import says the device is online with another device even after I exported the pool as stated below.
the only way to get the Pool to load is using
$zpool import -f -R /mnt -o rdonly=on <Device Name>
Every other attempt to import the disks fails. To include $zpool import -f -D and any others
The pool appears to work fine, with both read and write functions. The device is already recognized in the GUI when i pull it up.
One Problem
The PC now crashes when I reboot the system and the device has to reload the ZFS file system crashing.
System crashes at the boot sequence that says :
Load NOP GEOM class ## System Haults ## System Crashes.
Thoughts??
Thank you in advance Shawn
Any suggestions will be appreciated.
Shawn