Hi,
I'm running FreeBSD 9.0-RELEASE, installed years ago. It mostly functions as network attached storage. The majority of my data is on a single two disk mirror.
This week I'm trying to back up said mirror to a new usb hard drive. I created a zpool on the device, optimistically enabled compression, then pushed my data to it using rsync. This took ages (USB2) but otherwise worked. I ran scrub on the new backup, came back clean. All good.
I then ran zpool export backup, waited a few minutes, then ran zpool import backup. And now I'm posting here.
I've tried '-f' and '-F' as well. I'd like to know what else is worth trying. Thanks
I'm running FreeBSD 9.0-RELEASE, installed years ago. It mostly functions as network attached storage. The majority of my data is on a single two disk mirror.
This week I'm trying to back up said mirror to a new usb hard drive. I created a zpool on the device, optimistically enabled compression, then pushed my data to it using rsync. This took ages (USB2) but otherwise worked. I ran scrub on the new backup, came back clean. All good.
I then ran zpool export backup, waited a few minutes, then ran zpool import backup. And now I'm posting here.
Code:
micro# zpool import backup
cannot import 'backup': one or more devices is currently unavailable
Code:
micro# zpool import
pool: backup
id: 11413961023716631030
state: FAULTED
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
see: http://www.sun.com/msg/ZFS-8000-5E
config:
backup FAULTED corrupted data
7199744602161691224 UNAVAIL corrupted data
I've tried '-f' and '-F' as well. I'd like to know what else is worth trying. Thanks