* EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
@ 2002-05-20 12:07 Jens Christian Skibakk
2002-05-20 12:13 ` Russell King
2002-05-20 12:23 ` Morten Helgesen
0 siblings, 2 replies; 6+ messages in thread
From: Jens Christian Skibakk @ 2002-05-20 12:07 UTC (permalink / raw)
To: linux-kernel; +Cc: jens.c.skibakk
When I unpack a tar-archive containing many files (about halv a million)
this errors occures in the dmesg output:
EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
and the program complins about: No space left on device, but df -h shows
that there is over 1G free on the hd.
After this error occurs the hd contains errors and need to be checked.
The filesystem on the hd is ext3.
I have tested this with to kernel-verions, on both 2.4.18 and
2.4.19-pre8-ac3 the error occurs.
Else my system is :
glibc: 2.2.5
binutils: 2.12.90.0.1
gcc: 2.95.4
Jens-Christian Skibakk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
2002-05-20 12:07 EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28 Jens Christian Skibakk
@ 2002-05-20 12:13 ` Russell King
2002-05-20 12:51 ` Russell King
2002-05-20 12:23 ` Morten Helgesen
1 sibling, 1 reply; 6+ messages in thread
From: Russell King @ 2002-05-20 12:13 UTC (permalink / raw)
To: Jens Christian Skibakk; +Cc: linux-kernel, jens.c.skibakk
On Mon, May 20, 2002 at 02:07:34PM +0200, Jens Christian Skibakk wrote:
> When I unpack a tar-archive containing many files (about halv a million)
> this errors occures in the dmesg output:
> EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
ENOSPC - you're out of inodes
> and the program complins about: No space left on device, but df -h shows
> that there is over 1G free on the hd.
try df -i (for inodes)
> After this error occurs the hd contains errors and need to be checked.
That's a bug in ext3 - it has (apparantly) been fixed in the CVS version.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
2002-05-20 12:13 ` Russell King
@ 2002-05-20 12:51 ` Russell King
0 siblings, 0 replies; 6+ messages in thread
From: Russell King @ 2002-05-20 12:51 UTC (permalink / raw)
To: linux-kernel
On Mon, May 20, 2002 at 01:13:20PM +0100, Russell King wrote:
> On Mon, May 20, 2002 at 02:07:34PM +0200, Jens Christian Skibakk wrote:
> > When I unpack a tar-archive containing many files (about halv a million)
> > this errors occures in the dmesg output:
> > EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
>
> ENOSPC - you're out of inodes
>
> > and the program complins about: No space left on device, but df -h shows
> > that there is over 1G free on the hd.
>
> try df -i (for inodes)
>
> > After this error occurs the hd contains errors and need to be checked.
>
> That's a bug in ext3 - it has (apparantly) been fixed in the CVS version.
BTW, it might be a good idea to post the output of:
tune2fs -l <device>
(from your message above, <device> should be /dev/hdb13 ?)
I've seen one instance where mke2fs got the inode allocation wrong.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
2002-05-20 12:07 EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28 Jens Christian Skibakk
2002-05-20 12:13 ` Russell King
@ 2002-05-20 12:23 ` Morten Helgesen
2002-05-20 13:40 ` Jens-Christian Skibakk
1 sibling, 1 reply; 6+ messages in thread
From: Morten Helgesen @ 2002-05-20 12:23 UTC (permalink / raw)
To: Jens Christian Skibakk; +Cc: linux-kernel
On Mon, May 20, 2002 at 02:07:34PM +0200, Jens Christian Skibakk wrote:
>
> When I unpack a tar-archive containing many files (about halv a million)
> this errors occures in the dmesg output:
> EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
>
> and the program complins about: No space left on device, but df -h shows
> that there is over 1G free on the hd.
Can you please paste the output from 'df -h' and 'df -i' ?
>
> After this error occurs the hd contains errors and need to be checked.
>
> The filesystem on the hd is ext3.
>
> I have tested this with to kernel-verions, on both 2.4.18 and
> 2.4.19-pre8-ac3 the error occurs.
>
>
> Else my system is :
> glibc: 2.2.5
> binutils: 2.12.90.0.1
> gcc: 2.95.4
>
>
> Jens-Christian Skibakk
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
"Livet er ikke for nybegynnere" - sitat fra en klok person.
mvh
Morten Helgesen
UNIX System Administrator & C Developer
Nextframe AS
admin@nextframe.net / 93445641
http://www.nextframe.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
2002-05-20 12:23 ` Morten Helgesen
@ 2002-05-20 13:40 ` Jens-Christian Skibakk
2002-05-20 13:50 ` Lionel Bouton
0 siblings, 1 reply; 6+ messages in thread
From: Jens-Christian Skibakk @ 2002-05-20 13:40 UTC (permalink / raw)
To: morten.helgesen; +Cc: Jens Christian Skibakk, linux-kernel
The df -i shows that there are now unused inodes.
SO I need to reformat my hd to have more inodes?
Jens-Chr.
Morten Helgesen wrote:
>
> On Mon, May 20, 2002 at 02:07:34PM +0200, Jens Christian Skibakk wrote:
> >
> > When I unpack a tar-archive containing many files (about halv a million)
> > this errors occures in the dmesg output:
> > EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
> >
> > and the program complins about: No space left on device, but df -h shows
> > that there is over 1G free on the hd.
>
> Can you please paste the output from 'df -h' and 'df -i' ?
>
> >
> > After this error occurs the hd contains errors and need to be checked.
> >
> > The filesystem on the hd is ext3.
> >
> > I have tested this with to kernel-verions, on both 2.4.18 and
> > 2.4.19-pre8-ac3 the error occurs.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28
2002-05-20 13:40 ` Jens-Christian Skibakk
@ 2002-05-20 13:50 ` Lionel Bouton
0 siblings, 0 replies; 6+ messages in thread
From: Lionel Bouton @ 2002-05-20 13:50 UTC (permalink / raw)
To: Jens-Christian Skibakk
Cc: morten.helgesen, Jens Christian Skibakk, linux-kernel
On Mon, May 20, 2002 at 03:40:44PM +0200, Jens-Christian Skibakk wrote:
> The df -i shows that there are now unused inodes.
>
> SO I need to reformat my hd to have more inodes?
>
Or you can make use of the loopback device if reformating the partition is
not an option.
You'll lose a bit of perf (don't know how much), but you can do this without
interrupting anything that depends on this filesystem.
LB.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-05-20 13:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 12:07 EXT3-fs error (device ide0(3,77)) in ext3_new_inode: error 28 Jens Christian Skibakk
2002-05-20 12:13 ` Russell King
2002-05-20 12:51 ` Russell King
2002-05-20 12:23 ` Morten Helgesen
2002-05-20 13:40 ` Jens-Christian Skibakk
2002-05-20 13:50 ` Lionel Bouton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox