I am getting an error on a volume "CRITICAL: The volume Data (UFS) status is DEGRADED" after an improper shutdown.
Tried to mount the drive on my arch linux box with
I get the error: wrong fs type, bad superblock (etc)
gives me: "UFS: failed to set blocksize"
tells me bad magic number in super-block.
I have been researching this for hours and I feel like...
Help retrieving data from UFS disk (bad superblock)
Tried to mount the drive on my arch linux box with
Code (text):
- mount -r -t ufs -o ufstype=ufs2 /dev/sdb2 /home/user/ufs_mount
Code (text):
- dmesg | tail
Code (text):
- fsck -p /dev/sdb2
I have been researching this for hours and I feel like...
Help retrieving data from UFS disk (bad superblock)