so what you want to do is mount the DVD drive?
in that case you need to edit your /etc/fstab file to make sure your system knows firstly where the DVD drive is (in /dev/something) and secondly where you want it mounted. Actually you don't need to do that, but it'll save you typing it all in every time you want to mount the drive. Once you have put it into yr /etc/fstab, you can just type "mount /whereveritis/dvdrom", and linux will look in fstab to find out the other details.
if all your other drives are set to mount to /mnt/floppy and /mnt/cdrom et cetera, you will probably want to make the dvd drive go to /mnt/dvdrom for clarity's sake. (i prefer my drives to be /floppy and /dvdrom et cetera) now you will need to mkdir /mnt/dvdrom and then edit your /etc/fstab accordingly. Now, first of course, you will have to find out what your dvdrom is called in /dev
hope that is a start, maybe somebody else can give you more specific info...
[ April 25, 2002: Message edited by: Calum ]