I hope you have answered this buy now. I missed it amongst all the comment SPAM. After you install the ltspfs package on both the client and the server, the installation should create that file in /etc/udev/rules.d. If it hasn't double check that it has been installed by running:
dpkg -l ltspfs|grep ^ii
If that comes back with a line and you still don't have that file you can copy it from /lib/udev/rules.d or create it. Call it 45-fuse.rules and have it contain:
KERNEL=="fuse", GROUP="fuse" MODE="0666"
It should definitely be in /etc though, not /lib for it to work
RE: Fuse
I hope you have answered this buy now. I missed it amongst all the comment SPAM. After you install the ltspfs package on both the client and the server, the installation should create that file in /etc/udev/rules.d. If it hasn't double check that it has been installed by running:
dpkg -l ltspfs|grep ^ii
If that comes back with a line and you still don't have that file you can copy it from /lib/udev/rules.d or create it. Call it 45-fuse.rules and have it contain:
KERNEL=="fuse", GROUP="fuse" MODE="0666"
It should definitely be in /etc though, not /lib for it to work