]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
Use read_stream_list() for extraction
[wimlib] / src / mount_image.c
index 7543b6e424b67770a7d35376b753f3e7b76386a1..99db4ab38199f7bbca519f45858ff20732955f1c 100644 (file)
@@ -2414,6 +2414,11 @@ wimlib_mount_image(WIMStruct *wim, int image, const char *dir,
                        return ret;
        }
 
+       if (wim->hdr.wim_version == WIM_VERSION_STREAM_CONCAT) {
+               WARNING("WIM contains streams not compressed independently; "
+                       "access may be slow.");
+       }
+
        ret = select_wim_image(wim, image);
        if (ret)
                return ret;