Hello all,<br>
<br>
I have recently installed Kubuntu 5.10 and I'm running KDE 3.4.3. I'm facing a problem while mounting my drives.<br>
<br>
My machine has 2 drives: one which is a CDRW (/dev/hdd) and one wich is also a DVD recorder (/dev/hdc). <br>
<br>
My /etc/fstab is as follows:<br>
<br>
/dev/hda2      
/              
ext3    defaults,errors=remount-ro
0       1<br>
/dev/hda5      
none           
swap   
sw             
0       0<br>
/dev/hdd       
/media/cdrom0   udf,iso9660
user,noauto    
0       0<br>
/dev/hdc       
/media/cdrom1   udf,iso9660
user,noauto    
0       0<br>
/dev/fd0        /media/floppy0 
auto    rw,user,noauto 
0       0<br>
<br>
If I insert a disk into the DVD recorder, KDE
promptly open a window with media:/hdc and the automount works. Also,
an icon appears on my desktop.<br>
<br>
However, if I insert a disk into the CDRW drive, a window with the following error appears:<br>
<br>
"An error occurred while loading media:/hdd:<br>
The file or folder media:/hdd does not exist."<br>
<br>
My /media directory is like this:<br>
<br>
lrwxrwxrwx  1 root root    6 2005-12-19 23:34 cdrom -> cdrom0<br>
drwxr-xr-x  2 root root 4096 2005-12-19 23:34 cdrom0<br>
drwxr-xr-x  2 root root 4096 2005-12-19 23:34 cdrom1<br>
lrwxrwxrwx  1 root root    7 2005-12-19 23:34 floppy -> floppy0<br>
drwxr-xr-x  2 root root 4096 2005-12-19 23:34 floppy0<br>
<br>
<br>
Can anyone give a hint on how to configure kde, or more specifically the 'media-ioslave', so that it mounts my CDRW?<br>
<br>
ps: not only it doesn't show the 'media' window for hdd, but it also
does not mount automatically. However, a manual 'mount /media/cdrom0'
works perfectly, but even then the media:/ does not show the drive icon!<br>
<br>
<br>
Any ideias, please? I've googled around and read the kde mailing list but nothing helped.<br>
<br>
<br>
Thanks in advance,<br>
<br>
<br>
Bruno<br>