Elijah Lofgren

I follow Jesus Christ and enjoy reading, writing, helping people, and making websites. Who is Jesus?

My life mission: "Whatever you do, do it all for the glory of God." - 1 Corinthians 10:31

You are here: Home » Linux Tips » Samba Tips

Samba Tips

  • Share Windows files with VMware

    Here's what I have set in /etc/samba/smb.conf to share my Windows files with VMware:

    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
       security = share
    
    [Windows]
    path = /mnt/windows
    comment = Windows Files
    available = yes
    browseable = yes
    public = yes
    writable = yes