Here is what I get:

# rpm -qlv dev | grep '/dev/fd0$' 
brw-rw----    1 root    floppy       2,   0 Aug 24  2000 /dev/fd0
# ls -l /dev/fd0
brw-rw----    2 root     floppy     2,   0 Aug 24  2000 /dev/fd0
# mount /dev/fd0 /mnt/floppy/
mount: /dev/fd0 has wrong major or minor number

Any other ideas?

W

-----Original Message-----
From: Nalin Dahyabhai
To: [EMAIL PROTECTED]
Sent: 7/17/2001 5:24 PM
Subject: Re: major/minor numberd changed for floppies?

On Tue, Jul 17, 2001 at 04:57:11PM -0400, Warren Melnick wrote:
> On both of the systems that I have upgraded to seawolf from 6.x, I get
a
> message stating that I have incorrect major/minor numbers when I try
to
> access /dev/fd0.  Did the numbers change?

Not that I'm aware of.  fd0 has been a block device major 2, minor 0
since at least RHL 5.2.  You can check what was installed with the dev
package by running:

  rpm -qlv dev | grep '/dev/fd0$'

You should get something that looks like:

  brw-rw----    1 root    floppy       2,   0 Mar 23 23:38 /dev/fd0

Cheers,

Nalin



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to