View Single Post
  #4   (View Single Post)  
Old 10th May 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Yes, please do! Oh, and Corey, you got the name wrong - he is asking about cd reading, by the way. Hard to tell - a degree in 'psychic' would be helpful in some of these posts!

Anyway, read those handbook articles (or a translation of them, maybe), and you will understand what is going on. For the time being, use the command line "mount" command. This should work:
# mount /cdrom

if not, try
# mount -t cd9660 /dev/acd0 /cdrom

(both commands need to be run as root. If you have not installed sudo, use the su command.)
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote