Any help appreciated
Ross
Maybe it's not a installed or not part of RH9.
There is a quite good description how to make a bootfloppy if you read the
README file that is included with the kernel-source package, location on
harddrive /usr/src/linux-2.4/README
//Aho
$ locate mkbootdisk
/usr/share/man/man8/mkbootdisk.8.gz
/sbin/mkbootdisk
So from the console or xterm session as root or equivalent;
/sbin/mkbootdisk <kernel_version_number>
Sounds like maybe that you were attempting to make your copy as a regular
user or you used 'su' instead of 'su -' (big difference) for the
mkbootdisk command (See 'man su' for the details). But since you already
have the boot disk and you want to make a copy of it, use dd (see 'man dd'
for the details) [no root needed]; dd if=dev/fd0 of=bootdisk.img bs=1440k
--
Posted under the XFree86 v.1.0 license
Copyright remains with the author