davidferguson / pibakery-blocks

All the blocks for the Pi Bakery program
GNU General Public License v3.0
242 stars 86 forks source link

Add block to mount network share #28

Open dsbert opened 8 years ago

dsbert commented 8 years ago

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

davidferguson commented 8 years ago

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.

dsbert commented 8 years ago

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.