On Sun, 29 Aug 1999, Paul wrote: > I`ve tried looking for "makedev" which dselect tells me is installed but > all I seem to have are the doc files and the /var/lib/dpkg/info/ files.
Makedev the binary (actually it's a script) is in /dev. As a quick fix, you can do (as root): mknod -m 664 /dev/fd0 b 2 0 Then change the group to... uhm... is it group 'disk' or group 'floppy'? I forget. :}