Thanks, renaming _locked. file to _unlocked. worked for me.
It can be done on a Mac too just reveal hidden files.
Terminal:
defaults write com.apple.Finder AppleShowAllFiles TRUE
then
killall Finder
To hide files again use the same commands just replace with FALSE.
Cheers