From 433d35109a01eb83efa8c618daba52d160bd02d2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 10 Feb 2021 19:24:28 +0100 Subject: [PATCH] Mention mounting options for NI .iso files Some Kontakt and Reaktor installation .iso files contain hidden directories and won't install unless you unhide these first. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 96192a8e..1cf691f8 100644 --- a/README.md +++ b/README.md @@ -507,11 +507,16 @@ include: `gdiplus` through `winetricks`. - **Native Instruments** plugins work, but Native Access is unable to finish installing the plugins. To work around this you can open the .iso file - downloaded to your downloads directory and run the installer directly. When - activating the plugins you may have to cancel the self-updating in NI Service - Center. You may also have to manually terminate the ISO driver installation - process when installing Native Access for the first time to allow the - installation to proceed. + downloaded to your downloads directory and run the installer directly. You may + also have to manually terminate the ISO driver installation process when + installing Native Access for the first time to allow the installation to + proceed. Some Native Instruments .iso files contain hidden files, and + installer will fail unless you mount the .iso file with the correct mounting + options. To do this, first run + `udisksctl loop-setup -f ~/Downloads/.iso` to load the .iso file, + and then use `udisksctl mount -t udf -o unhide -b /dev/loopX` where + `/dev/loopX` corresponds to the loop device printed by the `loop-setup` + command to mount the .iso file to a directory in `/run/media`. - **MeldaProduction** plugins have minor rendering issues when GPU acceleration is enabled. This can be fixed by disabling GPU acceleration in the plugin settings. I'm not sure whether this is an issue with Wine or the plugins