• 0 Posts
  • 223 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle

  • I can’t answer each bullet (and a couple are dependant on other things like drive speed, activity, and network throughput) but I’ve been using shucked external HDDs for over a decade and would recommend it. I used to use OpenMediaVault running in a VM on Proxmox and briefly tried TrueNAS, but I’ve since migrated all of my VMs to LXCs, so now I just have the drives mounted on the Proxmox host directly combined with mergerfs (not managed by Proxmox’s storage pools) and I pass it through to a Turnkey Linux file server LXC via bind mounts to share over SMB/NFS. Less overhead and LXCs can share CPU/memory dynamically while VMs can’t.

    You should be able to replace that /mnt/external directory with no issues as long as the structure is the same within.










  • If Netscape had a large paid install base and still failed because a free browser became ubiquitous, what makes you think doing that now when the free browsers are already ubiquitous would work? Especially when it also has to compete with what is essentially already what you’re describing, Librewolf (or just Firefox + Arkenfox).






  • That reddit thread is horrible advice, it’s just mapping the LXC root user to the host root user, which is just a privileged LXC with extra steps (and maybe less secure).

    The reason you’re probably having issues is that your root user in the LXC is mapped to the host user 100000 by default, and that user doesn’t have access to the share, but you can change that with mount options or creating a user with 100000:100000 and adding it to a group with access.