Results 1 to 3 of 3

Thread: CDRom

  1. #1

    CDRom

    How do i mount a cdrom so i can recieve the contents on it?

  2. #2

    Re:CDRom

    Regular IDE cd-rom: mount -t iso9660 /dev/hdc /mnt/cdrom

    If you enabled SCSI emulation (For cd-writing), then it should be something like: mount -t iso9660 /dev/sr0 /mnt/cdrom

  3. #3

    Re:CDRom

    Or if you have /etc/fstab set correctly:
    mount /mnt/cdrom

Similar Threads

  1. PCMCIA CDROM & Install
    By teknik0s in forum Linux Distros
    Replies: 5
    Last Post: 12-15-2002, 03:41 AM
  2. Mandrake USB Mouse Problem
    By Tabulous in forum Linux - General Topics
    Replies: 31
    Last Post: 08-31-2002, 03:51 PM
  3. installing a PCMCIA CDrom problem
    By kchung in forum Linux - Hardware, Networking & Security
    Replies: 1
    Last Post: 07-26-2002, 03:53 AM
  4. No cdrom! No Cdrw! 2 Sleepless Nites!!!
    By NightSky in forum Linux - General Topics
    Replies: 6
    Last Post: 05-21-2002, 04:35 PM
  5. cdrom trouble
    By doggiebone in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-07-2002, 05:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •