Bjarke Emborg Kragelund
Dabbler
- Joined
 - Jun 25, 2013
 
- Messages
 - 41
 
... I am stupid!!
 
Been shifting between 2 different FreeNAS Systems in my browser and they got mixed up. Damn.
 
However trying to recover the dataset as per some guides.
 
Adding
 
vfs.zfs.recover="1"
 
to /boot/loader.conf
 
My Pool : tank
My Dataset : vol
 
All disks are present - no errors with zpool status ( when tank is mounted )
 
I have found a TXG from just before the incident, and trying to mount with :
 
zpool import -N -o readonly=on -r -R /mnt -F -T 7888825 tank
 
cannot import 'tank': one or more devices is currently unavailable
 
On the other hand :
 
zpool import -N -f -R /mnt/tank -F tank
 
... imports the pool fine. Just no datasets.
 
Any pointers or guides you can throw at me?
 
Brgds
Bjarke Emborg Kragelund
	
		
			
		
		
	
			
			Been shifting between 2 different FreeNAS Systems in my browser and they got mixed up. Damn.
However trying to recover the dataset as per some guides.
Adding
vfs.zfs.recover="1"
to /boot/loader.conf
My Pool : tank
My Dataset : vol
All disks are present - no errors with zpool status ( when tank is mounted )
I have found a TXG from just before the incident, and trying to mount with :
zpool import -N -o readonly=on -r -R /mnt -F -T 7888825 tank
cannot import 'tank': one or more devices is currently unavailable
On the other hand :
zpool import -N -f -R /mnt/tank -F tank
... imports the pool fine. Just no datasets.
Any pointers or guides you can throw at me?
Brgds
Bjarke Emborg Kragelund