Raspberry Pi: NAS Server

From Embedded Lab Vienna for IoT & Security
Revision as of 08:32, 24 May 2020 by Cskallak (talk | contribs) (Created page with "== Summary == This Documentation is a step by step guidance to convert your Raspberry Pi into a NAS Server for your Home Network. == Requirements == * at least Raspberry...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

This Documentation is a step by step guidance to convert your Raspberry Pi into a NAS Server for your Home Network.

Requirements

  • at least Raspberry Pi 3B+

Description

Step 1: Updating the package repositories of your system

 sudo apt update 
 sudo apt upgrade

Step 2: Install Symbian

 sudo apt install samba samba-common-bin

Used Hardware

Raspberry Pi 3B+

References