[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ProgSoc] Linux floppy mounting



The linux kernel uses major and minor numbers to identify devices. Try the
following:

rm /dev/fd0
/dev/MAKEDEV fd0

This might correct the mapping if its invalid. Otherwise, check that the
appropriate floppy support is in your kernel.

Nigel

> -----Original Message-----
> From: owner-progsoc@nospam.progsoc.uts.edu.au
> [mailto:owner-progsoc@nospam.progsoc.uts.edu.au]On Behalf Of Bryn Price
> Sent: Thursday, 8 February 2001 18:22
> To: The Programmers' Society
> Subject: [ProgSoc] Linux floppy mounting
>
>
> I've got a problem whereby I try to mount my floppy drive (/dev/fd0) to
> mount point /mnt/floppy; all very standard, but i get the following error:
>
> "invalid major or minor number"
>

-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.