btrfs icon indicating copy to clipboard operation
btrfs copied to clipboard

creating softlinks from a btrfs to a ntfs makes the linked directory unwritable

Open OnikenX opened this issue 4 years ago • 1 comments

steps:

  1. mklink /d c:\path\to\link g:\path\to\original\folder\in\btrfs\partition
  2. try to write there
  3. fail expected: the linked directory should be writable like the original obtained: the linked directory gives an error when trying to write in it image

OnikenX avatar Feb 23 '21 11:02 OnikenX

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

lesderid avatar Apr 03 '21 13:04 lesderid

Closing old issues

maharmstone avatar Nov 30 '23 01:11 maharmstone