Allow creation of symbolic links in smb share
Description
Problem/Justification
None
Impact
None
Activity
Show:

Andrew Walker December 14, 2021 at 5:41 PMEdited
The SMB share needs to be mounted with correct options. MF symlinks should be possible, but by default SMB1 is disabled (and SMB1 unix extensions are what are used to create server-side symlinks).
Behaves as Intended
Pinned fields
Click on the next to a field label to start pinning.
Created September 16, 2021 at 3:57 PM
Updated July 6, 2022 at 9:02 PM
Resolved December 14, 2021 at 5:41 PM
Symbolic links can seemingly not be created when using smb shares.
>> ln -s "test.txt" "test_symbolic.txt"
ln: failed to create symbolic link '/media/testuser/test_symbolic.txt': Operation not supported
This was tested with a new install of TrueNAS using default settings. A SMB Dataset was created and shared using smb ( Private SMB Datasets and Shares preset) with the following auxiliary parameters:
ixnas:zfs_auto_homedir=true
ixnas:base_user_quota=2TiB
Is there any way to allow the creation of symbolic links for clients of a smb share?