I recently set up a Samba file share on Raspian and when I login to it from a Windows, it shows the home directory for the logged in user.
Below is an excerpt from my /etc/samba/smb.conf file
[Backup] comment = Backup Folder path = /media/USBHDD/shares valid users = @users force group = users create mask = 0660 directory mask = 0755 read only = no Below is a screen shot to show what I am experiencing:

My questions are:
- Is this common? (I don't want user's home directories to be displayed, just the backups)
- How can I make it so that the user's home directory is not displayed?
/etc/samba/smb.confhave a `[homes] section? If so, that will be the place to disable showing the users' home directories.[homes]section and achieved the desired result. I will answer when I am allowed to.