For the life of me I can not seem to get the proper syntax for mounting the cdrom on Fedora Core 3. I found out that they decided to change things up in Core three and move the cdrom mount points to /media instead of /mnt like it has been for years but even with this new found knowledge I can not get the device to mount.
I tossed a cdrom into the drive and tried to mount it and I get variaous errors depending on the syntax used.
mount /media/cdrom
Takes a long time and then errors with an inout/output error and says I must provide the filesystem type.
/mount -t nfs /media/cdrom
This basically just spews out the usage stuff due to incorrect syntax.
mount nfs /media/cdrom
This errors saying that the directory to mount is not in host:dir format?
I tried a few other ways but all generating some sort of error.
Any idea? I know this is suppose to be a simple thing to do but I guess I am stupid.
Oh I also tried:
mount /dev/hdc /media/cdrom
This generated the same IO error and crapped out on me.



