Problem with moving the openvino-models to another disk

Hello, let’s see if it’s possible to do this.
The openvino-models are installed in Kubuntu here:

/var/snap/audacity/common/models/openvino-models/

but this disk has very few free space so I want to move the openvino-models to another internal disk, to this folder:

/mnt/6c83d6bd-a0d1-4030-8ca0-167d82e14be5/models/openvino-models/

So, I rename the original directory as a backup in case something doesn’ work:

/var/snap/audacity/common/models/openvino-models_BACKUP/

and now I open a terminal in:

/var/snap/audacity/common/models/

and I create the wonderful working symlink:

sudo ln -s /mnt/6c83d6bd-a0d1-4030-8ca0-167d82e14be5/models/openvino-models/ .

I tested it and browsing the symlink goes to the other disk and shows the models there.
Great. but… I run now Audacity and doesn’t open. So I launch Audacity from a terminal to see the error message and it says it is unable to open the /openvino-models/ because “it is not a folder” ???

I think this must be some error in Audacity or perhaps in the openvino plugin???

This topic was automatically closed after 30 days. New replies are no longer allowed.