sudo nano /etc/fstab
Add a line to describe your drive
UUID=17c16659-0f69-4fb7-9d2c-05c6853e8241 /media/florian/hdd2 ext4 defaults
To find the UUID of the hard drive, you can use the command
sudo blkid
To apply changes, you can use the command
sudo mount -a