Hi, everyone.
I'm running proxmox in a workstation. System is in lvm ssd. A 5 disk (2TB each) raidz1 is used as storage for virtual disks and data. System has been running for 3 years without remarcable problems. ZFS pool is mounted in a folder of the Debian base system. A folder with data is shared with VM's throug samba.
Power source failed suddenly with massive damage. Mainboard and half RAM were destroyed.
I replaced mainboard with same model, installed for now 8gb of RAM and mounted again the system. Due to a mistake, only system and 2 of the hard disks were detected on the first boot. System was turned off and the rest of disks were added succesfully.
System and VM's works again. But only subvols on raid survived. All sared data was lost.
ZFS pool appeared to be ok, but data wasn't here:
The volume called "almacen" (that contains the interesting data, share) shows 6.12TB capacity (that's ok) and 512GB of free space (also correct). But i cannot see files and directories on this volume (5TB of data are "invisible").
As you can see i'm not an experienced linux system admin.
Any posibilities to get my data back?
Tanks for reading and help
I'm running proxmox in a workstation. System is in lvm ssd. A 5 disk (2TB each) raidz1 is used as storage for virtual disks and data. System has been running for 3 years without remarcable problems. ZFS pool is mounted in a folder of the Debian base system. A folder with data is shared with VM's throug samba.
Power source failed suddenly with massive damage. Mainboard and half RAM were destroyed.
I replaced mainboard with same model, installed for now 8gb of RAM and mounted again the system. Due to a mistake, only system and 2 of the hard disks were detected on the first boot. System was turned off and the rest of disks were added succesfully.
System and VM's works again. But only subvols on raid survived. All sared data was lost.
ZFS pool appeared to be ok, but data wasn't here:
root@cloud:~# zpool status
pool: AlmacenZ1
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0B in 19h15m with 0 errors on Sun Nov 4 03:12:59 2018
config:
NAME STATE READ WRITE CKSUM
AlmacenZ1 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
wwn-0x50024e9206796bc1 ONLINE 0 0 0
wwn-0x5000039ffaee6354 ONLINE 0 0 0
sdd ONLINE 0 0 0
wwn-0x50014ee20a595e97 ONLINE 0 0 0
wwn-0x50014ee2b5052af4 ONLINE 0 0 0
errors: No known data errors
The volume called "almacen" (that contains the interesting data, share) shows 6.12TB capacity (that's ok) and 512GB of free space (also correct). But i cannot see files and directories on this volume (5TB of data are "invisible").
root@cloud:/AlmacenZ1/almacen# zfs list
NAME USED AVAIL REFER MOUNTPOINT
AlmacenZ1 6.43T 597G 153K /AlmacenZ1
AlmacenZ1/almacen 6.12T 597G 6.12T /AlmacenZ1/almacen
AlmacenZ1/subvol-104-disk-1 1.09G 28.9G 1.09G /AlmacenZ1/subvol-104-disk-1
AlmacenZ1/subvol-113-disk-2 6.32G 114G 6.32G /AlmacenZ1/subvol-113-disk-2
AlmacenZ1/subvol-114-disk-0 13.1G 6.95G 13.1G /AlmacenZ1/subvol-114-disk-0
AlmacenZ1/vm-100-disk-1 30.9G 598G 29.8G -
AlmacenZ1/vm-101-disk-1 103G 659G 41.1G -
AlmacenZ1/vm-102-disk-1 191M 597G 191M -
AlmacenZ1/vm-103-disk-1 30.9G 597G 30.9G -
AlmacenZ1/vm-109-disk-1 127G 597G 127G -
As you can see i'm not an experienced linux system admin.
Any posibilities to get my data back?
Tanks for reading and help