Force Fedora to use SMBv3?

Is there any way to force Nautilus/Files to use min. SMB V3?

sudo sed -i -e '/^\[global\]$/a \\tclient min protocol = SMB3' \
    /etc/samba/smb.conf

See also: How to configure Samba to use SMBv2 and disable SMBv1

2 Likes