]> wimlib.net Git - wimlib/blobdiff - src/mount.c
NTFS mount(to be removed)
[wimlib] / src / mount.c
index 19e8d5d700a573b39063a8f69b89ae44daecece2..0536c01647a5b784b7539451863f7a8c801bf1f9 100644 (file)
@@ -1673,7 +1673,7 @@ WIMLIBAPI int wimlib_mount(WIMStruct *wim, int image, const char *dir,
        if (!p)
                return WIMLIB_ERR_NOMEM;
 
-       argv[argc++] = "mount";
+       argv[argc++] = "imagex";
        argv[argc++] = p;
        argv[argc++] = "-s"; /* disable multi-threaded operation */