Hi everyone,
I have a 2 TB USB SSD that I’d like to use in my Proxmox 9 setup. The goal is to make the SSD available as an network drive via an LXC container, so that:
My questions:
I’d appreciate any tips, best practices, or a step-by-step guide!
Thanks in advance
I have a 2 TB USB SSD that I’d like to use in my Proxmox 9 setup. The goal is to make the SSD available as an network drive via an LXC container, so that:
- Other LXC containers and virtual machines can access it via SMB and store data,
- Proxmox backups of containers and VMs are saved directly to this SSD,
- And in the worst-case scenario (e.g., if Proxmox or the LXC container running the SMB server fails), the SSD can be unplugged and read on a Windows PC.
My questions:
- How can I properly mount the USB SSD in Proxmox so it works as a network drive?
- What file system should I use to ensure both Proxmox and Windows can access the data in case of emergency (exFAT?)?
- Is it a good idea to serve the SSD via SMB from an LXC container, or are there better alternatives?
- What do I need to consider, ensuring Proxmox backups are automatically stored on this SSD?
I’d appreciate any tips, best practices, or a step-by-step guide!
Thanks in advance