From: Kenneth P. <sh...@se...> - 2008-05-27 23:55:35
|
On Tuesday, May 27, 2008 4:47 PM -0700 Kenneth Porter <sh...@se...> wrote: > Note the repeated inode. I'm running a find right now to find the file > with that inode. The file is a PNG in some doxygen output. All of the other files in that directory have identical labeling (as listed by "ls --scontext"). > (I'm thinking it should be easy to write a Perl script or Perl + uniq to > find all the duplicate inodes in the QFA file.) [root@segw2 /]# wc /mnt/Backup/0/root/qfa 183933 551790 4402128 /mnt/Backup/0/root/qfa [root@segw2 /]# awk '{print $1;}' /mnt/Backup/0/root/qfa | uniq -d -c | wc 4490 8980 77899 All the duplicates have 2 copies, no more. So almost 9000 dups in 551790 files. I'm running SELinux in Permissive mode. Could dump get confused if I have it on but not enforcing? |