Category Archives: Technology and Society

OK, New Problem

I’m going to take the drive to a recovery service in Studio City this afternoon to get an estimate. Meanwhile, I want to boot back into my regular OS, but I doubt if I can do it without sdb1, because the fstab specifies that it overmount /home at boot. So I either have to set up one of the other drives as /home (not sure how to do that, other than mounting it and adding myself as a user) and make it sdb1, or get into the fstab on the SSD to tell it not to do the overmount. I haven’t been able to figure out how to read or write to sda3, which is my Fedora partition, to get at etc/fstab. Any ideas?

[Update a while later]

OK, I’m now booted into my regular system, with one of the new drives as /home. But since I currently have no data, there’s a lot of rebuilding and reconfiguring to do.

Off to Studio City now to drop off the drives.

More Computer Fun

So I finally got most of the data off the failing drive, and I backed it up to a second new drive. But when I attempt to fix the filesystem I get this:

[root@localhost-live home]

# e2fsck /dev/sdd
e2fsck 1.45.6 (20-Mar-2020)
ext2fs_open2: Bad magic number in super-block
e2fsck: Superblock invalid, trying backup blocks…
e2fsck: Bad magic number in super-block while trying to open /dev/sdd

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
or
e2fsck -b 32768

Found a dos partition table in /dev/sdd

**********************************************

Are those the actual superblocks it wants me to try, or just potential examples?

[Update a while later]

OK, when I run it on the partition, instead of the drive, it says the file system is clean.

New problem: When I mount it to /home (where it normally lives on my system), I see nothing in it except lost+found. That’s not encouraging.

[Tuesday-morning update]

For anyone curious, who wants to go through the entrails, I’ve posted the entire session in comments. It remains a mystery to me why none of the drives seem to have data, or how I could have done anything to my source drive that I was trying to rescue.

[Update a few minutes later]

Yes, I clearly screwed the pooch. I accidentally formatted the drive I was trying to rescue.

Strange Computer Problem

When I started using the machine this morning, it seemed to be running like molasses in January. I tried rebooting, and it took forever to boot, and then wouldn’t let me log in. I fired up a clean Fedora from a stick, and fscked my drives. The /home hard drive had a lot of errors on it, that got fixed, but there was no problem with the SSD where my OS resides. Then I rebooted. It took a long time, but finally came up. Everything continues to load and run slow. Nothing seems to be bogging down the CPU, and there is plenty of free memory. Any ideas what the problem could be?

Continue reading Strange Computer Problem