Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
Hi >>>hein at ziggy.radex.plh.af.mil writes: [x] > Maybe you did not correctly mount the CD-ROM. The mount command is > as follows > > mount /dev/cdrom /mount_directory -t is09660 > > where /dev/cdrom has a symbolic link to /dev/scd0 if it is a SCSI CDROM > or the appropriate non-scsi CDROM device otherwise. 2 notes here - the mount command should be as follows: mount -t iso9660 /dev/cdrom /mount_point [please note is it iso9660 rather than is09660] -you can avoid the symbolic link from /dev/cdrom to your cd drive if you just specify it on the command line, like this mount -t iso9660 /dev/scd0 /mount_point Good Luck! -- John Saylor MIT E40-335 617.253.0172
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |