Windows symlink (mklink) on a FreeNAS share ?

Status
Not open for further replies.

anankeo

Cadet
Joined
Feb 9, 2017
Messages
6
Hi,
Does FreeNAS support Windows symbolic link?
For example I'd like to do from a windows machine :
mklink \\freenas\share\link.txt \\freenas\share\file.txt
But I'm getting the error "The file or directory is not a reparse point."
So I was wondering if this was a supported operation on FreeNAS? I know I can do symbolic links from FreeNAS shell and have them followed by Windows but that's not what I want to do
Thank you
 
Last edited by a moderator:
D

dlavigne

Guest
Which version of FreeNAS (from System -> Information)? Which version of Windows? What are the settings on the SMB share?
 

anankeo

Cadet
Joined
Feb 9, 2017
Messages
6
FreeNAS version is : FreeNAS-9.10.2-U2
Windows machine is a windows 7 SP2
The checked SMB options are :
- Apply Default Permissions
- Browsable to Network Clients
- VFS Objects: stream_xattr, aio_pthread
 
Last edited by a moderator:

anankeo

Cadet
Joined
Feb 9, 2017
Messages
6
Ok, after further research looks like samba does not support windows symlinks..
 

lukeren

Explorer
Joined
Apr 13, 2017
Messages
62
Symbolic links in Windows is actually an NTFS feature called junctions, that's why it won't work.
You can however create junctions on NTFS disks pointing to your FreeNAS:

Screen Shot 2017-05-06 at 22.46.17.png
 
Last edited by a moderator:
Status
Not open for further replies.
Top