pibakery-blocks icon indicating copy to clipboard operation
pibakery-blocks copied to clipboard

Add block to mount network share

Open dsbert opened this issue 9 years ago • 2 comments

This block mounts a network share. It also runs the command service rpcbind start because rpcbind is not enabled by default on raspbian.

dsbert avatar Sep 27 '16 19:09 dsbert

Would you be able to give an example of how to use this block, as I can't seem to get it to work myself.

  • When I use the server cifs://server-hostname/share I get the error mount.nfs: Failed to resolve server cifs
  • When I use the server nfs://server-hostname/share I get the error mount.nfs: NFS URLs are not supported

davidferguson avatar Oct 02 '16 21:10 davidferguson

I uses this to successfully connect to an nfs share with hostname:/path. I didn't try it with the protocol as part of the string.

dsbert avatar Oct 02 '16 22:10 dsbert