]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
Various cleanups
[wimlib] / src / mount_image.c
index 87620defc68daf0daf2356fc2577afb4cee995bd..3e9566b57404d23df9f8978a5754edfd042e4832 100644 (file)
@@ -2143,6 +2143,11 @@ wimlib_mount_image(WIMStruct *wim, int image, const char *dir,
                        return ret;
        }
 
+       if (wim_has_solid_resources(wim)) {
+               WARNING("Mounting a WIM file containing solid-compressed data; "
+                       "file access may be slow.");
+       }
+
        /* If the user did not specify an interface for accessing named
         * data streams, use the default (extended attributes).  */
        if (!(mount_flags & (WIMLIB_MOUNT_FLAG_STREAM_INTERFACE_NONE |