Comment on Am I corrupting my data?
alexgreen@techhub.social 2 days ago
@thelemonalex I usually find that sata cable or connector are bad.
Personally I use proxmox as a host and share bulky nfs mounts for each VM like Immich, Plex/Jellyfin. For gitea and other small VM - use VM virtual drive and back it up periodically
thelemonalex@lemmy.world 2 days ago
So if I understand correctly, you’re managing the storage directly within Proxmox, instead of using a VM for that, right? Are the tools good? Does it support ZFS replication, SMB and things like that?
alexgreen@techhub.social 2 days ago
@thelemonalex I use native linux nfs server. Manage shares using /etc/exports file.
For SMB, I use vm with samba and mount a few folders over nfs from proxmox (it just gives me a static IP in case if I decide to change something from proxmox side).
I manage zfs on the proxmox host. I think you can't export zfs dataset to be managed by VM (except drive passthrough).
My infra has 1 proxmox bulky node with 2 HDD (zfs) and 3 nodes with small ssd/nvme in the cluster.
thelemonalex@lemmy.world 9 hours ago
Okay, good to know, thanks!