On May 14, 3:10 pm, Juha Tuuna <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > I do not mount cd rom successfully. It seems that CD has not been seen > > in debian40r3 console, but when the cd rom icon can be seen on the > > desktop after lunch X window by startx. How can I see cd outside X > > window? > > > > $ grep cdrom /etc/fstab > > /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 > > $ ls -l /dev/cdrom > > lrwxrwxrwx 1 root root 3 2008-05-14 00:05 /dev/cdrom -> hdc > > $ su -c 'mount -t iso9660 /dev/hdc /cdrom' > > Password: > > mount: No medium found > > $ > > > > Thank you for your time. > > What about: > mount /media/cdrom0 > Does this 'No medium found' occur with every CD or just one/some? > > When you insert the CD, try as root: > dd if=/dev/hdc bs=256 count=1 | hd > > anything or error again? >
Hi, this is the output, $ su -c 'mount -t iso9660 /media/cdrom0 /cdrom' Password: mount: /media/cdrom0 is not a block device $ dd if=/dev/hdc bs=256 count=1 | hd dd: opening `/dev/hdc': No medium found $ By the way, I'm working with an iso cd image. > PS. sorry about the private mail I sent to [EMAIL PROTECTED] > earlier. My bad. This is ok. Thank you for help. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]