Closed probonopd closed 3 years ago
Currently it is not possible to run executables (scripts/binaries) from MSDOS filesystems because they are mounted with -m 644 options by default. Can we have -m 755 instead?
-m 644
-m 755
Fixed: https://github.com/vermaden/automount/commit/f50118920208e49890067d00ecd6bb1a97b47ce3
Currently it is not possible to run executables (scripts/binaries) from MSDOS filesystems because they are mounted with
-m 644
options by default. Can we have-m 755
instead?