根文件系统 (ext4) 上的孤立 inode;持续存在的问题

根文件系统 (ext4) 上的孤立 inode;持续存在的问题

在我的可信系统(vmWare 下的虚拟机、台式机和笔记本电脑)上,我们遇到了以下问题。

根文件系统似乎有从未被标记为“空闲”的 inode。服务器运行一个月后, /(一个)df -i上的 inode 使用率显示为 100% 。ext4 fs

预览fsck显示有错误。我们执行touch/ forcefsck,然后重新启动系统。这纠正了孤立的 inode,但问题再次出现。

上没有消息/var/log/syslog。系统已更新至 Trusty 上的最新更新和内核。

# fsck -nf /
fsck from util-linux 2.20.1
e2fsck 1.42.9 (4-Feb-2014)
Warning!  /dev/mapper/sys--vg-root is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Deleted inode 395860 has zero dtime.  Fix? no

Inodes that were part of a corrupted orphan linked list found.  Fix? no

Inode 395869 was part of the orphaned inode list.  IGNORED.
Inode 395871 was part of the orphaned inode list.  IGNORED.
Inode 395872 was part of the orphaned inode list.  IGNORED.
Inode 395873 was part of the orphaned inode list.  IGNORED.
Inode 395874 was part of the orphaned inode list.  IGNORED.
Inode 395875 was part of the orphaned inode list.  IGNORED.
Inode 395877 was part of the orphaned inode list.  IGNORED.
Inode 395878 was part of the orphaned inode list.  IGNORED.
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences:  -1606447 -(1606994--1606995) -1606998 -1607063 -1607094     -1607128 -1607232 -1607687
Fix? no

Free blocks count wrong (2346388, counted=2345410).
Fix? no

Inode bitmap differences:  -395860 -395869 -(395871--395875) -(395877--395878)
Fix? no

Free inodes count wrong (662804, counted=662787).
Fix? no


/dev/mapper/sys--vg-root: ********** WARNING: Filesystem still has errors **********

/dev/mapper/sys--vg-root: 107244/770048 files (0.1% non-contiguous), 730732/3077120 blocks

相关内容