Hi, I'm trying to change a file's extension when I create it in the mounted file system. Is this possible? If so, how should I go about doing this? I tried tweaking the create and release functions on the mirrorFS example to rename the file, but no luck. I got an endless loop between create and release when I modified the create command, and I got -43 errors when I modified the release command.
Any direction would be much appreciated. Thank you!