error mounting a zip drive when I specify a uid
Solution 1:
You are trying to mount an ext4
file system that fully supports linux file permissions. The uid
option applies to mounting file systems that do not support linux permissions.
Mount it as root, then change the permissions and/or ownership of the mount point as you see fit.