Inoperative floppy/cdrom in RH 6.1 Gnome

Inoperative floppy/cdrom in RH 6.1 Gnome

Post by Murray Pfeffe » Fri, 14 Jan 2000 04:00:00



Can anyone help this newbie with this problem?  The equiptment here is a
Celeron 400, Acer CDROM, 20 Gig HD, 64 MB RAM.

When I am in the Shell, I can both read and write to the floppy. (I
don't yet know the command to read the CDROM  -- tried ls, but that
didn't work).

But when I am in Gnome, and I click on the Floppy icon, I am prompted:

   mount:  wrong fs type, bad option, bad superblock on /dev/fd0 or
                too many mounted filesystems

When I click on the CDROM Icon, I am prompted:

   mount:  the kernel does not recognize /dev/cdrom as a block device
                (maybe "insmod driver")    

This is actually a 're-install'.  Apparently, the icons will work on
some installs and not on others. The Floppy icon did work on a previous
installation.

Any and all suggestions gratefully accepted.

--

 
 
 

Inoperative floppy/cdrom in RH 6.1 Gnome

Post by Stev » Sat, 15 Jan 2000 04:00:00



>Can anyone help this newbie with this problem?  The equiptment here is a
>Celeron 400, Acer CDROM, 20 Gig HD, 64 MB RAM.

>When I am in the Shell, I can both read and write to the floppy. (I
>don't yet know the command to read the CDROM  -- tried ls, but that
>didn't work).

>But when I am in Gnome, and I click on the Floppy icon, I am prompted:

>   mount:  wrong fs type, bad option, bad superblock on /dev/fd0 or
>                too many mounted filesystems

>When I click on the CDROM Icon, I am prompted:

>   mount:  the kernel does not recognize /dev/cdrom as a block device
>                (maybe "insmod driver")    

>This is actually a 're-install'.  Apparently, the icons will work on
>some installs and not on others. The Floppy icon did work on a previous
>installation.

>Any and all suggestions gratefully accepted.

Firstly if you've mounted the devices at the comand line then
started X, the device is already mounted.

If there isn't a CD in the cdrom, it won't mount, and it won't
mount a music CD, I think you need to specify a particular
fstype.  Put a data cd in the drive and
mount /dev/cdrom /mnt/cdrom  should work, it'll tell you
that the drive is write protected and that it's been mounted
read only.

This all neads to be done in a terminal window.  

--
Cheers

%HAV-A-NICEDAY Error not enough coffee  0 pps.

web http://www.ndirect.co.uk/~sjlen/

or  http://start.at/zero-pps

  5:41pm  up 1 day, 20:18,  4 users,  load average: 1.00, 1.00, 1.00

 
 
 

Inoperative floppy/cdrom in RH 6.1 Gnome

Post by Lori Holder-Web » Sat, 15 Jan 2000 04:00:00


Ah, I've had this problem too.  I've gotten the same exact messages from
the floppy drive when it has *not* been already mounted, when the
/dev/fd0 entry in fstab indicates it's owned by users, and when I can
mount it fine from the command line.  Same kind of thing with the cd
player - disk in, not already mounted, fstab entry allows me to
mount/unmount it, and the funky 'not a block device' message mentioned
below.

I haven't figured it out, either.  Mostly I've just had to fire up an
xterm and do it from there.  It's a minor nuisance and one that's been
confusing me for quite a while.



> >Can anyone help this newbie with this problem?  The equiptment here is a
> >Celeron 400, Acer CDROM, 20 Gig HD, 64 MB RAM.

> >When I am in the Shell, I can both read and write to the floppy. (I
> >don't yet know the command to read the CDROM  -- tried ls, but that
> >didn't work).

> >But when I am in Gnome, and I click on the Floppy icon, I am prompted:

> >   mount:  wrong fs type, bad option, bad superblock on /dev/fd0 or
> >                too many mounted filesystems

> >When I click on the CDROM Icon, I am prompted:

> >   mount:  the kernel does not recognize /dev/cdrom as a block device
> >                (maybe "insmod driver")

> >This is actually a 're-install'.  Apparently, the icons will work on
> >some installs and not on others. The Floppy icon did work on a previous
> >installation.

> >Any and all suggestions gratefully accepted.

> Firstly if you've mounted the devices at the comand line then
> started X, the device is already mounted.

> If there isn't a CD in the cdrom, it won't mount, and it won't
> mount a music CD, I think you need to specify a particular
> fstype.  Put a data cd in the drive and
> mount /dev/cdrom /mnt/cdrom  should work, it'll tell you
> that the drive is write protected and that it's been mounted
> read only.

> This all neads to be done in a terminal window.

> --
> Cheers

> %HAV-A-NICEDAY Error not enough coffee  0 pps.

> web http://www.ndirect.co.uk/~sjlen/

> or  http://start.at/zero-pps

>   5:41pm  up 1 day, 20:18,  4 users,  load average: 1.00, 1.00, 1.00

 
 
 

Inoperative floppy/cdrom in RH 6.1 Gnome

Post by vinitha_mat.. » Fri, 11 Feb 2000 04:00:00


Hello,
    I am having problems with my floppy/cdrom too. I have windows 95 &
linux on my system. Sometime back I was able to access both the drives
from both the OS. I don't know what happened but all of a sudden they
don't work.
  When I try to mount a floppy in Linux (which I could earlier), I get:
        I/O error dev 02 :00, sector 0
        status = 10
        fdc-busy = 1      etc etc.
  When I try to mount a cdrom drive(with a cd in it), I get :
        hdc : tray open or drive not ready
        end-request : I/0 error dev 16:00 sector 64
        isofs-read-super : bread failed
        mount : wrong fs type, bad otpion, bad superblock on /dev/cdrom
or too many mounted systems.

         In windows too, I get an empty cdrom drive listing & with the
floppy, I get 'A: not accessible'.  Since both OS don't work, does it
mean it's a hardware glitch? I have checked the connections & they seem
ok. If anybody has an idea what's happening, I'd love to hear! Thanks
loads. Vin.





> >Can anyone help this newbie with this problem?  The equiptment here
is a
> >Celeron 400, Acer CDROM, 20 Gig HD, 64 MB RAM.

> >When I am in the Shell, I can both read and write to the floppy. (I
> >don't yet know the command to read the CDROM  -- tried ls, but that
> >didn't work).

> >But when I am in Gnome, and I click on the Floppy icon, I am
prompted:

> >   mount:  wrong fs type, bad option, bad superblock on /dev/fd0 or
> >                too many mounted filesystems

> >When I click on the CDROM Icon, I am prompted:

> >   mount:  the kernel does not recognize /dev/cdrom as a block device
> >                (maybe "insmod driver")

> >This is actually a 're-install'.  Apparently, the icons will work on
> >some installs and not on others. The Floppy icon did work on a
previous
> >installation.

> >Any and all suggestions gratefully accepted.

> Firstly if you've mounted the devices at the comand line then
> started X, the device is already mounted.

> If there isn't a CD in the cdrom, it won't mount, and it won't
> mount a music CD, I think you need to specify a particular
> fstype.  Put a data cd in the drive and
> mount /dev/cdrom /mnt/cdrom  should work, it'll tell you
> that the drive is write protected and that it's been mounted
> read only.

> This all neads to be done in a terminal window.

> --
> Cheers

> %HAV-A-NICEDAY Error not enough coffee  0 pps.

> web http://www.ndirect.co.uk/~sjlen/

> or  http://start.at/zero-pps

>   5:41pm  up 1 day, 20:18,  4 users,  load average: 1.00, 1.00, 1.00

Sent via Deja.com http://www.deja.com/
Before you buy.
 
 
 

Inoperative floppy/cdrom in RH 6.1 Gnome

Post by Stev » Sun, 13 Feb 2000 04:00:00




>Hello,
>    I am having problems with my floppy/cdrom too. I have windows 95 &
>linux on my system. Sometime back I was able to access both the drives
>from both the OS. I don't know what happened but all of a sudden they
>don't work.
>  When I try to mount a floppy in Linux (which I could earlier), I get:
>        I/O error dev 02 :00, sector 0
>        status = 10
>        fdc-busy = 1      etc etc.
>  When I try to mount a cdrom drive(with a cd in it), I get :
>        hdc : tray open or drive not ready
>        end-request : I/0 error dev 16:00 sector 64
>        isofs-read-super : bread failed
>        mount : wrong fs type, bad otpion, bad superblock on /dev/cdrom
>or too many mounted systems.

>         In windows too, I get an empty cdrom drive listing & with the
>floppy, I get 'A: not accessible'.  Since both OS don't work, does it
>mean it's a hardware glitch? I have checked the connections & they seem
>ok. If anybody has an idea what's happening, I'd love to hear! Thanks
>loads. Vin.

This one sounds as though it's getting ugly, one suggestion would be to
check in the bios at boot up and make sure that both devices are enabled.

In linux have a look to see it the system is trying to mount them at
boot time, if it is and there isn't media in there then that might
be causing the problem.  

This is what thosel lines look like in my /etc/fstab file.

/dev/fd0    /mnt/floppy ext2    noauto       0 0
/dev/cdrom  /mnt/cdrom  iso9660 defaults,ro  0 0

Having said all of this it does sound like the cables inside the
machine, (double check).

--
Cheers

%HAV-A-NICEDAY Error not enough coffee  0 pps.

web http://www.ndirect.co.uk/~sjlen/

or  http://start.at/zero-pps

  9:04pm  up 2 days,  3:01,  7 users,  load average: 2.71, 2.35, 2.16

 
 
 

1. Floppy and CDROM inoperative in Gnome. RH6.1

First, I want to apologize to everyone.  I posted a request for help
yesterday, and when I checked it this morning, I found no message --just
a gif was attached. I just don't know how that happened. My apologies to
all. Let me try again.

I have just completed a re-install of RH6.1  The box is a Celeron 400,
EIDE 20 gig, Acer CDROM, Kensington Mouuse and Kbd are both ps2.

I can access the floppy and CDROM for both read and write from the
shell, but can't use either one from the Gnome screen.

When I 'click' on the Floppy icon, I am prompted:

   mount:  wrong fs type, bad option, bad superblock on  /dev/fd0
              or too many mounted filesystems.

When I 'click' on the CDROM icon, I am prompted:

   mount:  the kernel does not recognize /dev/cdrom as a block device
               (maybe "insmod driver")

Any and all help is appreciated.

--
Regards,   Murray

2. Redhat support for AHA 3940

3. Starting Gnome - on RH 6.1

4. Printing, /dev/lp1 no such devices

5. RH 6.1 Gnome/KDE Question

6. Installing nntp on Solaris 2.5

7. RH 6.1 GNOME mouse

8. Using serial ports from another machine

9. RH 6.1 Gnome, Kde, No Interner???

10. How to Uninstall GNOME on RH 6.1-SPARC

11. Wierd mouse problem under GNOME (RH 6.1)

12. Gnome and chopped windows on RH 6.1

13. Switching from GNOME to KDE under RH 6.1