

- #KODI CACHE SETTINGS RASPBERRY PI 3 HOW TO#
- #KODI CACHE SETTINGS RASPBERRY PI 3 INSTALL#
- #KODI CACHE SETTINGS RASPBERRY PI 3 UPDATE#
It is strongly recommended that you read man exports. This is the safest option (async is faster, but dangerous. Rw makes the share read/write, and sync requires the server to only reply to requests once any changes have been flushed to disk. Make sharing directory and set permissions mkdir -p ~/PublicĪdd new share to /etc/exports echo "/home/pba/Public 10.0.0.1(rw,sync,no_subtree_check)" | sudo tee -a /etc/exports
#KODI CACHE SETTINGS RASPBERRY PI 3 INSTALL#
Install NFS Server sudo apt-get install rpcbind nfs-kernel-server
#KODI CACHE SETTINGS RASPBERRY PI 3 HOW TO#
How to setup NFS in Ubuntu: SettingUpNFSHowTo Ubuntu NFS Server Configurationīelow example shares Public directory (located in pba user home directory) to 10.0.0.1 IP address This is useful to read about: How do I mount directories from other Linux/Unix/BSD servers? How do I mount an NFS share? Note: The default user group of samba is "WORKGROUP". Note that "" value is passed in "", in other words, the share name you entered in "/etc/samba/smb.conf". To access your network share use your username () and password through the path "smb:////" (Linux users) or "\\\" (Windows users).

To access your network share sudo apt-get install smbclient

Once Samba has restarted, use this command to check your smb.conf for any syntax errors testparm Tip: There Should be in the spaces between the lines, and also there should be a single space both before and after each of the equal signs. Once "smb.conf" has loaded, add this to the very end of the file: Make a safe backup copy of the original smb.conf file to your home folder, in case you make an error sudo cp /etc/samba/smb.conf ~ You can also hide the user on the login screen by adjusting lightdm's configuration, in /etc/lightdm/nf add the newly created user to the line : hidden-users=Ĭreate a directory to be shared mkdir /home// Tip3: If you're using another user than your own, it needs to exist in your system beforehand, you can create it without a shell access using the following command : Tip 2: Remember that your user must have permission to write and edit the folder you want to share. Tip 1: Use the password for your own user to facilitate. This tutorial implies that you will use your own user and it does not cover situations involving other users passwords, groups, etc. Note: Samba uses a separate set of passwords than the standard Linux system accounts (stored in /etc/samba/smbpasswd), so you'll need to create a Samba password for yourself. Set a password for your user in Samba sudo smbpasswd -a
#KODI CACHE SETTINGS RASPBERRY PI 3 UPDATE#
Procedures Install Samba sudo apt-get update Here is a summary of the instructions (credit goes to the original author): This is definitely supported by KODI ( openELEC, Osmc or other), which is what I would install on the raspberry pi, if you want to use it as a media player for the TV, and resembles my setup. In addition to the above, you could use samba shares.
