You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: