Originally Posted by
dragonfly41
If you revert to older LiveUSB Ubuntu 22.04 can you view the drive?
Ah, good idea! I tried a LiveUSB Ubuntu 24.04 and I was able to read the disk, no problem.
Originally Posted by
yancek
Is the drive recognized in the BIOS? What happened when you ran a filesystem check on it with fsck?
BIOS definitely recognizes it. Here's the output from fsck:
Code:
$ sudo fsck /dev/sda1
fsck from util-linux 2.40.2
e2fsck 1.47.1 (20-May-2024)
fsck.ext4: Input/output error while trying to open /dev/sda1
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>