The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Cdrom
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-09-2002
_hp_ _hp_ is offline
Registered User
 

Join Date: Jun 2002
Posts: 15
Under Linux:

#mount /dev/hdc -t iso9660 -r /cdrom

in case of a scsi cd-rom

#mount /dev/sdc0 -t iso9660 -r /cdrom