diff --git a/src/bin/e_fm_main.c b/src/bin/e_fm_main.c index 30487acb7..72fb49239 100644 --- a/src/bin/e_fm_main.c +++ b/src/bin/e_fm_main.c @@ -986,8 +986,8 @@ e_volume_mount(E_Volume *v) opt = eina_list_append(opt, buf2); } else if ((!strcmp(v->fstype, "fat")) || - (!strcmp(v->fstype, "jfs")) || - (!strcmp(v->fstype, "udf")) + (!strcmp(v->fstype, "jfs")) +// (!strcmp(v->fstype, "udf")) ) { snprintf(buf2, sizeof(buf2), "iocharset=utf8");