cdrom & multisession

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default cdrom & multisession

    hi
    i've a "tiny" linux distro and i need to mount a cdrom with multisession

    when i try to mount the device with:

    mount /dev/hdd -t iso9660 /mnt/cdrom

    i can't see the others sessions of the disc.

    if i use /dev/cdrom
    system reply that the device is not a block device.

    please help!


    vittorio Guest

  2. Similar Questions and Discussions

    1. apt-cdrom add question
      I'm using apt-cdrom add to add a Debian binary-cd. In /etc/apt/sources.list I see: deb cdrom:/ unstable contrib main non-US/contrib non-US/main ...
    2. 4.3.3 & CDROM Installation (44P-170)
      Hello, I'm not able to do a cdrom installation on a 44P-170 I switched the boot order to cdrom and did a reboot. System halts with message...
    3. mounting cdrom
      ok, i have determined how to mount my win32 patitions as well as mounting the cdrom. how do i mount a regular audio disc on my cdrom? thanks long...
    4. multisession cdrecord question
      # cdrecord -msinfo dev=1,1,0 RAW/R16 0,221691 # cdrecord -msinfo dev=1,1,0 RAW/R16 44317,51858 what can be implied by those 2 data? how can I...
    5. can't get a cdrom "configured" with apt-cdrom
      On Wed, Jun 25, 2003 at 10:41:31AM -0700, Rodney D. Myers wrote: I don't know how to fix this, but I've used 'debian-cd' to produce CDs from...
  3. #2

    Default Re: cdrom & multisession

    vittorio wrote:
    > hi
    > i've a "tiny" linux distro and i need to mount a cdrom with multisession
    >
    > when i try to mount the device with:
    >
    > mount /dev/hdd -t iso9660 /mnt/cdrom
    >
    > i can't see the others sessions of the disc.
    >
    > if i use /dev/cdrom
    > system reply that the device is not a block device.
    >
    > please help!
    I seem to remember reading somewhere that on a multisession CD-ROM, only the
    most recent session is visible. I made the same comment to another post on
    the same issue, so it has been raised before. You may find something by
    searching Google Groups.

    Doug.
    --
    Registered Linux User No. 277548.
    They say lightning never strikes twice in the same place. My typing is
    about as accurate. Apologies for any typos that slip in. - Doug.
    Doug Laidlaw Guest

  4. #3

    Default Re: cdrom & multisession

    Hello

    Doug Laidlaw (<laidlaws@myaccess.com.au>) wrote:
    >> i've a "tiny" linux distro and i need to mount a cdrom with
    >> multisession
    >>
    >> when i try to mount the device with:
    >>
    >> mount /dev/hdd -t iso9660 /mnt/cdrom
    >>
    >> i can't see the others sessions of the disc.
    >>
    >> if i use /dev/cdrom
    >> system reply that the device is not a block device.
    /dev/cdrom normally only is a symbolic link to the real device file.
    Where does your /dev/cdrom point to?
    > I seem to remember reading somewhere that on a multisession CD-ROM,
    > only the
    > most recent session is visible. I made the same comment to another
    > post on
    > the same issue, so it has been raised before. You may find something
    > by searching Google Groups.
    I think cdfs could be what he is looking for:

    <http://www.elis.rug.ac.be/~ronsse/cdfs/>

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976
    Andreas Janssen Guest

  5. #4

    Default Re: cdrom & multisession

    > /dev/cdrom normally only is a symbolic link to the real device file.
    > Where does your /dev/cdrom point to?
    >
    if i don't going wrong /dev/hdd

    my cdrom is slave on secondary ide

    ----

    is there an how-to that explain how linux use block devices and what's the
    real mean of /dev/cdrom /dev/fdd0 /dev/fddh1440

    thank you!


    vittorio Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139