Topic: mount samba share
Hello out there, how do I mount a samba share of the local network to my chumby one?
Than, oliaros
You are not logged in. Please login or register.
chumbysphere forum → Software → mount samba share
Hello out there, how do I mount a samba share of the local network to my chumby one?
Than, oliaros
Here's a forum thread on the topic, might still work:
http://forum.chumby.com/viewtopic.php?pid=4319
We added the cifs.ko driver after that thread was started.
Thx for the hint, Duane, the cifs.ko works great, if I do a mount from prompt.
I added the following line to /etc/fstab
//192.168.xxx.xxx/audio /mnt/storage/_raspi/ cifs defaults,username=username,password=password 0 0
Reboot does not mount the share, but when I enter "mount -a" manually the share is mounted.
Do you have a hint for me?
Regards oliaros
Sorry, no, this is not my area of expertise. I'll ping Ken and see if he can help.
The solution is described at
https://wiki.chumby.com/index.php?title … n_start-up
Create the file /psp/rfs1/userhook2 containing
#!/bin/sh
/bin/mount -a
and make it executable (chmod a+x /psp/rfs1/userhook2).
/etc/fstab contains the path, mountpoint and credentials of the share:
//ip-addr/smb-share /mnt/storage/mountpoint cifs defaults,username=username,password=password 0 0
That's it, regards oliaros
chumbysphere forum → Software → mount samba share
Powered by PunBB, supported by Informer Technologies, Inc.