Comment on What's your opinion on Ubiquiti/Unifi gear?
early_riser@lemmy.world 2 weeks agoI have a QNAP NAS in addition to the unas2 mentioned in the OP. Both have WD red drives. I also run Proxmox on an ancient laptop. How does virtualizing a file server work?
SapphironZA@sh.itjust.works 2 weeks ago
In my case, I setup a ZFS pool of my disks in my old desktop PC running Proxmox. Then I allocated some storage to an LXC container running Debian and Samba for file sharing.
In your case, since the QNAP already runs Samba, it would be best to run it directly on the NAS.
But if you want to do it for the learning experience, you can setup an NFS share on the QNAP and link it to the Proxmox. The Proxmox can then use the NAS for storage and you can have VMs or LXC contsiners use for virtual disks.