--- submountd-2.4-0.9/submountd.c~ 2004-05-13 10:53:25 +0400 +++ submountd-2.4-0.9/submountd.c 2004-05-13 10:53:35 +0400 @@ -206,7 +206,7 @@ int do_mount(char *device, char *mountpo char *floppyfss[] = { "vfat", "ext2", "minix", NULL }; -char *cdfss[] = { "udf", "iso9660", NULL }; +char *cdfss[] = { "iso9660", "udf", NULL }; /* Mounts a set of fs types from the arrays above, or a list provided by the * user. When it's only a question of two or three fs types, this will be