My question is about how to change the points where devices and partitions automatically mount to upon being detected.
The file /etc/fstab contains the entry
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
for mounting floppy disks at /media/floppy0. I don't have a floppy drive on my computer, so I don't know the behavior of this. But, I have also included this line in my fstab file:
/dev/sr0 /CDROM udf,iso9660 user,noauto,exec,utf8 0 0
I want to know if this will make CDs mount at /CDROM instead of some point in /media/<user>.