Re: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- From: Nils Kassube <kassube@xxxxxxx>
- Date: Tue, 14 Sep 2010 12:39:55 +0200
Tapas Mishra wrote:
I am getting a warning
"EXT2-fs warning: mounting fs with errors, running e2fsck is
recommended" on Ubuntu 10.04 64 bit on my laptop Dell Inspiron 1440.
Following is the fdisk output
Unfortunately there is no hint from the error message which device has
the errors. According to the fdisk output, one or several of these
partitions might have an ext2 fs and could be the culprit: /dev/sda6,
/dev/sda8, /dev/sda9, /dev/sda13.
I would start from a livecd and use this command in a terminal:
for n in 6 8 9 13;do sudo e2fsck /dev/sda$n -C0;done
That runs the fs check for all these devices and should correct the
errors.
Nils
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- From: Tapas Mishra
- Re: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- References:
- EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- From: Tapas Mishra
- EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- Prev by Date: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- Next by Date: a question (or two) about vmbuilder in pre-maverick
- Previous by thread: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- Next by thread: Re: EXT2-fs warning: mounting fs with errors, running e2fsck is recommended
- Index(es):