Here's something that's puzzled me about NetApps for a long time. I would often like to move entire hierarchies of directories out from under one qtree into another. And I'd like to do it fast.
I can see why this should take a long time if the qtrees were in different volumes, but they're not.
And I can see why this should take a long time if quotas were being enforced, but I do a quota off before the move and a quota on afterwards.
And it still takes forever...a forever, in fact, that is proportional to the quantity of data being relocated, so it looks as if files are being copied on the disk surface. Huh?
Can anybody suggest a way to schlep a hierarchy around that is not O(n) in this annoying way?
(Incidentally, the last time I tried this was on a 5.1.x).
Brian