User Tools

Site Tools


nas:build_a_linux_nas:add_additional_software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nas:build_a_linux_nas:add_additional_software [2021/09/25 14:51] – created peternas:build_a_linux_nas:add_additional_software [2021/09/25 14:52] (current) peter
Line 1: Line 1:
 ====== NAS - Build a Linux NAS - Add additional software ====== ====== NAS - Build a Linux NAS - Add additional software ======
 +
 +<code bash>
 +sudo apt update
 +sudo apt upgrade
 +
 +sudo apt install mdadm
 +sudo apt install ntfs-3g
 +sudo apt install samba samba-client
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Software provides:
 +
 +  * **mdadm**:  Supports Software RAID.
 +  * **ntfs-3g:**  To be able to mount NTFS-based disks.
 +  * **samba**:  Supports SMB shares.
 +</WRAP>
 +
  
nas/build_a_linux_nas/add_additional_software.1632581507.txt.gz · Last modified: 2021/09/25 14:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki