Kapil Hari Paranjape <[EMAIL PROTECTED]> writes:

> 1. When the native-install crashed on me (see below) there was no way
> to get things working without going to a running Linux and doing and e2fsck.
> This was because there was no /dev/hd0s[0-9] to do an e2fsck on.

How about,
# fsysopts / --writable
# cd /dev
# MAKEDEV hd0s1
# fsysopts / --readonly
# e2fsck /dev/hd0s1
# fsysopts / --writable

Reply via email to