bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BugReport about "ln" command worked in NTFS


From: Philip Rowlands
Subject: Re: BugReport about "ln" command worked in NTFS
Date: Thu, 8 May 2008 14:30:35 +0100 (BST)

[ re-adding address@hidden ]

On Thu, 8 May 2008, address@hidden wrote:

The complete log about running "ln" is in the attachment.

The strace -c output you posted shows 1 successful call to link(2), as I'd expect. It then shows further expected output from stat(1) that the link count is 2 for both filenames.

Your initial report stated that rm was failing to remove one of the links, but your sample output doesn't show any use of rm, so it's impossible to see the problem being demonstrated.

Please try running the following commands on the affected filesystem and send back the output:

$ touch test1
$ ln test1 test2
$ ls -l
$ strace -e trace=unlink rm test1
$ ls -l


Cheers,
Phil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]