If /dev/dvd did exist, it would just be a link to your actual device (/etc/hdc).
If you really want to use /dev/dvd you could create a link yourself by doing this as root....
ln -s /dev/hdc /dev/dvd
That will let you hit /dev/dvd, which will jump straight to /dev/hdc.
>Craig
