djoole
Contributor
- Joined
- Oct 3, 2011
- Messages
- 158
Hi,
The worst thing that could happen to me just happened : i can't access very important data from a disk.
I made a zpool with a single disk (jayjay, da1), where i backup data from another zpool (zepool).
Then i destroyed and recreated the zpool zepool (8-disks raidz2), and rsynced data from jayjay to zpool.
Durning transfer, I/O device failure happened, da1 disconnected (i should mentionned i mounted the drive on a USB3 dock). This kind of error happened before, during the backup process from zepool to jayjay, and i had to mount the dock to a USB2 dock in order to have transfer without error.
So i shut the computer down, plug the drive in a USB2 port, and boot.
Problem is the jayjay zpool is not mounted.
So i try the command zpool import, and here it is :
So i try zpool import -f jayjay :
Please, tell me there is another way to access, even partly, the data from this disk
The worst thing that could happen to me just happened : i can't access very important data from a disk.
I made a zpool with a single disk (jayjay, da1), where i backup data from another zpool (zepool).
Then i destroyed and recreated the zpool zepool (8-disks raidz2), and rsynced data from jayjay to zpool.
Durning transfer, I/O device failure happened, da1 disconnected (i should mentionned i mounted the drive on a USB3 dock). This kind of error happened before, during the backup process from zepool to jayjay, and i had to mount the dock to a USB2 dock in order to have transfer without error.
So i shut the computer down, plug the drive in a USB2 port, and boot.
Problem is the jayjay zpool is not mounted.
So i try the command zpool import, and here it is :
Code:
[root@nas] ~# zpool import pool: jayjay id: 7649169962979289867 state: FAULTED status: The pool metadata is corrupted. action: The pool cannot be imported due to damaged devices or data. The pool may be active on another system, but can be imported using the '-f' flag. see: http://www.sun.com/msg/ZFS-8000-72 config: jayjay FAULTED corrupted data da1p2 ONLINE
So i try zpool import -f jayjay :
Code:
[root@nas] ~# zpool import -f jayjay cannot import 'jayjay': I/O error
Please, tell me there is another way to access, even partly, the data from this disk