Skip to content

Instantly share code, notes, and snippets.

@Red-Eyed
Last active May 26, 2021 05:26
Show Gist options
  • Save Red-Eyed/c3697736357dfeabeeb9650796f1157b to your computer and use it in GitHub Desktop.
Save Red-Eyed/c3697736357dfeabeeb9650796f1157b to your computer and use it in GitHub Desktop.
Windows 10 connect to ubuntu over samba
[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
@Red-Eyed
Copy link
Author

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