nas:build_a_linux_nas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nas:build_a_linux_nas [2021/09/25 16:16] – peter | nas:build_a_linux_nas [2021/09/25 21:38] (current) – peter | ||
---|---|---|---|
Line 10: | Line 10: | ||
- [[NAS:Build a Linux NAS:Mount the RAID Array|Mount the RAID Array]] | - [[NAS:Build a Linux NAS:Mount the RAID Array|Mount the RAID Array]] | ||
- [[NAS:Build a Linux NAS:Create a Samba Share|Create a Samba Share]] | - [[NAS:Build a Linux NAS:Create a Samba Share|Create a Samba Share]] | ||
- | + | - [[NAS:Build a Linux NAS:Data Scrubing|Data Scrubing]] | |
+ | - [[NAS:Build a Linux NAS:Power Consumption|Power Consumption]] | ||
+ | - [[NAS:Build a Linux NAS:Tune the System|Tune the System]] | ||
+ | - [[NAS:Build a Linux NAS: | ||
+ | - [[NAS:Build a Linux NAS:Monitor the System|Monitor the System]] | ||
+ | - [[NAS:Build a Linux NAS:Support recovering from a faulty disk|Support recovering from a faulty disk]] | ||
---- | ---- | ||
- | ---- | + | ===== Resources |
- | + | ||
- | ===== Create Samba Share ===== | + | |
- | + | ||
- | Save a backup of the default Samba Config. | + | |
- | + | ||
- | <code bash> | + | |
- | sudo cp / | + | |
- | </ | + | |
- | + | ||
- | Now edit the Samba Config file, **/ | + | |
- | + | ||
- | <file bash / | + | |
- | [global] | + | |
- | workgroup=WORKGROUP | + | |
- | server min protocol = SMB2 | + | |
- | server max protocol = SMB3 | + | |
- | server string = NAS | + | |
- | log file = / | + | |
- | + | ||
- | [data] | + | |
- | path = / | + | |
- | available = yes | + | |
- | valid users = peter | + | |
- | read only = no | + | |
- | browseable = yes | + | |
- | writable = yes | + | |
- | </ | + | |
- | + | ||
- | ---- | + | |
- | + | ||
- | ===== Create a Samba user ===== | + | |
- | + | ||
- | <code bash> | + | |
- | sudo smbpasswd -a peter | + | |
- | </ | + | |
- | + | ||
- | returns: | + | |
- | + | ||
- | <code bash> | + | |
- | Added user peter. | + | |
- | </ | + | |
- | + | ||
- | <WRAP info> | + | |
- | **NOTE: | + | |
- | </ | + | |
- | + | ||
- | ---- | + | |
- | ===== Test Access to the Share ===== | + | http:// |
- | Within a Web Browser, enter | + | https:// |
- | <code bash> | + | https://h3x.no/2011/07/09/tuning-ubuntu-mdadm-raid56 |
- | //192.168.1.5/data | + | |
- | </code> | + | |
- | <WRAP info> | + | https:// |
- | **NOTE:** | + | |
- | * **192.168.1.5**: The IP Address of the NAS. | + | https://www.linuxquestions.org/ |
- | * Obviously use whatever IP address that device has. | + | |
- | * **data**: | + | |
- | </WRAP> | + | |
nas/build_a_linux_nas.1632586567.txt.gz · Last modified: 2021/09/25 16:16 by peter