linux mount problem

when mount the sysfile, it appear that the type of filesystem error.

and after fsck ing , it show the partion maybe zero .

so the solution is :

# mke2fs -na /dev/hda1
# e2fsck -b 32876 /dev/hda1
# mount /dev/hda1 /redaht

你可能感兴趣的:(linux)