Originally Posted by
yancek
You indicate that the drive functions properly when you use 24.04 so the suggested solution would be to stick with 24.04 which is an LTS release and will have support for years after support for 24.10 ends. If you don't have a valid requirement/reason to upgrade, don't do it and certainly NOT from an LTS to a short term release.
I've always updated to the most recent release and I've never had problems this bad before. But it shouldn't be too hard to format my / partition and reinstall 24.04, since /home is on a separate partition. I just thought I could figure out a solution to this problem or at least help the community by reporting it.
If you don't understand the superblock information, you could read the page at the link below to see if it helps. If not, don't change anything if it works on 24.04. fsck and similar software does not 'repair' hardware, it is not possible for software to 'repair' physical hardware. It just marks bad blocks so they are not used. If you don't understand something, don't do it.
https://askubuntu.com/questions/1033...ind-superblock
OK, I read the page, followed the suggestion and then ran the commands. Here are the results:
Code:
$ sudo e2fsck -b 8193 /dev/sda1
e2fsck 1.47.1 (20-May-2024)
e2fsck: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?
$ sudo e2fsck -b 32768 /dev/sda1
e2fsck 1.47.1 (20-May-2024)
e2fsck: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?
The above comment is from your initial post. It's wrong. Look at the files /etc/passwd and /etc/group and you will see colord in both. There are many system users not just the users/groups you create.
Fair. I figured it may have been something like that.
Manually mounting or trying to mount that partitions filesystem after commenting out the /etc/fstab entry was suggested to see if there would be any warning/error messages.
I think the drive has completely disappeared now. I'm getting the following:
Code:
$ sudo mount -t ext4 /dev/sda1 /cifs
mount: /cifs: special device /dev/sda1 does not exist.
dmesg(1) may have more information after failed mount system call.
Bookmarks