NTFS volume on Linux - junction does not work properly #20874
Labels
area-System.IO
bug
help wanted
[up-for-grabs] Good issue for external contributors
os-linux
Linux OS (any supported distro)
Milestone
Manifestations:
DirectoryInfo.Attributes
does not include ReparsePointDirectoryInfo.Delete
fails - see dotnet/corefx#17844Given this directory structure on an NTFS volume
running
dir
from the Windows command line showsMoving the NTFS device to a Linux box,
ls -a
from bash showsInvoking the
DirectoryInfo
constructor with"junction-to-other"
results in a DirectoryInfo object whoseAttributes
property containsDirectory
, but notReparsePoint
. Constructors giving the other two types of symbolic link behave as expected.The text was updated successfully, but these errors were encountered: