d6jg wrote: 
> As I put in another thread

Yeah, sorry about that. I thought it would be best to start a new thread
for this new problem.

d6jg wrote: 
> try
> 
> > 
Code:
--------------------
  >   > 
  > sudo mount -t cifs //server/Multimedia /mnt/ -o 
rw,user=yourwindowsuseraccount
  > 
--------------------
> > 

That didn't work, but not because you are wrong but because what I was
trying was wrong. :) I had to mount "Music" and "Playlists" as different
shares and bent the "Playlists" share to the ubuntu user
"squeezeboxserver" usings its uid and gid:


Code:
--------------------
    
  sudo mount -t cifs -o username=squeezeboxserver,uid=123,gid=1001 
//192.168.178.1/Playlists /mnt/NAS/Playlists
  sudo mount -t cifs -o username=squeezeboxserver,uid=1000,gid=1000 
//192.168.178.1/Music-Test /mnt/NAS/Music
  
--------------------


I just tried it again (rw instead of uid/gui):


Code:
--------------------
    
  sudo mount -t cifs -o rw,username=squeezeboxserver //192.168.178.1/Playlists 
/mnt/NAS/Playlists
  
--------------------


LMS doesn't get write access to the share.

@Michael:

There's a typo in LMS when a playlist -> "could not" be written.



QLMS [email protected] x64 (digimaster) / QNAP 469L QTS 4.3.4
LMS 8.3 x64 / Intel NUC8 i3
------------------------------------------------------------------------
dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=115239

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to