[Bug 823] Rename fails on fat32 partitions
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Tue Apr  6 09:49:35 EST 2004
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=823
------- Additional Comments From dtucker at zip.com.au  2004-04-06 09:49 -------
link() on Linux returns EPERM in that case, which seems to be indistinguishable
from a vanilla permission error.  (OpenBSD returns EOPNOTSUPP, but the
sftp-server problem probably exists there too for filesystems with non-Unix
semantics.)
I guess if it link() fails because of permissions then rename() will too, so
it's probably as safe as the old code (ie prone to whatever races the old code was).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list