100
What's your opinion on Ubiquiti/Unifi gear?
(lemmy.world)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil.
No spam.
Posts are to be related to self-hosting.
Don't duplicate the full text of your blog or readme if you're providing a link.
Submission headline should match the article title.
No trolling.
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I 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?
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.