Hello, I need help on using utility floppy when my linux is boot
by floppy.
Booting is ok, but I need some utilities like "mkdosfs" ...,
which are not contained in the boot&root diskettes. So I make a
utility floppy (mke2fs /dev/fd0; mount -t ext2 /dev/fd0 /mnt;
cp /sbin/mkdosfs /mnt;) on another linux. Then I insert this
utility floppy back to my linux and mount it to /floppy.
Although, the "mkdosfs" can be seen by "ls" and "cat",
it can't be executed. The error message is "mkdosfs not found".
The boot&root diskettes are from Slackware.
I have check out Linux Bootdisk HOWTO but still have no idea what
happen here. Can you help? Thanks a lot.