Perhap you need first of all create the device:
cd /dev
mknod scd0 b 11 1

and then:

ln -s scd0 cdrom1

and

cd /dev && rm cdrom && ln -s scd0 cdrom

(say yest to the question)

Francisco Alcaraz
Murcia (Spain)

----- Mensaje Original -----
Remitente: eric <[EMAIL PROTECTED]>
Fecha: Sábado, Marzo 11, 2000 1:22 am
Asunto: Re: [Cooker] Beta1 and beta2 installation report

> Dear Jose or any lmbeta2 expert:
> 
>  I tried scd0 as what you said scsi device, but still not work, 
> ls do
> show it exist, but why mount not recognize it?
> 
> [root@lshih /root]# ls  -l  /dev/scd0 brw-rw----    1 root     
> cdrom    
> 11,   0 Mar  8  2001 /dev/scd0
> 
> mount  /dev/scd0  /mnt
> mount: /dev/scd0: unknown device
> 
> the following is my /etc/fstab file
> 
> cat /etc/fstab
> /dev/hdc5 / ext2 defaults 1 1
> none /dev/pts devpts mode=0620 0 0
> /dev/hda        /mnt/cdrom      fs=iso9660       
> exec,dev,suid,rw,0 0 1
> /dev/fd0        /mnt/floppy     vfat
> sync,nosuid,noauto,user,nodev,unhide      0
> 
> one thing I did not understand is while /mnt directory have no files,
> (different from 7.2)
> why I can not create a cdrom subdirectory even as root?
> 
> [root@lshih /root]# cd /mnt
> [root@lshih /mnt]# ls
> [root@lshih /mnt]# mkdir cdrom
> mkdir: cannot create directory `cdrom': Permission denied
> 
> sincere to see your or any lm8beta2 expert's help
> eric
> 
> Jose Antonio Becerra Permuy wrote:
> > 
> > El Jue 09 Mar 2000 23:09, escribiste:
> > > (2)after upgrade to beta2, did you tried mount any cd(regular 
> iso9660,> > ie. 7.2 cd1  or music cd, dvd)  mine is not be accessable.
> > 
> >         It works fine in my computer (I have supermount enable). 
> Here is my
> > /etc/fstab:
> > 
> > /dev/hda6 / ext2 defaults 1 1
> > /dev/hda7 /var ext2 defaults 1 2
> > /dev/hda8 /tmp ext2 defaults 1 2
> > /dev/hda9 /home ext2 defaults 1 2
> > /dev/hda5 swap swap defaults 0 0
> > none /dev/pts devpts mode=0620 0 0
> > none /proc proc defaults 0 0
> > /dev/hda1 /mnt/winme vfat umask=0,nosuid,nodev 0 0
> > /dev/hda10 /mnt/win vfat umask=0,nosuid,nodev 0 0
> > /mnt/cdrom /mnt/cdrom supermount 
> fs=iso9660,dev=/dev/cdrom,ro,nosuid,nodev 0 0
> > /mnt/floppy /mnt/floppy supermount 
> fs=vfat,dev=/dev/fd0,nosuid,nodev 0 0
> > 
> > > [root@lshih /root]# mount  -t  iso9660 /dev/hda  /mnt
> > > mount: wrong fs type, bad option, bad superblock on /dev/hda,
> > >        or too many mounted file systems
> > >        (could this be the IDE device where you in fact use
> > >        ide-scsi so that sr0 or sda or so is needed?)
> > 
> >         Are you sure that /dev/hda is your cdrom drive?. I have 
> not used ide-scsi
> > emulation for a long time, but I think that, in that case, you 
> must use the
> > scsi device names and not the ide ones.
> 
>


Reply via email to