Hello all,
As described above, I have two FreeNAS AFP shares. Due to decisions above my pay grade I need to move them to the server 2012 server. I attempted to create a CIFS share for each of the Volumes, and pull the files over to the server.
Unfortunately there are a lot of issues with the filenames as indicated by many of the folder names displaying as (SX70BK~R) random names.
Is there any free or inexpensive software, or is there any other way to automate the process of fixing all of these file names? I could probably work at changing filenames manually for 16 hours straight and still not be done.
As described above, I have two FreeNAS AFP shares. Due to decisions above my pay grade I need to move them to the server 2012 server. I attempted to create a CIFS share for each of the Volumes, and pull the files over to the server.
Unfortunately there are a lot of issues with the filenames as indicated by many of the folder names displaying as (SX70BK~R) random names.
Is there any free or inexpensive software, or is there any other way to automate the process of fixing all of these file names? I could probably work at changing filenames manually for 16 hours straight and still not be done.
Issue resolved! Name Mangler was well worth the 20 dollars to automate all of this. Thanks so much to nojohnny101 for leading me in the proper direction.
I first used the below Regex in Name Mangler to find restricted characters and I replaced them with _ as described in the previously posted link.
[/\\:*?"<>|]
This only found about 400 problem files.
I found that the primary issue was trailing spaces/trailing white space. The CIFS share would not properly display names for files or folders with trailing spaces. I confirmed this by fixing one of the problem folders via the AFS share.
Once I found a regex that worked (shown below-YRMV) I simply used Name Mangler to replace them with nothing.
\s+\Z
Last edited: