On Wednesday 25 Jun 2003 06:26, Jean Magnan de Bornier wrote: > Le mardi 24 juin � 20 h. 33, Peter Ruskin a �crit notamment: > > On Tuesday 24 Jun 2003 16:48, Jean Magnan de Bornier wrote: <snip>
> Checked out /etc/devfs.conf; then wrote in fstab: > /dev/sr0 /mnt/cdrom iso9660 noauto,ro,users > 0 0 > Was this what you meant? > Then: > bash-2.05b# cdrecord -scanbus > Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J�rg > Schilling cdrecord: No such file or directory. Cannot open > '/dev/pg*'. Cannot open SCSI driver. cdrecord: For possible targets > try 'cdrecord -scanbus'. Make sure you are root. cdrecord: For > possible transport specifiers try 'cdrecord dev=help'. and also: > bornier% mount /mnt/cdrom > mount : le p�riph�rique sp�cial /dev/sr0 n'existe pas. > meaning that /dev/sr0 does not exist! > > Maybe sr0 doesn't suit my setup, but I have no what this means? > Thanks for more help, You need to restart devfsd for the changes to /etc/devfs.conf to take effect. I did that by rebooting :-) $ ll /dev/sr0 lr-xr-xr-x 1 root root 31 2003-06-24 21:09 /dev/sr0 -> scsi/host0/bus0/target0/lun0/cd You could try (as root): ln -s /dev/scsi/host0/bus0/target0/lun0/cd /dev/sr0 Peter -- ================================================== Gentoo Linux: Gentoo Base System version 1.4.3.8p1 kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+ ================================================== -- [EMAIL PROTECTED] mailing list
