GNOME Bugzilla – Bug 518816
should handle rmdir returning EEXIST correctly
Last modified: 2008-02-26 12:12:49 UTC
The bug has been described on https://launchpad.net/bugs/186569 "Using the new gvfs nautilus in Hardy I cannot delete files from a Fuse-mounted NTFS partition. The error i recieve is the following: Error removing file: File exists" That's because ntfs-3g returns EEXIST and not ENOTEMPTY which is a case documented on http://www.opengroup.org/onlinepubs/007908775/xsh/rmdir.html
Created attachment 105971 [details] [review] proposed fix can you test this fix?
commited