Page 1 of 1

Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 1:12 am
by raccoonhart
Although I can run Resolve 15 in a Ubuntu environment, I have found it impossible to access any drives beyond the boot drive and its associated folders. Although these other drives are visible within the system, there appears to be no drop-down that allows one to open files of any kind from within Resolve. It is interesting to note that drag and drop into the Media pool works just fine.

Is there a setup task which I need to complete? Or is this a limitation of the Linux version of Resolve 15?

Image linked is what I encounter when I attempt to access these drives as noted above.

https://drive.google.com/file/d/1hsW6GG ... sp=sharing

Re: Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 10:00 am
by Marc Wielage
raccoonhart wrote:Although I can run Resolve 15 in a Ubuntu environment, I have found it impossible to access any drives beyond the boot drive and its associated folders.

Officially, BMD only specifies Centos and Red Hat Linux in their config specs for Resolve Linux.

Re: Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 11:33 am
by deezid
Or use Manjaro (arch based).
Don't have any of the problems mentioned in this forum.

- Can access every drive
- Fusion works completely fine (rotoscoping, masks, greenscreen, text, 3D-tracking, 3D merges, tracking etc.)
- Every codec works (GH5 10 bit footage, 6K H265 footage, RED RAW, BRAW, CineDNG, ProRes etc.)
- Neat Video and other OFX plugins
- rendering is faster than on my Windows partition, playback is more consistent

Using a NVIDIA 1080 Ti

Re: Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 11:51 am
by deezid


Actually that's a Resolve problem being pretty oldschool and not supporting any modern linux standards. It can't see any mounted devices.

You have to figure out where Ubuntu mounts devices and navigate to that folder (it's /run/media/USERNAME on mine)

Re: Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 11:09 pm
by Igor Riđanović
Did you add those volumes as media storage locations in preferences?

Re: Linux-Cannot Access Drives

PostPosted: Thu Jan 17, 2019 11:14 pm
by Igor Riđanović
Another idea if all fails, symlink those volumes to the volume that Resolve can see like:

Code: Select all
ln -s /path/to/SomeDrive ~/Somedrive


That will create a link to SomeDrive in the current user home directory. But actually, come think of it, this doesn't have a whole lot of practical value since the SomeDrive is already mounted where you can navigate to. It maybe under /media or /mnt.