| 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> |
|---|---|---|
| ||
| Previous by Date: | A couple of long-standing XFS (non-fatal) wierdnesses, Derek Glidden |
|---|---|
| Next by Date: | may 2002 mailinglist archive on oss is broken, Utz Lehmann |
| Previous by Thread: | A couple of long-standing XFS (non-fatal) wierdnesses, Derek Glidden |
| Next by Thread: | Re: xfs_ncheck shows only one filename per inode, Steve Lord |
| Indexes: | [Date] [Thread] [Top] [All Lists] |