Monday, May 05, 2014

Exporting NFS shares from OpenELEC 4.0

OpenELEC 4.0 does not automatically export shares of external USB devices. To do this automatically, create the samba.conf file.

cd /storage/.config
cp samba.conf.sample samba.conf

Add the following to the bottom of samba.conf.

[USB Drives]
path = /media
available = yes
browsable = yes
public = yes
writable = yes

Reference:
http://wiki.openelec.tv/index.php/Sharing_files_from_OpenELEC

No comments: