Gentoo Archives: gentoo-user

From: gentoo@×××××××.ch
To: gentoo-user@l.g.o
Subject: [gentoo-user] OT: disk full but lot of space
Date: Mon, 08 Aug 2005 11:01:10
Message-Id: 200508081259.06214.gentoo@depardo.ch
1 Hello,
2
3 This is OT, but I'm kind of worried and google hasn't been my friend...
4
5 * I'm doing backups of my server everynight and had the following errors in
6 the mail from the cron output this morning. repeated a dozen of times.
7
8 bzip2: I/O or other error, bailing out. Possible reason follows.
9 bzip2: No space left on device
10 Input file = (stdin), output file = (stdout)
11 /local/sbin/mk-rs-backups.sh: line 26: 22516 Broken pipe $TAR cjf
12 $DSTDIR/site-$site.tar.gz $name
13
14 bzip2: I/O or other error, bailing out. Possible reason follows.
15 bzip2: No space left on device
16 Input file = (stdin), output file = (stdout)
17 tar: Child returned status 1
18 tar: Error exit delayed from previous errors
19
20 * checking my logs I found the following error repeating ~6000 times.
21
22 Aug 8 03:17:00 www kernel: EXT3-fs error (device ide0(3,2)): ext3_new_block:
23 block(14366126) >= blocks count(14366126) - block_group = 438, es == c2510400
24 [...]
25 Aug 8 08:46:52 www kernel: EXT3-fs error (device ide0(3,2)): ext3_new_block:
26 block(14372149) >= blocks count(14366126) - block_group = 438, es == c2510400
27
28 "df" is telling that my disk is only half full: ~28Gb free.
29 "df -i" is reporting only ~2% inodes used.
30
31 "tune2ds -l" follows
32
33 So... is my disk broken? my fs corrupted? While is ext3 trying to allocate a
34 block with a higher count than the max?
35
36 Any help welcomed, thanks in advance.
37
38 [root@www log]# /sbin/tune2fs -l /dev/hda2
39 tune2fs 1.26 (3-Feb-2002)
40 Filesystem volume name: /
41 Last mounted on: <not available>
42 Filesystem UUID: <none>
43 Filesystem magic number: 0xEF53
44 Filesystem revision #: 1 (dynamic)
45 Filesystem features: has_journal filetype needs_recovery sparse_super
46 Filesystem state: clean with errors
47 Errors behavior: Continue
48 Filesystem OS type: Linux
49 Inode count: 7192576
50 Block count: 14366126
51 Reserved block count: 718306
52 Free blocks: 11154684
53 Free inodes: 7060644
54 First block: 0
55 Block size: 4096
56 Fragment size: 4096
57 Blocks per group: 32768
58 Fragments per group: 32768
59 Inodes per group: 16384
60 Inode blocks per group: 512
61 Last mount time: Wed Feb 23 20:49:57 2005
62 Last write time: Mon Aug 8 08:46:52 2005
63 Mount count: 22
64 Maximum mount count: -1
65 Last checked: Wed Nov 20 03:44:33 2002
66 Check interval: 0 (<none>)
67 Reserved blocks uid: 0 (user root)
68 Reserved blocks gid: 0 (group root)
69 First inode: 11
70 Inode size: 128
71 Journal UUID: <none>
72 Journal inode: 8
73 Journal device: 0x0000
74 First orphan inode: 6488266
75
76 --mat
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT: disk full but lot of space Christoph Gysin <cgysin@×××.ch>
Re: [gentoo-user] OT: disk full but lot of space Norberto Bensa <nbensa@×××.net>