Problem with symlink on windows 11:
Hapeens with mklink /d , mklink /h , mklink /j
Reproduce:
1.mklink /d testlink21 d:\01_BACKUPS\
2.Start freefilesync as admin Sync from windows 11 pc ntfs fs to a nas on ext4 fs
3.view images for details
https://ibb.co/XD9tncT
https://ibb.co/stC2kQZ
freefilesync 13.4 SymLink in windows 11 problem
- Posts: 6
- Joined: 20 Mar 2024
- Posts: 2450
- Joined: 22 Aug 2012
What is your Symbolic Link handling setting (in the FFS GUI Comparison (F6) tab)?
What file system is your \\q\ location? Not all file systems support reparse points.
What file system is your \\q\ location? Not all file systems support reparse points.
- Posts: 6
- Joined: 20 Mar 2024
\\192.168.0.20 (\\q\) is a ext4 file system , but this happen also on windows to windows ntsf to ntfs too.
Include sybolic link : AS LINK (NOT FOLLOW)
Include sybolic link : AS LINK (NOT FOLLOW)
- Posts: 6
- Joined: 20 Mar 2024
try it on windows to windows its the same!
- Posts: 1037
- Joined: 8 May 2006
Looks to work - Win7.
1. non-Admin, so it will fail*
(*actually, it depends, as in some circumstances it looks to work)
2. non-Admin, failed
3. Admin, before sync
4. Admin, sync worked, re-Compared & "equals" displayed
.
C:\TMP\BRU\dir_holding_a_symlink>mklink /d spacedout-symLINK C:\TMP\BRU\spacedout
symbolic link created for spacedout-symLINK <<===>> C:\TMP\BRU\spacedout
C:\TMP\BRU\dir_holding_a_symlink>dir
Directory of C:\TMP\BRU\dir_holding_a_symlink
03/20/2024 11:22 AM <DIR> dir1
03/20/2024 11:22 AM <DIR> dir2
03/20/2024 11:16 AM <SYMLINKD> spacedout-symLINK [C:\TMP\BRU\spacedout]
C:\TMP\BRU\dir_holding_a_symlink>
1. non-Admin, so it will fail*
(*actually, it depends, as in some circumstances it looks to work)
2. non-Admin, failed
3. Admin, before sync
4. Admin, sync worked, re-Compared & "equals" displayed
.
- Posts: 6
- Joined: 20 Mar 2024
look at the erroe you get vs the error i get ..probably symlink cannot be copyed from windows to nix:
https://stackoverflow.com/questions/23380231/how-to-copy-symbolic-link-file-from-linux-to-windows-and-then-back-to-linux-butIn *nix a symlink is typically just a plain text file with a "symlink" attribute. The file contains the path to the link target. The "symlink" attribute does not exist on Windows.