I wrote “fsck” on my terminal to check or repair my files , just to try to repair my hard drive, and the terminal show me this.
sudo fsck -p /dev/sdc
fsck from util-linux 2.34 fsck.ext2: Bad magic number in super-block while trying to open
/dev/sdc /dev/sdc: 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>
fdisk -l and shows this:
Disk /dev/sdc: 1.84 TiB, 2000365289472 bytes, 3906963456 sectors
Disk model: My Passport 0748
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x69205244
Device Boot Start End Sectors Size Id Type
/dev/sdc1 218129509 1920119918 1701990410 811.6G 72 unknown
/dev/sdc2 729050177 1273024900 543974724 259.4G 74 unknown
/dev/sdc3 168653938 168653938 0 0B 65 Novell Netware 386
/dev/sdc4 2692939776 2692991410 51635 25.2M 0 Empty
On Gparted the file system of my external drive is unknow, and show this error.
Unable to detect file system! Possible reasons are:
- The file system is damaged
- The file system is unknown to GParted
- There is no file system available (unformatted)
- The device entry /dev/sdc is missing
If i try to mount
sudo mount /dev/sdc
mount: /dev/sdc: can't find in /etc/fstab.
I tried mount and check partition:
sudo fsck -p /dev/sdc1
fsck from util-linux 2.34
fsck.ext2: No such file or directory while trying to open /dev/sdc1
Possibly non-existent device?
sudo mount /dev/sdc2
mount: /dev/sdc2: can't find in /etc/fstab.
Thanks for your help and time!