How to mount SATA HDD via USB SATA HDD Converter?

Oh, and unplugging before unmounting any partition on the disk will lead to the disk getting sdc, sdd, sde .....sdaa ...sdzz

I do not know what the word whatever refers to in the above comment.

# mount /dev/sdd2 /mnt/sdd2
mount: /mnt/sdd2: unknown filesystem type 'LVM2_member'.
       dmesg(1) may have more information after failed mount system call.

Will need to use a LVM tool to mount the /sdd2 partition on the drive then?

Can’t help you there. Never used LVM.

When I need to mount an LVM volume, I use:

vgchange -a y
mount /dev/mapper/"volume name"   /mnt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.