On Fri, Dec 31, 1999 at 01:44:08PM -0500, 1stFlight ! wrote:
> I need to make a boot disk to run fsck on my root partition. Using the
> mkbootdisk command how can this be done? Thanks
Not sure, but you shouldn't need a boot disk.
When you get the lilo prompt, push right-shift, then
tab, and boot the kernel listed with the option init=/bin/sh
example
LILO:<tab>
Linux
LILO: Linux init=/bin/sh
Booting linux...........
some boot stuff
#fsck /path/to/boot/device (/dev/hda1 /dev/hda2 whatever)
it may warn you about fsck'ing a mounted filesystem, but it will be
mounted read-only, so you'll be fine.
have fun
greg
--
this is not here