zunou
June 6th, 2018, 03:39 AM
I have no idea what happened. One day my computer was fine, I usually leave it suspended, rarely leave it running over night, or I turn it off. The next day, my HDD wouldn't mount; I use this for all my files, my OS is on my SSD. My HDD has never automatically mounted after I built and partitioned it and all, and I always told myself I would do it some other time. I have to manually go into Dolphin and click on it to mount it. This time I get this full error:
An error occurred while accessing '1.8 TiB Hard Drive', the system responded: The requested operation has failed: Error mounting /dev/sda1 at /media/smitty/4e288f7f-24d6-4755-954d-8414c5d95b17: Command-line `mount -t "ext4" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda1" "/media/smitty/4e288f7f-24d6-4755-954d-8414c5d95b17"' exited with non-zero exit status 32: mount: /dev/sda1: can't read superblock
I honestly feel like this happened to me a while back and my friend fixed it for me, but I don't know how. I have run fsck and this is what I get for the drive that won't mount:
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x795837c1
Device Boot Start End Sectors[ Size Id Type
/dev/sda1 2048 3907028991 3907026944 1.8T 83 Linux
I found some various support sites and one suggested to run fsck -y /dev/sda so I did and this is what I get:
e2fsck 1.43.4 (31-Jan-2017)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
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>
Found a dos partition table in /dev/sda
Running e2fsck does not work. It spits out the same error. (admittedly I have not tried all the superblocks that are listed when I run mke2fs -n /dev/sda ... I figured maybe I should consult someone more knowledgeable.) The only thing that struck me was when running mke2fs it responds with "Found a dos partition table in /dev/sda"
Please help???
An error occurred while accessing '1.8 TiB Hard Drive', the system responded: The requested operation has failed: Error mounting /dev/sda1 at /media/smitty/4e288f7f-24d6-4755-954d-8414c5d95b17: Command-line `mount -t "ext4" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda1" "/media/smitty/4e288f7f-24d6-4755-954d-8414c5d95b17"' exited with non-zero exit status 32: mount: /dev/sda1: can't read superblock
I honestly feel like this happened to me a while back and my friend fixed it for me, but I don't know how. I have run fsck and this is what I get for the drive that won't mount:
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x795837c1
Device Boot Start End Sectors[ Size Id Type
/dev/sda1 2048 3907028991 3907026944 1.8T 83 Linux
I found some various support sites and one suggested to run fsck -y /dev/sda so I did and this is what I get:
e2fsck 1.43.4 (31-Jan-2017)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
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>
Found a dos partition table in /dev/sda
Running e2fsck does not work. It spits out the same error. (admittedly I have not tried all the superblocks that are listed when I run mke2fs -n /dev/sda ... I figured maybe I should consult someone more knowledgeable.) The only thing that struck me was when running mke2fs it responds with "Found a dos partition table in /dev/sda"
Please help???