Recent content by pradeepslc

  1. P

    Samba share from Proxmox host mounted on Ubuntu guest write Permission Denied

    Hi AKA, Thanks for looking. here is the ls command output on the proxmox host on the lefet and guest VM on the right
  2. P

    Samba share from Proxmox host mounted on Ubuntu guest write Permission Denied

    Hi AKA, Thanks for the reply. I will add a little detail into how my setup looks like. I added the drive share to samba configuration file as below [3TBHDD] path = /mnt/3TBHDD read only = no guest ok = yes available = yes hosts allow = 127.0.0.1 192.168. 10. hosts deny =...
  3. P

    Samba share from Proxmox host mounted on Ubuntu guest write Permission Denied

    Hello, I am trying to get started on using proxmox for my home server. I have mounted my data disk in proxmox and shared it using samba share with read and write permission. In my Ubuntu guest VM I mounted this cifs disk and am able to read the contents. But I get permission denied upon write ...