I am struggling to get this to work properly.
This works in terminal
sudo bindfs -u dave /media/dave/Documentary2Lin/RAIDMain/Documentary2 ~/shares/Documentary2
How do I get this to work in fstab?
I've tried
/media/dave/Documentary2Lin/RAIDMain/Documentary2 ~/shares/Documentary2 fuse.bindfs force-user=dave perms=a=rX 0 0
It gives an error in fstab
I finally solved this by using the Upstart system to run all of my bindfs scripts after the file system has loaded.
Create a file:
With contents like:
According to the extensive and detailed how-to on Ubuntu Forums the correct syntax is something like this:
But this does not work unless the shared directory is in the root partition.