Introduction
It is time to get the file server up and running. Since every other server in this Mini PC rebuild depends on shared storage, it is priority one. Its time to hit that keyboard!
In earlier videos, I explained the reasoning behind this Proxmox server rebuild and prepared the Debian base system I’ll be using for most of the VMs (virtual machines) in this setup. I’ll link those videos at the end for anyone who wants the background.
In this article, I’ll build a virtual file server that can be accessed over SMB (Server Message Block), a standard Windows protocol that is supported on most devices. Because I deal with a mix of Windows, macOS, Linux, and Android/I-phones I’m avoiding NFS, which can be hit-or-miss outside the Linux/Unix world.
Eventually, I also want to add a simple web interface for mobile-friendly access. But for now SMB is the focus. In this video, I’ll cover:
- Converting the Debian base VM to a template
- Cloning the Template
- Expanding the Clones virtual disk
- Assign the VM new machine-ID, static IP Address, Host-name, and SSH keys
- Adding/mounting a new partitioning
- Installing and configuring Samba
- Testing the connection from another computer
A quick note before we begin: this server lives on my private LAN, not directly exposed to any public networks. The inital security model in this presentation is very lax, and will be upgraded later. I’ve learned, the hard way, that to avoid headaches it’s better to start with a simpler working baseline and then tightening security in small controlled steps. If something breaks, you know what caused it and a fix is easier to figure out and manage.
(more…)


Leave a Reply