<pre>> There is no more /media/cdrom... and :media is empty, even if I load a<br>> cd/dvd/usb-key....<br><br>>> Where is the config for external media?</pre>Hi, <br><br>I do not mount removable media automatically.
<br>I use automount for that. I have a file auto.vol<br><br># This is an automounter map and it has the following format<br># key [ -mount-options-separated-by-comma ] location<br># Details may be found in the autofs(5) manpage
<br>a               -fstype=auto,rw,sync,umask=0 :/dev/fd0<br>d               -fstype=auto,ro,nosuid,nodev :/dev/hdd<br>e               -fstype=auto,ro,nosuid,nodev :/dev/hdc<br><br>Therefore, I use /vol/d or /vol/e for my two writers.
<br><br>Another inconvenience with automatic mounting, is if<br>I have to rewrite a CD-RW in k3b. If it is already mounted, k3b<br>gives me an error, and I would have to umount it before writing.<br>The automount approach also solves this problem for me.
<br><br>For audio CDs, I use cdfs (from ATrpms), which mount audio cds,<br>and If I want to play them in xmmx I see the files (in their mount point) <br>as .wav. I can either copy the .wav files as ordinary files, which is a form
<br>of ripping.<br><br>-- <br>Paulo Roma Cavalcanti<br>LCG - UFRJ