From: SourceForge.net <no...@so...> - 2008-10-07 05:21:21
|
Bugs item #2150765, was opened at 2008-10-07 13:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2150765&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v0.8.x (devel) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Xuefer (xuefer) Assigned to: Nobody/Anonymous (nobody) Summary: cannot mv to overwrite file on cofs Initial Comment: on a cofs directory, do: $ touch a b $ LANG=C mv a b mv: overwrite `b'? y mv: cannot move `a' to `b': Operation not permitted rename() syscall is allowed to overwrite file under linux but not valid on windows side, you may have to remove target file before rename()ing other into it ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2150765&group_id=98788 |