I’ve been trying to search for a solution for this problem on the forum but could not find anything that helped. I have installed WebODM on a linux virtual machine running on our university server. The virtual machine only has 20 GB as its roots drive, yet it has a 1 TB volume attached called “drive.”
I have been trying to launch WebODM using ./webodm.sh start --media-dir …/…/…/drive/
yet when I open the dashboard and go on diagnostics, I still see only remaining space from the 20 GB harddrive. Does anyone know how I can link it to the 1 TB drive?
You’ve verified that USB pass-through works and that not only the Linux VM can read/write the volume, but also Docker (assuming you’re using the Docker release)?
I am using it through docker. I can write to the volume in linux, how can i verify docker can read or write to the volume? do i need to mount the volume within docker?
Hi and thanks for a quick response. I tried creating a daemon.json file in /etc/docker/ as I did not have one, and I filled it with
{
“data-root”: “/drive/data”
}
then restarted docker. however I get an error that the file cannot be found. Does this look right to you?