Public bug reported:

Binary package hint: funionfs


# create dirs
mkdir r
mkdir w
mkdir u

# create orig file
touch r/file
# mount
funionfs none -o dirs=r=ro:w=rw  u

# move forward and back
mv u/file u/file-moved
mv u/file-moved u/file

# file is lost (from u)
ls -l u
# prints:
# total 0

# unmount (optional)
fusermount -u u

** Affects: funionfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
rename and back looses file
https://bugs.launchpad.net/bugs/187085
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to