It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
fsck -fCV /dev/md0p1
dmesg | grep md0
root@bitcorn:/mnt/md0# fsck -fCV /dev/md0p1
fsck from util-linux 2.31.1
[/sbin/fsck.ext2 (1) -- /dev/md0p1] fsck.ext2 -f -C0 /dev/md0p1
e2fsck 1.44.1 (24-Mar-2018)
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/md0p1
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
root@bitcorn:/mnt/md0# dmesg | grep md0
[ 603.734416] md: md0 stopped.
[ 603.752297] md/raid:md0: device sdb operational as raid disk 0
[ 603.752298] md/raid:md0: device sdd operational as raid disk 2
[ 603.752298] md/raid:md0: device sdc operational as raid disk 1
[ 603.752538] md/raid:md0: raid level 5 active with 3 out of 3 devices, algorithm 2
[ 603.766207] md0: detected capacity change from 0 to 8001302822912
[ 603.771707] md0: p1 p2
[ 603.794854] EXT4-fs (md0): VFS: Can't find ext4 filesystem
[27284.994660] md0: p1 p2
[75034.851792] md0: p1 p2
[75312.365653] md0: p1 p2
[76336.491130] md0: p1 p2
[76355.758690] md0: p1 p2
dumpe2fs -h /dev/md0p1
root@bitcorn:/mnt/md0# dumpe2fs -h /dev/md0p1
dumpe2fs 1.44.1 (24-Mar-2018)
dumpe2fs: Bad magic number in super-block while trying to open /dev/md0p1
Couldn't find valid filesystem superblock.
parted --list
root@bitcorn:/mnt/md0# parted --list
Model: ATA WDC WD40EFRX-68N (scsi)
Disk /dev/sda: 4001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 3992GB 3992GB ext4
3 3992GB 4001GB 8417MB linux-swap(v1)
Error: The primary GPT table is corrupt, but the backup appears OK, so that will
be used.
OK/Cancel? ^C
Model: ATA WDC WD40EFRX-68N (scsi)
Disk /dev/sdb: 4001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
Error: The primary GPT table is corrupt, but the backup appears OK, so that will be used.
OK/Cancel? ^C
Model: ATA WDC WD40EFRX-68N (scsi)
Disk /dev/sdc: 4001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
Error: The primary GPT table is corrupt, but the backup appears OK, so that will be used.
OK/Cancel? ^C
Model: ATA WDC WD40EFRX-68N (scsi)
Disk /dev/sdd: 4001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
Model: Linux Software RAID Array (md)
Disk /dev/md0: 8001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 2620kB 7993GB 7993GB raid
2 7993GB 8001GB 8416MB linux-swap(v1)
root@bitcorn:/mnt/md0#
root@bitcorn:/mnt/md0# fsck.ext4 -b 32768 /dev/md0p1
e2fsck 1.44.1 (24-Mar-2018)
fsck.ext4: Bad magic number in super-block while trying to open /dev/md0p1
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
mount -t ext4 -o ro,offset=32768 /dev/md0p1 /mnt/md0
root@bitcorn:/mnt/md0# mount -t ext4 -o ro,offset=32768 /dev/md0p1 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
mount -t ext4 -o=ro,offset xxx /dev/md0p1 /mnt/md0
root@bitcorn:/dev# mke2fs -n /dev/md0p1
mke2fs 1.44.1 (24-Mar-2018)
/dev/md0p1 alignment is offset by 1024 bytes.
This may result in very poor performance, (re)-partitioning suggested.
Creating filesystem with 1951387392 4k blocks and 243924992 inodes
Filesystem UUID: dfa782b3-06dc-4e04-959e-ac535a95b727
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848, 512000000, 550731776, 644972544, 1934917632
root@bitcorn:/dev# mount -t ext4 -o ro,offset=32768 /dev/md0 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
root@bitcorn:/dev# mount -t ext4 -o ro,offset=98304 /dev/md0p1 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
root@bitcorn:/dev# mount -t ext4 -o ro,offset=163840 /dev/md0p1 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
root@bitcorn:/# fsck -y /dev/md0
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
ext2fs_open2: Bad magic number in super-block
fsck.ext4: Superblock invalid, trying backup blocks...
fsck.ext4: Bad magic number in super-block while trying to open /dev/md0
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 gpt partition table in /dev/md0
mdadm --detail /dev/md0
root@bitcorn:/dev# mdadm --stop /dev/md127
mdadm: stopped /dev/md127
root@bitcorn:/dev# mdadm --assemble --scan
mdadm: /dev/md/0 has been started with 3 drives.
root@bitcorn:/dev# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10]
md0 : active raid5 sdb[0] sdd[2] sdc[1]
7813772288 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
bitmap: 0/30 pages [0KB], 65536KB chunk
unused devices:
root@bitcorn:/dev# dumpe2fs /dev/md0 | grep super
dumpe2fs 1.44.1 (24-Mar-2018)
dumpe2fs: Bad magic number in super-block while trying to open /dev/md0
Found a gpt partition table in /dev/md0
Couldn't find valid filesystem superblock.
fsck.ext4 -y /dev/md127
root@bitcorn:/# mount -t ext4 -o ro,offset=17408 /dev/md0p1 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
root@bitcorn:/# mount -t ext4 -o ro,offset=17920 /dev/md0p1 /mnt/md0
mount: /mnt/md0: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
parted --list
mke2fs -n ...
fsck -t ext4 -b