Page 1 of 1

2 To ssd external disk error : Can't read superblock

Posted: Mon Aug 23, 2021 3:22 pm
by Redmarin
I try to mount two External 1To SSD disk on the Redpitaya with a USB Hub, but the red pitaya said:
Error: can't read superblock


Both of my SSD work fine by themselves on the redpitaya, and everything is ok when I mount a USB stick and an SSD disk with the USB Hub. They haven't been damaged, they are new!
Format of my SSD: FAT32

Line of code i use :
mount /dev/sda1 /mnt/USB1
mount /dev/sdb1 /mnt/USB2

Any idea how to mount both of the SSD?