JasonFerrara / jmtpfs

GNU General Public License v3.0
164 stars 19 forks source link

Input/Output error when renaming to existing file #35

Open cortesep opened 4 months ago

cortesep commented 4 months ago

Hello, there is an Input/Output error when renaming a file to an existing one. Copy to overwrite an existing file works but not rename. This causes issues with synchronization software like rsync.

Steps to reproduce: cd mounted_directory touch pippo touch pluto mv pluto pippo mv: cannot move 'pluto' to 'pippo': Input/output error