You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: