matt-wu / Ext3Fsd

Ext2/3/4 file system driver for Windows
http://www.ext2fsd.com
700 stars 102 forks source link

Soft/hard links in Linux ext3/ext4 not recognized by WSL #30

Open xuancong84 opened 4 years ago

xuancong84 commented 4 years ago

When I have soft links in my Linux ext3/ext4 filesystem, the linked files are displayed properly and can be accessed in Windows file explorer (i.e., explorer.exe). image

In Windows subsystem for Linux (WSL), the Linux partition can also be access correctly. However, all soft-linked files cannot be accessed nor read at all. image

As a consequence, I have to reinstall all packages in anaconda again, wasting much disk space.