Hi all and thanks for the replies.
please_try_again:
@OWEN:/dev> dmesg|egrep fd0
@OWEN:/dev>
Palladium:
OWEN:/dev # !mount
mount /dev/fd0 /media/floppy
mount: special device /dev/fd0 does not exist
OWEN:/dev #
knurpht:
Yes, I have also another box running 11.2 that has its fd0 in place and working fine.
The md5 checked out fine and the install was straight-forward - no errors or anything.
/lib/udev has in it a “create_floppy_devices” that would get run by /lib/udev/rules.d/50-udev-default.rules if there was a match for these:
KERNEL==“fd[0-9]”, GROUP=“floppy”
KERNEL==“fd[0-9]”, ACTION==“add”, ATTRS{cmos}=="?", RUN+=“create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G floppy $root/%k”
KERNEL=="hd", SUBSYSTEMS==“ide”, ATTRS{media}==“floppy”, OPTIONS+=“all_partitions”
I have just run “create_floppy_devices” as follows:
/lib/udev/create_floppy_devices -c -m 2 -t 3 -U root -G floppy -M 0640 /dev/fd0
This gave me these in /dev…
brw-r----- 1 root floppy 2, 84 2010-02-11 18:51 fd0u1040
brw-r----- 1 root floppy 2, 88 2010-02-11 18:51 fd0u1120
brw-r----- 1 root floppy 2, 12 2010-02-11 18:51 fd0u360
brw-r----- 1 root floppy 2, 16 2010-02-11 18:51 fd0u720
brw-r----- 1 root floppy 2, 120 2010-02-11 18:51 fd0u800
brw-r----- 1 root floppy 2, 52 2010-02-11 18:51 fd0u820
brw-r----- 1 root floppy 2, 68 2010-02-11 18:51 fd0u830
…Now comes some voodoo! I linked fd0u1040 to fd0 and tried to mount a floppy. That worked fine and I could list the floppy contents. I then unmounted the floppy and here’s what’s left in /dev…
brw-rw---- 1 root floppy 2, 0 2010-02-11 19:01 fd0
brw-r----- 1 root floppy 2, 84 2010-02-11 18:51 fd0u1040
brw-r----- 1 root floppy 2, 88 2010-02-11 18:51 fd0u1120
brw-r----- 1 root floppy 2, 12 2010-02-11 18:51 fd0u360
brw-r----- 1 root floppy 2, 16 2010-02-11 18:51 fd0u720
brw-r----- 1 root floppy 2, 120 2010-02-11 18:51 fd0u800
brw-r----- 1 root floppy 2, 52 2010-02-11 18:51 fd0u820
brw-r----- 1 root floppy 2, 68 2010-02-11 18:51 fd0u830
…my link is gone, replaced by a new node of the same name.
I’m going to reboot now and see what happens.
Thanks you all, I will report on what happens after the boot.