Getting SMB v3 mounts to work in Ubuntu?

Hi there all. :slight_smile:

Im having some trouble getting my pr4100 mounts to work the way i want in Ubuntu. Right now all i can figure out is to make samba v2 work and it seems like anything above that wont work. This is how im mounting it now inside fstab:

I’ve tried adding a lot of different mount options taken from the web but none seem to work other than the above.

I’ve also tried tinkering with the pr4100’s “max/min protocol” settings inside it’s smb.conf file (/etc/samba/smb.conf) but ended up sticking with the default.

My current firmware version is 5.04.114, ip is static with the pr4100 and smb3. All the shares have the Public and Oplocks toggles set to on.

Thank you for your time.

Not sure but i think i’ve found out why i had this issue and it might have been because of the way i initially mounted my shares.

mount -t cifs //server-ip/Public_x /mnt/Public_x -o username=xyz,guest

I’ll try to mount another way and see if that changes anything.