* pls help me: ext3 filesystem reported errors while deleting files
@ 2008-10-21 2:08 gshan
2008-10-29 21:45 ` Theodore Tso
0 siblings, 1 reply; 2+ messages in thread
From: gshan @ 2008-10-21 2:08 UTC (permalink / raw)
To: linux-kernel
Hi All,
After I uncompressed a big tar file (about 600MB) that has been mounted
through NFS to local
hard disk, I tried to delete all of files from the tar file, but ext3
filesystem reported huge errors
as follows. Note that I'm using IDE driver instead of ATA driver for
hard disk.
SP(27-A) $ cd /disk_root/
SP(27-A) $ busybox tar -zxf /aaa/Gavin/sp3m/target_7xx_cge5.2008-07-10.tgz
SP(27-A) $ ls
bin home media root sys
boot lib mnt sbin tmp
dev lost+found opt selinux usr
etc man proc srv var
SP(27-A) $ rm -fr *
EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
for block 538640
EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
for block 538648
EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
for block 538648
EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
for block 534539
EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
for block 534540
:
:
Thanks,
Gavin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pls help me: ext3 filesystem reported errors while deleting files
2008-10-21 2:08 pls help me: ext3 filesystem reported errors while deleting files gshan
@ 2008-10-29 21:45 ` Theodore Tso
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2008-10-29 21:45 UTC (permalink / raw)
To: gshan; +Cc: linux-kernel
On Tue, Oct 21, 2008 at 10:08:06AM +0800, gshan wrote:
> After I uncompressed a big tar file (about 600MB) that has been mounted
> through NFS to local
> hard disk, I tried to delete all of files from the tar file, but ext3
> filesystem reported huge errors
> as follows. Note that I'm using IDE driver instead of ATA driver for
> hard disk.
>
> SP(27-A) $ rm -fr *
> EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
> for block 538640
> EXT3-fs error (device hdc5): ext3_free_blocks_sb: bit already cleared
> for block 538648
Can you replicate the problem? I would suggest fixing the filesystem
corruptions using e2fsck, and then seeing if you can replicate the
problem.
Note that this sort of problem can be caused by hardware problems or
device driver issues.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-29 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 2:08 pls help me: ext3 filesystem reported errors while deleting files gshan
2008-10-29 21:45 ` Theodore Tso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).