Until now I was running a virtual Openmediavault and passing through the hard disks. But this got too annoying, so I decided to use Proxmox directly as file server. My plan was to set up a ZFS storage and share it via network. But I struggle to configure it properly and I cannot find any resources online which help to solve my problem (I guess since it is OpenZFS and not Oracle ZFS?)
I have a dataset local-zfs/files, which I want to share via smb and nfs. If I do
the share will appear as local_zfs_files and with no guess user access. What I acutally want, is a share usable without any login (guest user) and with a simpler name (just "files"). All the options like
I have a dataset local-zfs/files, which I want to share via smb and nfs. If I do
Bash:
zfs set sharesmb=on local-zfs/files
zfs set share=name=files,guestok=true...
seem not to work or are Oracle-specific. Can I do that somehow? Or do I have to configure the smb share manually?