For me it works, but only with a premium account. I heard from an other user that it won't run from him on Odroid, but I can't reproduce that!Assemblerguru wrote:Hi !
Can someone tell me, if the spotify plugin (TRIODE) does work with ODROID LMS setup ? This is very important for me...
Thank you !
I tried a lot of different commands to get mine mounted and this finally worked. I've added your settings.TheD6Bel wrote: My nas have 192.168.1.6
user and pass users
folder /Music (for have acces on my W7: \\192.168.1.8/Music and W7 ask me user and pass)
on fstab i have :
//192.168.1.8/Music /mnt/samba/ cifs username=users,password=users,sec=ntlm
i tryed also:
//192.168.1.8/Music /mnt/samba/ cifs username=users,password=users,sec=ntlmv2
Code: Select all
mount -w -t cifs -o username=users,password=users,_netdev,sec=ntlm //192.168.1.6/Music/ /mnt/samba
thank's i go try tomorowmantekka wrote: I tried a lot of different commands to get mine mounted and this finally worked. I've added your settings.
Also I notice your NAS IP ends with 6 but in your commands it ends with 8. Presume this is a typo?Code: Select all
mount -w -t cifs -o username=users,password=users,_netdev,sec=ntlm //192.168.1.6/Music/ /mnt/samba
Yes .... but it's a pain to get working.fuzzweed wrote:Hi, is it possible to make a wireless Bluetooth squeeze box with this hardware / software? i.e. wireless dongle to attach to network LMS and then Bluetooth dongle to connect to a Bluetooth speaker (A2DP profile) so I don't need a Pi soundcard.
TheD6Bel wrote:thank's i go try tomorowmantekka wrote: I tried a lot of different commands to get mine mounted and this finally worked. I've added your settings.
Also I notice your NAS IP ends with 6 but in your commands it ends with 8. Presume this is a typo?Code: Select all
mount -w -t cifs -o username=users,password=users,_netdev,sec=ntlm //192.168.1.6/Music/ /mnt/samba
![]()
for ip is my mistake, nas ip is 192.168.1.8
Thanks for the linkbillm555 wrote:Might have a look at:
http://forums.slimdevices.com/showthrea ... NAS-mounts
Eventually got my NAS mounted with a lot of help from castalla.
Bill
For samba/cifs I've successfully used:192/168/1/20:/DataVolume/shares/Public /mnt/nfs nfs defaults 0 0
Code: Select all
mount -w -t cifs -o username=myusername,password=mypassword,_netdev,sec=ntlm //192.168.0.10/Volume_1/ /mnt/mynas
Code: Select all
mount -t nfs 192.168.0.20:/DataVolume/shares/Public /mnt/nfs
Code: Select all
access denied by server while mounting 192.168.1.20:?DataVolume/shares/Public
Code: Select all
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)