Hi guys,
I've recently moved my system to new box. At first boot up I got an error with attaching my encrypted disks (GELI) saying there's a problem with metadata. So I've restored it with my backup file with
When trying to mount:
When trying to fsck:
Even fsck with predefined superblock 32 or 160 fails:
Have no clue what to do next. Data on this disk is super important for me.
I'am using FreeBSD 8.4-stable. Also checked disk health with smartmontools, nothing there.
I've recently moved my system to new box. At first boot up I got an error with attaching my encrypted disks (GELI) saying there's a problem with metadata. So I've restored it with my backup file with
geli restore
. Attaching is no longer an issue now I can't mount it or even fsck.When trying to mount:
root# mount -t ufs /dev/ad5.eli /directory
mount: /dev/ad5.eli: Invalid argument
When trying to fsck:
root# fsck_ufs /dev/ad5.eli
** /dev/ad5.eli
Cannot find file system superblock
/dev/ad5.eli: CANNOT FIGURE OUT FILE SYSTEM PARTITION
Even fsck with predefined superblock 32 or 160 fails:
root# fsck_ufs -b 32 /dev/ad5.eli
Alternate super block location: 32
** /dev/ad5.eli
32 is not a file system superblock
root# fsck_ufs -b 160 /dev/ad5.eli
Alternate super block location: 160
** /dev/ad5.eli
160 is not a file system superblock
Have no clue what to do next. Data on this disk is super important for me.
I'am using FreeBSD 8.4-stable. Also checked disk health with smartmontools, nothing there.