Skip to content

Commit 2e6ae67

Browse files
committed
Clarify that ReFS supports symbolic links
1 parent 33d2257 commit 2e6ae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symbolic-Links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Starting with Windows Vista, there is support for symbolic links. These are not
77
- Symbolic links are only available on Windows Vista and later, most notably not on XP
88
- You need the `SeCreateSymbolicLinkPrivilege` privilege, which is by default assigned only to Administrators and guarded by UAC, but can be assigned to other users or user groups (see below).
99
- Symbolic links on remote filesystems are disabled by default (call `fsutil behavior query SymlinkEvaluation` to find out)
10-
- Symbolic links will only work on NTFS, not on FAT nor exFAT
10+
- Symbolic links will only work on NTFS, [ReFS (Resilient File System)](https://learn.microsoft.com/en-us/windows-server/storage/refs/refs-overview), but not on FAT nor exFAT
1111
- Windows' symbolic links are typed: they need to know whether they point to a directory or to a file (for this reason, Git will update the type when it finds that it is wrong)
1212
- Many programs do not understand symbolic links
1313

0 commit comments

Comments
 (0)