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: Fri, 9 May 2008 16:33:55 +0100 (BST)

[ re-adding bug-coreutils again ]

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

I think I know where is the problem...
Previous commands work successful.
And the problem occur when I delete the file in nautilus...
I'll report it to who manages nautilus.

I've removed some of the output so that it's easier to read...

$ touch test1
$ ln test1 test2
$ ls -l
 0
-rwxrwx--- 2 root plugdev 0 2008-05-09 10:43 test1
-rwxrwx--- 2 root plugdev 0 2008-05-09 10:43 test2
$ strace -e trace=unlink nautilus . &
unlink("/tmp/orbit-daiyutsung/linc-4020-0-2550990e1816d") = 0
Process 16416 detached
$ ls -l
 0
-rwxrwx--- 2 root plugdev 0 2008-05-09 10:43 test2


This shows nautilus removing a different file entirely. I suspect, although I haven't looked, that some sort of safe-undelete functionality might be moving rather than removing files.


Cheers,
Phil




reply via email to

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