gerry0324 wrote: 
> I'm sure its the NOOBS set up from the Pi Hut but to be honest I just
> followed the prompts as I did the 1st boot up (i.e. not sure what's on
> the NOOBs card - say latest 3.4.0).
> 
> Cheers
> 
> Gerry

If you can SSH into your Pi then have a look at /etc/samba/smb.conf
Mine has this at the end. How does that compare to yours. You can use
WinSCP to do this. 

Code:
--------------------
    [pi]
  path = /
  writeable=Yes
  create mask=0777
  directory mask=0777
  public=no
  
  [usb-drive]
  path = /media/usb-drive
  writeable=Yes
  create mask=0777
  directory mask=0777
  public=no
  
--------------------


------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=113654

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

Reply via email to