Issues
- Allow creation of symbolic links in smb shareNAS-112366Resolved issue: NAS-112366Triage Team
- again: rename home shareNAS-105621Resolved issue: NAS-105621Triage Team
- Use correct defaults for CIFS share in APIv1NAS-102991Resolved issue: NAS-102991Waqar Ahmed
- SMB's Recycle Bin does not work with certain file typesNAS-101849Resolved issue: NAS-101849Triage Team
1-4 of 4
1 of 4
Allow creation of symbolic links in smb share
Behaves as Intended
Description
Problem/Justification
None
Impact
None
Created September 16, 2021 at 3:57 PM
Updated July 6, 2022 at 9:02 PM
Resolved December 14, 2021 at 5:41 PM
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).
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?