xfs
[Top] [All Lists]

xfs_ncheck shows only one filename per inode

To: linux-xfs@xxxxxxxxxxx
Subject: xfs_ncheck shows only one filename per inode
From: Utz Lehmann <ulehmann@xxxxxxxxxxxxxx>
Date: Wed, 15 May 2002 18:30:16 +0200
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.3.12i
Hi

xfs_ncheck shows only one filename per inode, even if there exsist more:

# ln FILE1 FILE2
# ls -i FILE*
    185 FILE1      185 FILE2
# xfs_ncheck -i 185 /dev/vg00/tmp 
        185 FILE1
# xfs_ncheck /dev/vg00/tmp | grep " 185 "
        185 FILE1
# rm FILE1
# xfs_ncheck -i 185 /dev/vg00/tmp 
        185 FILE2
# ln FILE2 FILE3 
# ls -i FILE*
    185 FILE2      185 FILE3
# xfs_ncheck -i 185 /dev/vg00/tmp 
        185 FILE3

Is this a bug?

btw: Is it safe to run xfs_ncheck on a mounted fs?


utz


<Prev in Thread] Current Thread [Next in Thread>