i have a 4TB in a PC with 1 big partition.
It was created with parted as 1 big partition.
However the PC fell without power and crashed,
and now the disk is not mounting.
I checked the disk with
Code: Select all
sudo e2fsck /dev/sdc1
I get the following error:
Code: Select all
mount -t ext4 /dev/sdc /mnt/test/
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Code: Select all
[ 1056.180415] EXT4-fs (sdc): VFS: Can't find ext4 filesystem
[ 1056.180617] FAT-fs (sdc): bogus number of reserved sectors
[ 1056.180631] FAT-fs (sdc): Can't find a valid FAT filesystem
[ 1066.299788] EXT4-fs (sdc): VFS: Can't find ext4 filesystem
Code: Select all
Partition GUID code: EB-----------------------7 ([b]Microsoft basic data[/b])
Partition unique GUID: 3C-----------------4C
First sector: 2048 (at 1024.0 KiB)
Last sector: 7814035455 (at 3.6 TiB)
Partition size: 7814033408 sectors (3.6 TiB)
Attribute flags: 0000000000000000
Partition name: 'primary'
Anyone got any ideas ?