I did
mount -t iso9660 /dev/cd0 /mnt/cdrom
after creating /mnt/cdrom
it gave me:
mount: no helper program found for iso9660: No such file or directory
then i tried
# mount /dev/cd0 /mnt/cdrom
mount_ffs: /dev/cd0 on /mnt/cdrom: No such file or directory.
What the hell is wrong?