All I want is to get my Time Machine working again.
I happened upon a hidden file (on my HD) today,
and you'll never guess what its name is

:
.TimeMachine.CookieDon't know squat about it, but -- on my Mac -- its 16-byte contents exactly
match the ".0*" file on the backup disk!!!
So... let's just see how well yours match up:
ls -l /var/db/.TimeMachine.Cookie /Volumes/*/.0*
-r-------- 1 root wheel 16 Dec 31 2007 /Volumes/L_d100g/.001a2b3c4d5e
-r-------- 1 root wheel 16 Dec 31 2007 /var/db/.TimeMachine.Cookie
sudo diff /var/db/.TimeMachine.Cookie /Volumes/*/.0*
Ideally, that last command (diff) should produce
no output at all (plus an exit code = 0).
If there is [suitable] output from diff, then perhaps there's still some hope left here.
--
Hoping you did indeed do the "
rm -vf /Volumes/MiniMax/.0017f2e00396" as stated above. Else,
if there are two ".0*" items on your backup disk, then diff will complain about an 'extra operand'.