LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   installation problem (https://www.linuxquestions.org/questions/linux-general-1/installation-problem-567315/)

tanveer 07-07-2007 02:13 AM

installation problem
 
hi all,

Currently, I have installed a RAID-1 for test purpose in my PC. And after installtion when it rebooted it gives me an error like this:

Code:


          Welcome to Red Hat Enterprise Linux ES
          Press I to enter interactive startup
Unmounting initrd:
Configuring kernel parameters:        [OK]
setting clock..                        [OK]
Loading default keymap (us):          [OK]
Setting hostname:                      [OK]
Your system appears to have shutr down unclearly
Press Y within 1 seconds to force file system integrity check...
Checking root filesystem
fsck.ext3: Filesystem has unsupported feature(s) (/)
e2fsck: Get a newer version of e2fsck
                                        [FAILED]
*** AN error occurred during the file system check.
*** Dropping your to a shell; the system will reboot
*** when you leave the shell
Give root password for maintenance
(or type Control-D to continue):

Now if I give the root password the prompt becomes this
Code:

(Repair filesystem) 1 #
Now how to solve this problem, any idea?

tanveer 07-07-2007 06:20 AM

Below is the output of /etc/fstab
Code:

LABEL=/          /              ext3    defaults        1 1
none              /dev/pts      devpts  gid=5, mode=620  0 0
none              /proc          proc    defaults        0 0
none            /dev/shm        tmpfs  defaults        0 0
/dev/hda3        swap            swap    defaults        0 0

Output of fdisk -l
Code:

Disk /dev/hda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/hda1  *          1        1275    20482843+  7  HPFS/NTFS
/dev/hda2            1276        2550    15872220  83  Linux
/dev/hda3            2551        2681    11108947+  82  Linux Swap
/dev/hda4            2682        9729    19535040    5  Extended
/dev/hda5            3328        3964    8193118+  83  Win95 FAT32
/dev/hda6            3965        9729    2096451  82  HPFS/NTFS
/dev/hda7            2682        2942    1052226  fd  Linux raid autodetect
/dev/hda8            2943        3203    8193118+  fd  Linux raid autodetect
Partition tables entries are not in order.



All times are GMT -5. The time now is 03:02 PM.