HDD not mounting

Im having trouble mounting my HDD this morning, can anyone help?

It was formatted ext4
sudo mkfs.ext4 -m 0 -T largefile4 -L <drivename> /dev/sda

Its done two plots then encountered some sort of problem. When i try and mount i get this:
(venv) user@chia2:~$ sudo mount /dev/sda /mnt/hdd mount: /mnt/hdd: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.

mount -t ext4 /dev/sda /mnt/hdd Gives me the same error.

fdisk info gives me:
Disk /dev/sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: d2 quadra Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes

dmesg gives me a fair few of these:

[ 2243.322092] sd 6:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 2243.322097] sd 6:0:0:0: [sda] tag#0 Sense Key : Medium Error [current] [ 2243.322101] sd 6:0:0:0: [sda] tag#0 Add. Sense: Data phase error [ 2243.322104] sd 6:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 3a 03 ff f8 00 00 08 00 [ 2243.322108] blk_update_request: I/O error, dev sda, sector 973340664 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 2243.322402] jbd2_journal_init_inode: Cannot locate journal superblock [ 2243.322539] EXT4-fs (sda): Could not load journal inode

1 Like