You are not logged in.
I have a NAS with a harddrive formatted in ext2. The renamer program states that the renaming was succesful, but nothing happens to the files on the NAS.
What happens?
Offline
Not sure why this happens. But one thing is for sure: ReNamer uses a simple MoveFile API function call to rename files (that is how Windows actually rename files). That functions returns the result of the operation, and in your case it obviously returns success, otherwise, ReNamer would tell you that files couldn't be renamed.
What version are you using? Make sure you use the latest one. How do you access the network drive? Do you map it as a local drive, or access it as Windows shared folder? Did you try renaming the files manually?
Offline