Check the list of every device
Easy way:
df -h
Less practical way:
ls /dev/sda
This command works because Linux treats everything as a file. Consequently, the provided path denotes the absolute location of the primary external disk that is connected, in the case of sda, it typically corresponds to the same disk where the operating system was installed.