fsck -fCV /dev/md0p1
and paste the output
EDIT: and the output from
dmesg | grep md0
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.
dumpe2fs -h /dev/md0p1
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.
fsck.ext4 -b 32768 /dev/md0p1
mount -t ext4 -o ro,offset=32768 /dev/md0p1 /mnt/md0
mke2fs -n
mke2fs -n /dev/md0p1
mount -t ext4 -o=ro,offset xxx /dev/md0p1 /mnt/md0
mount -t ext4 -o=ro,offset xxx /dev/md0 /mnt/md0
ls -la /mnt/md0
mke2fs -n
cat /etc/mdadm/mdadm.conf; stat /etc/mdadm/mdadm.conf
#ARRAY /dev/md0 metadata=1.2 spares=1 name=xserver:0 UUID=e0104263:8aef7ef8:2d66045f:26a69f31
#ARRAY /dev/md0 metadata=1.2 spares=1 name=xserver:0 UUID=6314fb8d:1466fbbd:5aa88188:793c3019
#ARRAY /dev/md0 metadata=1.2 spares=1 name=bitcorn:0 UUID=4b7f5741:476a4550:ba1184b2:76efd22e
#ARRAY /dev/md/0 metadata=1.2 UUID=4b7f5741:476a4550:ba1184b2:76efd22e name=bitcorn:0
#ARRAY /dev/md/bitcorn:0 metadata=1.2 name=bitcorn:0 UUID=4196079a:155fab25:eb7fa044:37adb2ce
mount -t ext4 -o=ro,offset xxx /dev/md0 /mnt/md0
ls -la /mnt/md0
umount /dev/md0
mke2fs -t ext4 -n /dev/md0p1
cat /etc/mdadm/mdadm.conf; stat /etc/mdadm/mdadm.conf
#ARRAY /dev/md0 metadata=1.2 spares=1 name=xserver:0 UUID=e0104263:8aef7ef8:2d66045f:26a69f31
#ARRAY /dev/md0 metadata=1.2 spares=1 name=xserver:0 UUID=6314fb8d:1466fbbd:5aa88188:793c3019
#ARRAY /dev/md0 metadata=1.2 spares=1 name=bitcorn:0 UUID=4b7f5741:476a4550:ba1184b2:76efd22e
#ARRAY /dev/md/0 metadata=1.2 UUID=4b7f5741:476a4550:ba1184b2:76efd22e name=bitcorn:0
#ARRAY /dev/md/bitcorn:0 metadata=1.2 name=bitcorn:0 UUID=4196079a:155fab25:eb7fa044:37adb2ce
mdadm --assemble --scan
mke2fs -n /dev/md0p1
fsck -B ...
root@bitcorn:/dev# sgdisk -p /dev/md0
Disk /dev/md0: 15627544576 sectors, 7.3 TiB
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 15627544542
Partitions will be aligned on 8-sector boundaries
Total free space is 8141 sectors (4.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 5118 15611104253 7.3 TiB FD00
2 15611104256 15627541487 7.8 GiB 8200
cat /etc/mdadm/mdadm.conf; stat /etc/mdadm/mdadm.conf
mke2fs -n /dev/md0p1
fsck -B ...
root@bitcorn:/dev# sgdisk -p /dev/md0
Disk /dev/md0: 15627544576 sectors, 7.3 TiB
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 15627544542
Partitions will be aligned on 8-sector boundaries
Total free space is 8141 sectors (4.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 5118 15611104253 7.3 TiB FD00
2 15611104256 15627541487 7.8 GiB 8200
cat /etc/mdadm/mdadm.conf; stat /etc/mdadm/mdadm.conf
mount -t ext4 -o ro,offset=((5118*4096)) /dev/md0 /path/to/mountpoint
mount -t ext4 -o ro,offset=((5118*512)) /dev/md0 /path/to/mountpoint
root@bitcorn:/dev# mount -t ext4 -o ro,offset=((5118*4096)) /dev/md0 /mnt/md0
bash: syntax error near unexpected token `('
root@bitcorn:/dev# mount -t ext4 -o ro,offset=((5118*512)) /dev/md0 /mnt/md0
bash: syntax error near unexpected token `('
mount -t ext4 -o ro,offset=((5118*4096)) /dev/md0 /path/to/mountpoint
mount -t ext4 -o ro,offset=((5118*512)) /dev/md0 /path/to/mountpoint
fsck -B ...
fsck -t ext4 /dev/md0p1