-r-------- 1 steven staff - 16 23 Nov 2007 /Volumes/MiniMax/.0017f2e00396
-r-------- 1 steven staff - 16 29 Oct 18:16 /Volumes/MiniMax/.001b631daf6d
Hmm...
two "cookies" on MiniMax, huh.
Is/was MiniMax being used as a Time Machine backup for
another Mac?
Either way, it will be useful to verify your current computer's hardware address at this point:
ifconfig en0 |awk '/ether/ { print $2 }'
As far as permissions go, it might be handy to know your id# (probably 501, but let's verify that)
and also some of the actual perms (including ACLs) inside /Volumes. So, run these two commands
(in addition to ifconfig above):
id -un; id -u
sudo ls -aeiklO /Volumes
That last one with sudo will ask for your admin password (which will
not be printed onscreen).
I use sudo for that simple listing just to see if any "unknown" ownerships appear (uid/gid = 99).
Not that they'd matter to any great extent. But, having full info never hurts when troubleshooting.
--
It could be that deleting one of those cookies is called for. Or maybe changing the ownerships/perms
on them or perhaps even the backup disk itself. Many users have no trouble when they're the "owner"
of their external drives, but I'm a believer in letting system (root) own the disk itself, and get needed
access via group assignment (either admin or staff).
We'll see what's what, after looking at those three commands' outputs.