Convert Your Snakeoil PC into a NAS
Jump to navigation
Jump to search
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