Thanks for using the TrueNAS Community Edition issue tracker! TrueNAS Enterprise users receive direct support for their reports from our support portal.

Issues

Select view

Select search mode

 
1 of 4

Allow creation of symbolic links in smb share

Behaves as Intended

Description

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?

Problem/Justification

None

Impact

None
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Impact

Low

Components

Fix versions

Affects versions

Priority

More fields

Katalon Platform

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 PM
Edited

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).