I have got a 3TB WD HDD which I used zfs to create a pool using proxmox.
I was copying data to the drive before a power failure occurred. Now i am unable to remount or import the drive at all on my new server.
It shows up in the storage section but i am unable to use zpool import -f MV-Storage-3TB without receiving an error
$zpool import -f MV-Storage-3TB cannot import 'MV-Storage-3TB': one or more devices is currently unavailable /dev/sdb & /dev/sdc are in a pool while /dev/sde is a single zfs drive
$zpool import & zpool import -f 
$zfs list
Now if you notice that the drive /dev/sdb has a type of "Hard Disk" as well as the one bellow it They are a separate working zpool drives. If you notice within the red block the the drive /dev/sde has a type of "Unknown".
What I. have tried is:
- zpool import MV-Storage-3TB (ERROR: hostID does not match)
- zpool import -f MV-Storage-3TB (ERROR: one or more devices is currently unavailable)
Now with this command it returns nothing zpool import -nfF MV-Storage-3TB
I have done a scan with smartctl (completed with no error) and still after it has completed i am unable to mount/import the drive.
The issues with this drive is I need the data from it and the first thing i am going to do is create a backup off all it's contents.
Anyone have a similar issue that is able to assist me ? Please



zfs listandzfs status -xinto your question so others can clearly see the state of your pool and provide better troubleshooting.