Page 1 of 1
[SOLVED - See my last post] Using an external drive as my destination
Posted: Sat Aug 24, 2024 6:42 pm
by pauliej
I’m having terrific success using MakeMKV to convert my extensive movie dvd collection to a set of files. My only problem is using an external hard drive as the destination, I’m getting a “permission” error. This may not be an MakeMKV issue, I realize, but wanted to see if anyone had something similar and was able to resolve it. My OS is Linux Mint running on a T61 Lenovo Thinkpad. MakeMKV Version 1.17.7 [Linux (x64-release)]…
Re: Using an external drive as my destination
Posted: Sun Aug 25, 2024 3:58 am
by segfaulted
Need more info.
Where did you install MakeMKV from? Flatpak, docker image, or compiled it yourself? It's possible that MakeMKV is being sandboxed and can't write to external volumes without granting extra permissions for it.
Re: Using an external drive as my destination
Posted: Sun Aug 25, 2024 4:26 am
by flojo
find the mounted directory with:
change the owner with:
Code: Select all
chown -R $USER:$USER "/the/mounted/directory"
Re: Using an external drive as my destination
Posted: Sun Aug 25, 2024 1:15 pm
by pauliej
I found this:
viewtopic.php?t=26745
It talks about the sandboxing problem so I may try it later…
Re: Using an external drive as my destination
Posted: Sun Aug 25, 2024 2:33 pm
by pauliej
The chown command idea did not eliminate the error, so I will do a reinstall using this:
https://www.omgubuntu.co.uk/how-to-inst ... -on-ubuntu
Re: Using an external drive as my destination
Posted: Mon Aug 26, 2024 10:05 am
by segfaulted
It sounds like you have a Ubuntu snap version of MakeMKV.
Run this command: sudo snap connect makemkv:removable-storage
That should grant it access to external drives.
Re: Using an external drive as my destination
Posted: Sat Aug 31, 2024 1:14 pm
by pauliej
I tried the command but got this:
paulie@paulie-ThinkPad-T61:~$ sudo snap connect makemkv:removable-storage error: snap "makemkv" has no plug named "removable-storage"
Re: Using an external drive as my destination
Posted: Mon Sep 02, 2024 7:17 pm
by pauliej
Problem solved! By uninstalling my app and re-installing using the below instructions I can now write to an external hard drive.
sudo add-apt-repository ppa:heyarje/makemkv-beta
sudo apt-get update
sudo apt-get install makemkv-bin makemkv-oss