From: SourceForge.net <no...@so...> - 2008-10-08 03:25:18
|
Bugs item #2150765, was opened at 2008-10-07 13:18 Message generated for change (Comment added) made by xuefer 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: Closed 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 ---------------------------------------------------------------------- >Comment By: Xuefer (xuefer) Date: 2008-10-08 11:25 Message: updated to new autobuild, looks like it's fixed. thanks ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2008-10-07 14:16 Message: Should be done since coLinux version 0.7.2, SVN revision r684 This is a duplicate of bug #1324092: "cofs and rename(2) --> -EIO" https://sourceforge.net/tracker/index.php?func=detail&aid=1324092&group_id=98788&atid=622063 If this is happened under coLinux version 0.7.3 or 0.8.x, then please run colinux-debug-daemon and send the error message from ZwSetInformationFile: colinux-debug-daemon.exe -d -p -s prints=31,misc=31,filesystem=10 -f debug.xml ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2150765&group_id=98788 |