My blog for documenting computery problems after I figure them out. I try to include my problem solving steps, especially if I had to learn things for them too.
Tuesday, 9 April 2024
Proxmox mount host storage in Linux Container
On host in terminal run:
pct set <container_id_number> -mp0 /<host_dir>,mp=/<container_mount_point>
No comments:
Post a Comment