My raspberry pi got crashed due to some kernel issues and I could not fix those issues. I need to rebuild the node again. After rebuilding, when I connected the USB drive to the pi, I could not mount it. I get the following error. I do not want to format the drive. Is there a way to resolve this issue?
mount: wrong fs type, bad option, bad superblock on /dev/sda,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
[ 2501.970145] sd 1:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[ 2501.978004] sda: unknown partition table
[ 9387.289324] JBD2: Unrecognised features on journal
[ 9387.289340] EXT4-fs (sda): error loading journal
[ 9826.466769] sd 1:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[ 9826.475169] sda: unknown partition table
[10460.040501] sd 1:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[10460.048125] sda: unknown partition table
[10752.531883] JBD2: Unrecognised features on journal
[10752.531901] EXT4-fs (sda): error loading journal
pine64@StorJ-Node:~$ sudo mount -t ext4 /dev/sda /mnt/storagenode/
[sudo] password for pine64:
mount: wrong fs type, bad option, bad superblock on /dev/sda,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
/dev/sda1 is my working disk.
/dev/sdb1 is my new disk. I’m moving data to this disk now and it will be used on my Armbian device.
In the very beginning, I use mount command to mount this disk as /mnt/storagenode-new, it is able to rsync. But when I bring it back to Armbian, it cannot be mounted anymore.
Now I notice after inserting a USB disk into Pi3, it will be auto-mounted as something like /media/pi/019879b6-7adb-4a23-8fa7-3c0805132f1d
So I just use this path for syncing. One more thing, I formated this disk on Armbian without journal. Seems “without journal" and using “auto-mount path” is a workaround for me. I will report back after full sync, it will be probably a few days later due to USB2.0 on Pi3.