[expert] Re: [newbie] CD Rom not accessible

2000-05-06 Thread Alan Shoemaker

Jimoh, I didn't realize that you're using supermount. 
That line in your /etc/fstab file is not correct, it should be
like the one below:

/mnt/cdrom  /mnt/cdrom  supermount  fs=iso9660,dev=/dev/cdrom 
0 0

and of course the softlink /dev/cdrom should link to /dev/hdd

Alan


Jim Brown wrote:
> 
> Thanks for the info!
> I did an "ls -l" in the /dev dir and it shows "cdrom -> hdd"
> I tried deleting that and doing "ln -s hdc cdrom"  and "ln -s hdb cdrom"
> etc for different devices.  They all still go to the floppy when I get into
> kscd.  I looked at the configuration for kscd and it shows "/mnt/cdrom".
> I looked at fstab and it shows for the cd:
> "/dev/cdrom /mnt/cdrom supermount exec,dev,suid,rw,fs=iso9660 0 0"
> 
> Alan Shoemaker wrote:
> 
> > Jimit sounds like /dev/cdrom is a softlink pointing to
> > /dev/fd0.  It should be a softlink pointing to /dev/hdd
> > instead.
> >
> > Alan
> >
> > Jim Brown wrote:
> > >
> > > Thanks for all of your help and quick responses!!!
> > > The /dev/hdd doesn't work at all for any type of disk.  I've tried music cd,
> > > linux-mandrake 7.0 install cd, and a dos cd, none work with /dev/hdd.
> > > The /dev/cdrom mount I spoke of before accesses the floppy drive.  I
> > > just don't understand what's going on.
> > >
> > > Eduardo Arauz wrote:
> > >
> > > > what types of files are you trying to mount? remember that you cant mount 
>music cd roms in your hdd
> > > >
> > > > -Original Message-
> > > > From:   Jim Brown [SMTP:[EMAIL PROTECTED]]
> > > > Sent:   Friday, May 05, 2000 7:44 AM
> > > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > > > Subject:Re: [newbie] CD Rom not accessible
> > > >
> > > > I tried "mount /dev/hdd cdrom" but that doesn't work.  I messed
> > > > with my fstab.  Not it looks like "/dev/cdrom /mnt/cdrom supermount
> > > > exec,dev/suid,rw,fs=iso9660 0 0" but when I run "mount /dev/cdrom"
> > > > it now accesses the floppy drive!!!  Close, but no cigar.  Any idea
> > > > what I'm doing wrong???
> > > >
> > > > Eduardo Arauz wrote:
> > > >
> > > > > have you mounted your cdrom ?
> > > > > try to umount it and mount it again on hdd
> > > > > mount /dev/hdd cdrom
> > > > >
> > > > > -Original Message-
> > > > > From:   Jim Brown [SMTP:[EMAIL PROTECTED]]
> > > > > Sent:   Wednesday, May 03, 2000 9:30 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject:[newbie] CD Rom not accessible
> > > > >
> > > > > I'm having trouble accessing my CDRom for Music and data.
> > > > > When I click on the CDRom Icon with a windows or linux
> > > > > (mandrake install disk) cd, I can't see any data.  When I get
> > > > > into the kscd program, it can't find a disk.  When I go to
> > > > > lothar it finds my cd (model: CRW6206A, device:/dev/hdd
> > > > > bustype: atapi/ide).  When I go back to kscd and try to set
> > > > > /dev/hdd in the cdrom device it still doesn't see it.  When I go
> > > > > to drakeconf and then click filesystems and local drive, I
> > > > > can set the cdrom to /dev/hdd, but that doesn't help either.
> > > > > I guess I'm a newbie.  Please help.
> > [snip]




Re: [expert] Re: [newbie] CD Rom not accessible

2000-05-06 Thread AG

Okay, I guess I missed the biginning of this. . .

On Fri, 05 May 2000, Alan Shoemaker wrote:

| Jimit sounds like /dev/cdrom is a softlink pointing to
| /dev/fd0.  It should be a softlink pointing to /dev/hdd
| instead.
| 
| Alan
| 
| 
| Jim Brown wrote:
| > 



| > Eduardo Arauz wrote:
| > 
| > > what types of files are you trying to mount? remember that you cant mount music 
|cd roms in your hdd
| > >
| > > -Original Message-
| > > From:   Jim Brown [SMTP:[EMAIL PROTECTED]]
| > > Sent:   Friday, May 05, 2000 7:44 AM
| > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
| > > Subject:Re: [newbie] CD Rom not accessible
| > >
| > > I tried "mount /dev/hdd cdrom" but that doesn't work.  I messed
| > > with my fstab.  Not it looks like "/dev/cdrom /mnt/cdrom supermount
 ^^ ^^ ^^
should be /mnt/cdrom /mnt/cdrom supermount

Yes, it looks screwy, but that's how supermount works.

Also, since you're using supermount, explicit mounting generally is not needed.
If you want to explicitily mount, use /mnt/disk instead of /mnt/cdrom because
supermount needs that mount point.






[expert] Re: [newbie] CD Rom not accessible

2000-05-06 Thread Alan Shoemaker

Jimit sounds like /dev/cdrom is a softlink pointing to
/dev/fd0.  It should be a softlink pointing to /dev/hdd
instead.

Alan


Jim Brown wrote:
> 
> Thanks for all of your help and quick responses!!!
> The /dev/hdd doesn't work at all for any type of disk.  I've tried music cd,
> linux-mandrake 7.0 install cd, and a dos cd, none work with /dev/hdd.
> The /dev/cdrom mount I spoke of before accesses the floppy drive.  I
> just don't understand what's going on.
> 
> Eduardo Arauz wrote:
> 
> > what types of files are you trying to mount? remember that you cant mount music cd 
>roms in your hdd
> >
> > -Original Message-
> > From:   Jim Brown [SMTP:[EMAIL PROTECTED]]
> > Sent:   Friday, May 05, 2000 7:44 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject:Re: [newbie] CD Rom not accessible
> >
> > I tried "mount /dev/hdd cdrom" but that doesn't work.  I messed
> > with my fstab.  Not it looks like "/dev/cdrom /mnt/cdrom supermount
> > exec,dev/suid,rw,fs=iso9660 0 0" but when I run "mount /dev/cdrom"
> > it now accesses the floppy drive!!!  Close, but no cigar.  Any idea
> > what I'm doing wrong???
> >
> > Eduardo Arauz wrote:
> >
> > > have you mounted your cdrom ?
> > > try to umount it and mount it again on hdd
> > > mount /dev/hdd cdrom
> > >
> > > -Original Message-
> > > From:   Jim Brown [SMTP:[EMAIL PROTECTED]]
> > > Sent:   Wednesday, May 03, 2000 9:30 PM
> > > To: [EMAIL PROTECTED]
> > > Subject:[newbie] CD Rom not accessible
> > >
> > > I'm having trouble accessing my CDRom for Music and data.
> > > When I click on the CDRom Icon with a windows or linux
> > > (mandrake install disk) cd, I can't see any data.  When I get
> > > into the kscd program, it can't find a disk.  When I go to
> > > lothar it finds my cd (model: CRW6206A, device:/dev/hdd
> > > bustype: atapi/ide).  When I go back to kscd and try to set
> > > /dev/hdd in the cdrom device it still doesn't see it.  When I go
> > > to drakeconf and then click filesystems and local drive, I
> > > can set the cdrom to /dev/hdd, but that doesn't help either.
> > > I guess I'm a newbie.  Please help.
[snip]