Updates and error message improvements.

diff --git a/files/dos_fs.c b/files/dos_fs.c
index 3c3e702..0716360 100644
--- a/files/dos_fs.c
+++ b/files/dos_fs.c
@@ -820,7 +820,7 @@
     {
         if ((drive = DRIVE_FindDriveRoot( name )) == -1)
         {
-            MESSAGE("Warning: %s not accessible from a DOS drive\n", *name );
+            MESSAGE("Warning: %s not accessible from a configured DOS drive\n", *name );
             /* Assume it really was a DOS name */
             drive = DRIVE_GetCurrentDrive();            
         }