00:07:45
Make a NAS ! With raspberry PI Zero 2 w (Pi3 b+, Pi4 ... )
Описание
in this video i explain how to setup up a samba server on a raspberry Pi (zero 2 w, PI3 b+ or PI4) to create a Netowk attached storage and how to create this drive in the windows explorer to get access to.
00:30 install samba packages
01:50 check mount permissions for Samba use
02:20 make Samba configuration
06:30 establish network drive in windows
--------------------------------------
samba config
[share]
Comment = Raspberry Pi Shared Folder
Path = /media/usb/share
Browseable = yes
Writeable = Yes
only guest = no
create mask = 0777
directory mask = 0777