23
submitted 1 year ago* (last edited 1 year ago) by reddit_sux@lemmy.world to c/selfhosted@lemmy.world

I have an old x86_64 computer which I am planning to use as a NAS. Which of the 2 is a better option? Is it helpful or better to run on bare metal or as a VM on proxmox?

you are viewing a single comment's thread
view the rest of the comments
[-] stanleytweedle@lemmy.world 7 points 1 year ago

I've had a little OMV VM running on Proxmox for about 4 years with no issues at all.

[-] reddit_sux@lemmy.world 2 points 1 year ago

What benefits to running it as an VM rather than on bare metal.

[-] stanleytweedle@lemmy.world 7 points 1 year ago

For me just the convenience of having everything in one box. Simplifies networking too. I run home assistant, openwrt, OMV, an ubuntu dtop VM and a wordpress LXC on a little m93 I jacked up with 32Gb RAM. Backups are dead simple and it's all on one little UPS.

Some might prefer metal for other reasons but simplicity and convenience are priorities for me, at least in my homelab.

[-] InverseParallax@lemmy.world 1 points 1 year ago

The rules now are generally: bare metal if that's all the box will do, or it's main task, container if it's one of many services, vm if it's a larger application you might migrate and i/o isn't your limitation.

The line between container and vm is fuzzy, but bare metal means you're making a design choice for that machine and if that or another application breaks the machine you're screwed.

In a way freebsd is amazing for this, you put all applications in jails and don't use the main userspace much, but the virtualiztion story isn't quite there yet.

[-] vividspecter@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

Beyond the other reasons, the idea is that you can keep the hypervisor (host OS) minimal and stable and so it's less likely to break. Whereas you can break the VM to your heart's content and you'll still have access to the host and don't need to rely on live USB etc to recover (or even video access since you can still access the host over the network). You can also migrate the VM to a new system more simply since it's just a VM with simpler, abstracted hardware that is less likely to run into driver issues.

One downside of a VM is that GPU passthrough/GVT-g isn't always stable or performant (especially GVT-g), so you might want to keep some services on the host if they need GPU access (such as transcoding). You can still access the files in the VM over NFS/Samba from the host. Although I'd use containers (e.g. docker) at least, sticking with the principle of keeping the hypervisor OS as minimal as possible.

this post was submitted on 26 Jul 2023
23 points (87.1% liked)

Selfhosted

39253 readers
609 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS