Closed shaun-blake closed 3 years ago
I'm not sure what I was doing wrong before, but I was able to get everything set up correctly. I just bind-mounted my host folder to /datashare
in the image, created the datashare
shared directory in volume1
, then ran the mount command from the README and everything connected up as expected.
I'm trying to follow the instructions from the Mounting Docker Host Volumes to Xpenology section, but I'm new the everything except docker so I'm not sure how it's supposed to work.
Here's a summary of where I'm at:
synoboot_103b_ds3615xs_virtio_9p.img
image so I think I have the prequisites./datashare
in the container. I've also tried bind-mounting to the/volume1/datashare
directory.datashare
involume1
.Now I'm just trying to manually step through the script before I try to create a script that runs at startup. By the way, if I'm just using all the defaults, do I need to do anything manually?
Anyways, I've tried this but get an error:
So I guess those instructions were for if you had those
.ko
files stored there?I do see them in
/usr/lib/modules/update
:If I try this, I get an error:
So I think that must mean they're already loaded and I can skip that section?
Then I do this:
But that
/volume/datashare
directory doesn't seem to be tied to my docker bind mount because that file doesn't get created in my host directory and if I create one on the bind-mount host directory, I don't see it inside the synology vm.It seems like I'm close. Could anyone give me a little guidance?