Looks like this does help the group information returned by stat, but will need to make it easier to translate the owner sid to UID (GID was an easier mapping since gid was returned as "S-1-22-"... but SID for uid owner has to be looked up) On Fri, Nov 25, 2022 at 8:19 AM Volker Lendecke <Volker.Lendecke@xxxxxxxxx> wrote: > > Hi! > > Attached find a patch that aligns "stat /mnt/file"'s owner and group > info with the readdir call. > > Fixes a TODO from 6a5f6592a0b60. > > Volker -- Thanks, Steve