diff --git a/samba/README.md b/samba/README.md index 86e1432..84a5afb 100644 --- a/samba/README.md +++ b/samba/README.md @@ -25,9 +25,17 @@ samba: workgroup = WORKGROUP netbios name = EasyPi server string = Samba Server +server role = standalone map to guest = bad user +usershare allow guests = yes + +[homes] +comment = Home Directories +browseable = no +writable = yes [share] +comment = Public File Sharing path = /share browseable = yes read only = no diff --git a/samba/mnt-usb.mount b/samba/mnt-usb.mount new file mode 100644 index 0000000..b3c55d9 --- /dev/null +++ b/samba/mnt-usb.mount @@ -0,0 +1,9 @@ +[Unit] +Description=USB Storage Mount + +[Mount] +What=/dev/disk/by-uuid/829B-2038 +Where=/mnt/usb + +[Install] +WantedBy=local-fs.target