Installing Samba

Install Samba.

Create storage/share directory to be used with Samba. (In this example, I’ve chosen to mount a storage device to /mnt/samba, but this can be any folder on the system.)

Open Samba configuration file.

Add the following code to the bottom of the document.
Replace [share name] with the desire name for your Samba share.
Replace /mnt/samba with the directory you’ve chosen for your storage/share directory.

Set permissions for the Samba storage/share directory.

Create a (Linux) user to manage the Samba application.
Follow the on-screen instructions.

Create a Samba user and set password.
Follow the on-screen instructions.

Set storage/share directory’s user ownership to the Linux user you created two steps back.

Restart Samba.

Open Samba’s Firewall port.

Reload Firewall.

×