Some way to add PVE shared folder in windows network?

ruffpl

Well-Known Member
Jan 11, 2020
37
2
48
40
Is there a way to add a folder from Proxmox that can be shared in windows network? I need some extra network drive to share files between pc and laptops f.ex when my wife need some Power Point presentations, photos or other files without looking for usb drive or play with bluetooth (just to copy temporary files between all devices). Is there some easy way without creating container/ virtual machine with OS and drives?
 
hi,

i guess you could configure a container with SMB server running on it :)

if you want to use the files from your PVE host, you can just keep your files on the host and pass a bindmount [0] to the container.

Is there some easy way without creating container/ virtual machine with OS and drives?
(running services on the hypervisor itself is usually discouraged)

hope this helps

[0]: https://pve.proxmox.com/wiki/Linux_Container#_bind_mount_points
 
OpenMediaVault in a unprivileged Debian LXC with folders bind-mounted from the host to the LXC works fine too.

Proxmox itself doesn't got any NAS functionalities build in.