On 12/5/24 21:39, nsrxnst wrote: > booted a live USB. one of the partitions is now of type "swsuspend". my > sleuthing has led me to decide it's a corrupted fs. > > how do I go about recovering this???
If you do something like mount /dev/sda1 /mnt/temp -o ro -t ext4 (modify as appropriate) does it mount correctly, or is the filesystem damaged/overwritten?