In message 000101beb7fa$c40f32f0$08ffa8c0@ossmball.rtp.opensystems.com, "M ike Ball" writes:
[...]
Has anyone fond a quick way to touch all CIFS shares and directories on the filer to convert the directories immediately to Unicode so all snapshots thereafter are clean?
From UNIX:
find /filer_root -name .snapshot -prune -o -name SOMETHING_THAT_WONT_MATCH -print
From a Win box:
Start file manager and do a search for "SOMETHING_THAT_WONT_MATCH" with the "Start From" being the root of the filer.
That should do it.
jason