Disabling hotplugging from cmd line

How can I disable hotplugging of devices from the boot line?

I’m trying to turn it off so I can have a USB drive permanently mounted in a folder in my home folder. (Not in /mnt/). Or by adding it to /etc/fstab will it mount where I want at boot?

I can do it from the GUI but that involves downloading it to Ubuntu Server.:frowning:

Easiest way is to identify in in /etc/fstab or to put a link in between your home folder and the /mnt/ entry. man ln if you have not used linking before

Cheers Mojo.