Constant path to external drive

Is there a way to make CE recognize my external drive always as /dev/sda or /dev/sdb?
Currently when I unplug my external drive and plug it back I am not sure what path will have. Sometimes it’s /dev/sda, sometimes /dev/sdb, sdc,… That gives me a problem because of my library on that drive and because of some commands in crontab that I use.

I know that I could solve this problem if I could change fstab but with CE that is not possible so is there maybe a some other way to solve this problem?

Add a label to your drive (partition actually) and it will always be mounted under /media/your_label.

Instant reply from vpeter… as always :slight_smile:
Really the Problem solver :slight_smile:

Once again thanks a lot!