<< yah I know, I didn't want to laugh because I am such a newb, anyways, man didn't make much sense to me, it was like 5 pages long, is there a basic option, I mean I just want to be able to use the cd-rom so I can install the rest of the things, you would think this book would have done enough research to actually get it right.... >>
what you're looking for is the 'options' section, where it displays all the options you can specify on the command line. the one you'll want is -t.
-t vfstype
The argument following the -t is used to indicate
the file system type. The file system types which
are currently supported are: adfs, affs, autofs,
coda, coherent, cramfs, devpts, efs, ext, ext2,
ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs,
nfs, ntfs, proc, qnx4, reiserfs, romfs, smbfs,
sysv, tmpfs, udf, ufs, umsdos, vfat, xenix, xfs,
xiafs. Note that coherent, sysv and xenix are
equivalent and that xenix and coherent will be
removed at some point in the future -- use sysv
instead. Since kernel version 2.1.21 the types ext
and xiafs do not exist anymore.
so basically this;
mount -t iso9660 /dev/hdxx /mnt/cdrom
but for future reference, get used to reading man pages, if you post every question here you will never learn anything (at least not very quickly)