Different inodes

Attila Nagy bra at fsn.hu
Mon Nov 10 07:53:32 PST 2008


Hello,

I don't quite get this:

ls -i /20081021/usr/local/lib/python2.5/config/
3817938 .svn            3817976 Setup.local     3817978 libpython2.5.a
3817979 Makefile        3817975 config.c        3817980 libpython2.5.so
3817973 Setup           3817977 config.c.in     3817982 makesetup
3817974 Setup.config    3817981 install-sh      3817983 python.o

ls -i /20081021/usr/local/lib/python2.5/config/libpython2.5.*
3817978 /20081021/usr/local/lib/python2.5/config/libpython2.5.a
  73738 /20081021/usr/local/lib/python2.5/config/libpython2.5.so

(libpython2.5.so's inode differs in the two output)

The filesystem is an asynchronously mounted UFS2.

I have a slightly modified kernel, because I need to do redundant NFS 
serving, so consistent inodes are a must.
The modification consists of changed arc4randoms in 
sys/ufs/ffs/ffs_alloc.c and ffs_vfsops.c to a constant value, but I 
don't think it can be the cause. Could it be?

Thanks,


More information about the freebsd-fs mailing list