Results 1 to 10 of 13
When ever I boot I get this filesystem error that says something like
!! Filesystem errors corrected
I know this isnt that important because it still functions correctly, but is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-08-2005 #1
filesystem error
When ever I boot I get this filesystem error that says something like
I know this isnt that important because it still functions correctly, but is there any way to fix this?!! Filesystem errors corrected
- 12-08-2005 #2
Do you always shut down correctly?
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-08-2005 #3
- 12-08-2005 #4
if you have a /boot partition then that may be the problem. for some reason this happens on my machine. however the MBR boot data is kept on my /dev/hda6/etc/grub (my suse partition) so it's no real harm.
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 12-08-2005 #5
Do you have ext3 file system? If yes, this shouldn't appear. Maybe you don't have boot loader instaled on MBR.
- 12-08-2005 #6Im pretty sure i have an ext3. I dunno if the boot loader is installed on MBR.
Originally Posted by mindblast
- 12-08-2005 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
once you startup run
fsck.ext3 /dev/hdwhatever
and see if you get any errors that can be fixed...Operating System: GNU Emacs
- 12-08-2005 #8yes or no?Code:
# fsck.ext3 /dev/hda3 e2fsck 1.38 (30-Jun-2005) /dev/hda3 is mounted. WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage. Do you really want to continue (y/n)?
- 12-08-2005 #9Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Ok, you should unmount the filesystem first, if this is your root partition then boot up with your live cd, and run the command
Originally Posted by crashandburn0420 Operating System: GNU Emacs
- 12-08-2005 #10
i think i have an ext2 in the boot and an ext3 in the root, so which one do i use?


Reply With Quote
