btrfs
btrfs copied to clipboard
creating softlinks from a btrfs to a ntfs makes the linked directory unwritable
steps:
- mklink /d c:\path\to\link g:\path\to\original\folder\in\btrfs\partition
- try to write there
- fail
expected:
the linked directory should be writable like the original
obtained:
the linked directory gives an error when trying to write in it

I can't seem to be able to reproduce this on Windows 8.1 on 2818f989deeaa1ae13014fa857cc489e6dc81f64:
C:\>mkdir C:\linktest E:\linktest
C:\>mklink /D C:\linktest\link E:\linktest
symbolic link created for C:\linktest\link <<===>> E:\linktest
C:\>echo test > C:\linktest\link\test
C:\>echo test >> E:\linktest\test
C:\>type C:\linktest\link\test
test
test
Closing old issues