--- dosemu-1.4.0/src/dosext/mfs/mfs.c.orig 2009-01-29 09:10:16.000000000 +0100 +++ dosemu-1.4.0/src/dosext/mfs/mfs.c 2009-01-29 09:11:15.000000000 +0100 @@ -1788,6 +1788,13 @@ path = "/"; Debug0((dbg_fd,"scan_dir(%s,%s)\n",path,name)); + //Si busco en /mnt/novellf/DADES/.., lo daremos como bueno, + //si no existe devolvera false igual cuando intente hacer + //el stat + //Si busco en cualquier otro sitio, seguiremos normal + if( strncmp(path,"/mnt/novellf/DADES/",19) == 0){ + return(TRUE); + } /* check if name is an LFN or not; if it's 8.3 then dosname will contain the uppercased name, and