Install Samba
If Samba is not installed by default:
- Open K-menu and select terminal

- Click on terminal menu
- Become a super user "root"

- Using Yum installer install Samba (make sure that the computer has access to Internet)

Configure Samba Shares
- Open K-menu and select Samba settings menu item

- Enter root password
- Select "Add Share"

- Select directory where media files are located and name the share

- Select "Allow access to everyone" and click "OK" button

- Close the window.
Start Samba Server
- Open K-menu and select Services settings menu

- In the service list find "smb" entry
- Check the "smb" entry

- Save changes Start Samba service
and you will be notified that the service has started successfully
- Close the window
Now MVIX-760HD should see "public" share.
MX-760HD Setup
- Select "MOVIES" or other media menu

- Select "Refresh" in the left navigation menu

- Scrolling the list down will reveal "public" Samba share
Configure Samba Shares from command line only
1. Open terminal
2. Become root
$ su -
3. Install Samba (if it is not installed by default)
#yum -y install samba
4. Configure Samba to start automatically on computer startup
#chkconfig smb on
5. Configure share. Samba configuration is stored in one file /etc/samba/smb.conf.
Following Samba configuration file is a minimalistic example that shares one directory.
#============ Global Settings ============
[global]
workgroup = MYGROUP
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
username map = /etc/samba/smbusers
#============ Share Definitions ==========
[MVIX SHARE]
path = /usr/share/wallpapers
public = yes
only guest = yes
writable = no
printable = no
#============ End smb.conf file ==========
6. Start Samba server
#/etc/init.d/smb start
7. On Mvix box the "MVIX SHARE" will become available in the "Media list".
If it is not visible try selecting Refresh in the left side of the screen.
Thanks to Mvix user Dmitry G. for this article. He received a $25 Amazon.com gift certificate for contributing. If you wish to contribute an article for a chance to win prizes, please e-mail MvixUSERS@MvixUSA.com