Arun Sharma wrote:
> 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
>
Hello Arun,
I tried the following :
1)$: mknod /dev/hda5 b 3 5
2)$:e2fsck /dev/hda5 ( The response is shown below )
e2fsck 1.10, 24-Apr-97......
Group descriptors look bad... trying backup blocks ...
e2fsck: Bad magic number in superblock while trying to open /dev/hda5
The superblock could not be read ......try:
e2fsck -b 1751343460 /dev/hda5
$
3) $: e2fsck -b 1751343460 /dev/hda5
e2fsck 1.10, 24-Apr-97...
e2fsck: Attempt to read block from filesystem resulted in short read while
trying to open /dev/hda5.
Could this be a zero-length partition ?
$
> <snip>
What next ?
Please reply ASAP .
Regards
--------------------------------------------------------------------
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.