[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] HELP... Kernel Panic !!!
On Mon, Dec 13, 1999 at 11:59:40AM +0530, Ghins Mathai wrote:
> No such file or directory on /dev/hda5......Try something like e2fsck -b 8193
> /dev/hda5
>
> I tried e2fsck -b 8193 /dev/hda5 . The results were similar ;-(
First create a device node. man mknod.
$ ls -l /dev/hda5
brw-rw---- 1 root disk 3, 5 May 5 1998 /dev/hda5
And then run e2fsck.
-Arun
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.