I purchased a new Seagate hard disk. When I installed in my linux machine, while booting it says

fsck.ext3 file system not found enter the root password.

Do any one have a solution for this problem?

link|improve this question
this is a programming Q&A site, try asking this question on serverfault.com or superuser.com – Guy Dec 5 '09 at 9:25
feedback

migrated from stackoverflow.com Dec 5 '09 at 9:31

This question came from our site for professional and enthusiast programmers.

2 Answers

If its a sata drive, chances are yes, almost certainly. Some motherboards have a size limit for pata drives, particularly old ones. Of course there's a whole load of useful information you've left out.

  1. Does the drive show up in bios? (if so, yes)
  2. Have you formatted the drive? (mkfs of some sort, or one of the parted varients)
  3. is this a fresh install to the drive, or an attempt to add space to an existing system?

also this might be of use

link|improve this answer
feedback

It looks that the hard drive has not been partitioned or formated.

Have you checked the drive in the fdisk tool?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown