symlinks operation no supported on SMB share

Post Reply
zemerdon
Site Admin
Posts: 239
Joined: Mon Jan 23, 2023 8:13 pm

symlinks operation no supported on SMB share

Post by zemerdon »

add 'vers=3.0' and 'mfsymlinks' to mount line.

e.g

Code: Select all

mount.cifs //192.168.1.11/vpnzm /media/vpnzm    -o credentials=/home/jane/cifs_cred,vers=3.0,uid=33,gid=33,rw,mfsymlinks       0       0
tested and working.
Post Reply