
Whilst it's unusual for an owner of a Mac to re-use separate physical media for /Users (or for a user) when moving to a new Mac, ZEVO is for storage enthusiasts – so unusual things should be no surprise.
For future reference, a command might have been something like this:
- Code: Select all
sudo find /Users/chris -user 502 -exec chown -hv 501 {} \;
(Not to be run whilst chris is logged in … and so on.)