dorimanx / exfat-nofuse

Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems
GNU General Public License v2.0
710 stars 326 forks source link

wrong behaviour of directory link #77

Closed wisecrick closed 7 years ago

wisecrick commented 8 years ago

I think exfat doesn't have support for file & directory link, but with this driver, you may create the links.

for example, I have a "foo" directory and foo\bar.dat file. you may type

ln -s test foo

you will see a wrong symbolic link "temp" inside the foo directory.

and

ln -s bar.dat tt

also works.

Maybe these two should be disabled?

dorimanx commented 7 years ago

i think its was resolved. or no one interested...