Workspace Questions
What happens if I add/remove/disable a Workspace while Media Composer is open?
Media Composer cannot cope with volumes mounting/ejecting (or connecting/disconnecting) while it’s open. If you need to add/remove/disable a Workspace, quit/exit Media Composer first.
Why does Mimiq say my Workspace is Unreachable?
Unreachable?Either your shared storage is unavailable (e.g. disconnected from the network, powered off), or someone renamed the source folder you selected.
Take the appropriate action to make that source folder available again, then quit-then-relaunch Mimiq.
If Mimiq still says the Workspace is Unreachable, you may have to remove the Workspace and then re-add it.
My SAN is mounted, so why does Mimiq say No lockable volumes found?
No lockable volumes found? A SAN volume as is, is not compatible with Avid. You must add a folder on the SAN as a Workspace instead. As long as you have read and write permissions to that share, once you add a folder from your SAN as a Workspace, Mimiq will enable Bin Locking for that folder.
Why is the option to Share a Workspace disabled?
Your Workspace is likely created on a volume where you do not have write permissions for the root. That makes it impossible for Mimiq to create a Mimiq Settings folder to store the Workspaces JSON files in. Either create the Mimiq Settings folder manually (easiest) or ensure you gain write permissions for the root folder of your storage (preferred).
Why can't a Workspace be created using the root of a drive?
Because Avid volumes require write permissions, and the root of shared storage very often doesn't allow for that. Therefore, each Workspace should be staged from a subfolder—not from the parent volume (or "root") itself.
Why is some of my media appearing in the wrong folder?
Is your media intermittently appearing in a 1 folder, instead of a hostname.1 folder?
It is likely that you created a Workspace from the root of an external drive, which is a no-go, especially if it's already home to an Avid MediaFiles directory. Although Media Composer should always honour your Media Creation preferences, in this specific case that won't always happen.
Some background: Avid media can be stored on many types of drive, including direct-attached storage formatted with HFS+, APFS, or NTFS. In some workflows, we've seen users create a Workspace of the root of the drive, then layer a sync service on top, syncing the whole drive to their co-editors. This will trip up Media Composer into seeing an Avid-compatible volume (the Workspace) and the same volume as local storage. You want to avoid that by all means, as now all media exists twice.
If you need to sync two drives, sync the Workspace folders, and don't create Workspaces using the root of the drive.
Why do Workspaces need to be staged from a subfolder on the parent volume?
Avid media can be stored on many types of storage, including direct-attached devices formatted with HFS+, APFS, or NTFS. In some workflows, users choose to stage their Mimiq Workspace on this kind of storage, with a sync service layered on top. This works well, but there’s a caveat.
Each Mimiq Workspace must be staged from a subfolder on the parent volume. If not, Media Composer (especially on macOS) will detect two volumes with the same name and Avid MediaFiles directory. This can cause unexpected behavior when importing, consolidating, or transcoding clips.
Why am I asked to extend Mimiq when using LucidLink or Suite Studios?
You have a too-new LucidLink client installed, one that's not compatible with your installed version of Mimiq. First, check if you are eligible for updates. If not, you'll have to either extend your Mimiq license, or downgrade your LucidLink client.
Before updating your LucidLink client, always check the Releases page to check which version of Mimiq is required.
macOS keeps telling me System Extension Blocked after installing macFUSE. What can I do?
System Extension Blocked after installing macFUSE. What can I do?If your Mac is managed through MDM, stop now and contact your System Administrator.
Starting with macOS Big Sur, the local kernel extension (i.e. kext) database in macOS may not retain your decisions on approving third-party system or kernel extensions to load in macOS. If macOS doesn't load macFUSE despite multiple approvals from you, you can safely reset macOS' kext database, which revokes approval for all third-party kexts installed on your system volume.
Once you reset the local kext database, you can log back into macOS and approve any/all system or kernel extensions installed on your Mac.
Save any open work, then power down your Mac.
Once your Mac is fully powered down, power up your Mac again in Recovery mode.
Choose your system volume, log in with a macOS Administrator account, then launch Terminal.
Use this command to reset your Mac's Kernel Extension database:
kmutil trigger-panic-medic --volume-root /Volumes/(SYSTEM VOLUME)If your system volume has a space in its name (e.g.
Macintosh HD), enclose the volume name in quotation marks (e.g."/Volumes/Macintosh HD").
Press the
(Return)key.If you entered this command correctly, you'll see this response,
All third party kexts have been unapproved and uninstalled from /Volumes/(SYSTEM VOLUME).
Restart your Mac.
Once you log into macOS, you'll likely be greeted with multiple dialog boxes saying...
System Extension UpdatedSystem Extension Blocked
...along with confirmation that you triggered the Panic Medic Boot.

You've successfully reset your local kext database in macOS.
Now you can approve macFUSE, and any other existing system or kernel extensions, to load in macOS.
Why are drive labels not displayed in File Explorer for some Workspaces?
This only concerns Windows users.
When you create a Workspace from a local drive, and that drive already has a label in File Explorer, the label of the parent drive takes precedence over the Workspace label assigned by Mimiq. In other words, File Explorer will display the existing label of the parent local drive instead of the Workspace label.
To make the Workspace's label visible in File Explorer, you can remove the label for the parent drive.
Local Drives
To display the Workspace label assigned through Mimiq, follow these steps to remove the label from the parent drive:
In File Explorer, create a new window, then locate the parent drive.
Right-click on the parent drive and select
Properties.In the
Propertieswindow, locate theGeneraltab.In the
Labelfield, delete the existing label text.Click
Applyand thenOKto save the changes.
LucidLink Filespaces
For a LucidLink Filespace, use PowerShell to remove the drive label:
Open PowerShell.
Run the following command:
lucid config --set --local --FileSystem.MountPointWindowsLabel ""Remount the Filespace.
Last updated