The UNIX and Linux Forums  

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



Thread: mounting cds?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-13-2004
norsk hedensk norsk hedensk is offline
Registered User
 

Join Date: Jul 2002
Location: new york
Posts: 1,025
you will only need to create the directory you are mounting the cdrom to if that directory dosnt already exist.
so yes,
mount -t iso9660 /dev/sr0 /mnt/cdrom

wont work if /mnt/cdrom dosnt exist.