Results 1 to 6 of 6
My freinds DELL Latitude laptop that was running Win98 crashed and she asked me to install linux on it. I installed Red Hat 7.2, but the first time i booted ...
- 03-21-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 3
file system with errors
My freinds DELL Latitude laptop that was running Win98 crashed and she asked me to install linux on it. I installed Red Hat 7.2, but the first time i booted it up, with GRUB, I got this error:
/ contains a file system with errors, check forced.
Error reading block 1310833 (Attempt to read block from filesystem rusulted in short read) while doing inode scan.
Then I'm dropped into the shell. What can I do to get this up and running?
- 03-21-2004 #2
Do this:
Where x=a,b,c,d (primary/secondary master/slave) and y the partition number (0 and up) of your root (/) partition.Code:fsck /dev/hdxy
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 03-21-2004 #3Just Joined!
- Join Date
- Mar 2004
- Posts
- 3
Typed in: fsck /dev/hdxy
Got back:
fsck.ext2: No such file or directory while trying to open /dev/hdxy
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem, then the superblock is corrupt, and you might try rinning e2fsck with an alternate superblock: e2fsck -b 8193 <device>
What now?
- 03-21-2004 #4Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
I dont think you noticed that he had sayd that.Code:
fsck /dev/hdxy
Where x=a,b,c,d (primary/secondary master/slave) and y the partition number (0 and up) of your root (/) partition.
Substitute xy for the real drive/partition letter and numberProud to be a GNU/Gentoo Linux user!
- 03-21-2004 #5Just Joined!
- Join Date
- Mar 2004
- Posts
- 3
oops. So I entered: fsck /dev/hda1 and got back /boot: clean, 36/12048 files, 7484/48163 blocks. What next?
PS- thanks for all of your help, this is frustrating.
- 03-21-2004 #6
you may have a media (disk) problem, in which case you may want to try running badblocks
run it as root by :-
have funCode:/sbin/badblocks /dev/hda1
Nerderello
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS


Reply With Quote
