Package: unionfs-fuse Version: 0.24-2 Severity: normal When merging two rw directories, when renaming files which are stored in the 2nd, they are moved tho the first. Example/test case:
$ mkdir a b ab $ echo test > b/file $ unionfs-fuse a=rw:b=rw ab $ tree . ├── a ├── ab │ └── file └── b └── file $ cd ab $ mv file file2 $ cd .. $ tree . ├── a │ └── file2 ├── ab │ └── file2 └── b I want file2 to be stored in b not a. I did an strace on "mv" command, and it's calling the "rename()" syscall, so hopefully that makes this easy to change. Thank you, - Jason -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.37-1-686-bigmem (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages unionfs-fuse depends on: ii fuse-utils 2.8.4-1.1 Filesystem in USErspace (utilities ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libfuse2 2.8.4-1.1 Filesystem in USErspace library unionfs-fuse recommends no packages. unionfs-fuse suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org