Last active
May 26, 2021 05:26
-
-
Save Red-Eyed/c3697736357dfeabeeb9650796f1157b to your computer and use it in GitHub Desktop.
Windows 10 connect to ubuntu over samba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
workgroup = WORKGROUP | |
server string = %h server (Samba, Ubuntu) | |
passdb backend = tdbsam | |
security = user | |
[public] | |
comment = MY_PASSPORT | |
path = /mnt/MY_PASSPORT/data/ | |
browsable = yes | |
create mask = 0660 | |
directory mask = 0771 | |
writable = yes |
In order to make Ubuntu discovarable from the Windows 10, install wsdd
https://github.com/christgau/wsdd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu:
sudo smbpasswd -a $USER
sudo systemctl restart smbd.service nmbd.service
Windows 10: