Expand/nas: Difference between revisions
Jump to navigation
Jump to search
Agent Kith (talk | contribs) mNo edit summary |
Agent Kith (talk | contribs) |
||
Line 2: | Line 2: | ||
{{abox|This page is still work in progress}} | {{abox|This page is still work in progress}} | ||
=== Introduction === | ===Introduction=== | ||
<br /> | This article shows the steps that will convert your Snakeoil computer into a basic NAS.<br /> | ||
=== | ===NFS-Server=== | ||
Short for [[wikipedia:Network_File_System|Network File Systems (NFS)]]. This is the standard file sharing protocol used in Linux computers. You'll need a custom kernel to get this working. | |||
=== | # Download a custom Snakeoil Kernel with NFS server support. For example, the NAS kernel in this [https://www.snakeoil-os.net/forums/Thread-Snakeoil-1-x-x-4-4-9-rt17-Series thread]. | ||
# Reboot the computer and verify you're on the NFS kernel | |||
# SSH into your Snakeoil PC | |||
# run this command:<syntaxhighlight lang="bash"> | |||
apt update; apt install nfs-kernel-server -y | |||
</syntaxhighlight> | |||
# | |||
# | |||
# | |||
==== New Kernel ==== | |||
You'll need | |||
[[Category:Expand]] | [[Category:Expand]] |
Revision as of 13:46, 18 September 2020
Introduction
This article shows the steps that will convert your Snakeoil computer into a basic NAS.
NFS-Server
Short for Network File Systems (NFS). This is the standard file sharing protocol used in Linux computers. You'll need a custom kernel to get this working.
- Download a custom Snakeoil Kernel with NFS server support. For example, the NAS kernel in this thread.
- Reboot the computer and verify you're on the NFS kernel
- SSH into your Snakeoil PC
- run this command:
apt update; apt install nfs-kernel-server -y
New Kernel
You'll need