File System corrupted - XA2 SFOS 3.3.0.16

Since the existing /dev/mapper/sailfish-home did not want to mount in recovery for me I had to (from memory since I did not write it down :frowning: ):

  • cryptsetup luksOpen /dev/sailfish/home whatever
  • chroot /rootfs
  • mount /dev/mapper/whatever /home
2 Likes