Once again, thanks for everyone's help.

Fabio Coatti wrote:

> 1) under KDE, when you are unable to open the try, do a mount to check
>
> wich drives are mounted

[root@localhost /root]# mount
/dev/hdb5 on / type ext2 (rw)
none on /proc type proc (rw)
/dev/hdb7 on /home type ext2 (rw)
/dev/hdb10 on /tmp type ext2 (rw)
/dev/hdb6 on /usr type ext2 (rw)
/dev/hdb9 on /usr/local type ext2 (rw)
/dev/hdb8 on /usr/src type ext2 (rw)
/dev/hda1 on /mnt/windows type msdos (rw)

> 2) check the /dev/cdrom link, it should point at /dev/hdd

Here is what happened:

[root@localhost /]# ls -l /dev/hdd
brw-rw-rw-   2 root     disk      22,  64 May  5  1998 /dev/hdd
[root@localhost /]# ls -l /dev/cdrom
brw-rw-rw-   2 root     disk      22,  64 May  5  1998 /dev/cdrom
[root@localhost /]#

I suppose that `b' stands for `block device'. In that event isn't it the
case
that /dev/cdrom is not a symbolic link after all (otherwise there should
be an `l' at the beginning of the line)?


Rémi LETOT wrote:

> try 'ls -l /dev/cdrom'.

See above.

> Also try umount /mnt/cdrom and then eject.
>                           ^^^
> Give us the result from these two tries.

[root@localhost /root]# mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@localhost /root]# umount /mnt/cdrom
                                               ^^^
{I tried before using `umount /dev/cdrom'}

[root@localhost /root]# eject
eject: CDROMEJECT ioctl failed for `/dev/cdrom': Device or resource busy

[root@localhost /root]# eject -f
eject: CDROMEJECT ioctl failed for `/dev/cdrom': Device or resource busy

[root@localhost /root]#

Any ideas?


Reply via email to