A little more detail:
HDDs are connected through USB dock.
listed devices.
vlada-AMILO-Pi-3525 ~ # ls /dev/sd*
/dev/sda /dev/sda10 /dev/sda3 /dev/sda6 /dev/sda8 /dev/sdb
/dev/sda1 /dev/sda2 /dev/sda5 /dev/sda7 /dev/sda9 /dev/sdc
/dev/sdb i /dev/sdc appear after HDDs are turned on.
Attempted mounting:
vlada-AMILO-Pi-3525 ~ # mount /dev/sdb /mnt
mount: you must specify the filesystem type
vlada-AMILO-Pi-3525 ~ # mount -t ext2 /dev/sdb /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
vlada-AMILO-Pi-3525 ~ # mount -t ext3 /dev/sdb /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
vlada-AMILO-Pi-3525 ~ # mount -t ext4 /dev/sdb /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so