Option -U overrides uid:gid defined by device table. To fix this issue according to genext2fs behavior I suggest to change the call addFilespec() at line 125 of main.c:
from addFilespec(fd, squash_uids, squash_perms);
to addFilespec(fd, 0, 0);
Please fix that issue.
Option -U overrides uid:gid defined by device table. To fix this issue according to genext2fs behavior I suggest to change the call addFilespec() at line 125 of main.c:
from addFilespec(fd, squash_uids, squash_perms);
to addFilespec(fd, 0, 0);
Please fix that issue.