Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming on a drive with case-insensitive file system (or a file system placed into that mode) #79

Open
assarbad opened this issue Jan 9, 2024 · 1 comment

Comments

@assarbad
Copy link
Contributor

assarbad commented Jan 9, 2024

I encountered that when I changed the casing of a single letter in a file name on an exfat USB stick (i.e. case-insensitive, but case-retaining), renamer complained that it would overwrite existing files.

This happened on Linux with 1.6.5.

May be related to #75?!

PS: the obvious fix is the same that everyone knows from Windows in order to rename a file and only change the casing: simply split it into two. 1. rename to something else (e.g. append _) then 2. do the case change and remove the appended "something".

@mtimkovich
Copy link
Collaborator

Does it work if to --force the rename?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants