-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add symlink support #117
Comments
Exfat is a window file system, linux symlinks will not work as expected. No need to mix different file system types. |
Can you explain about "windows symlinks"? So far, I only know they are
supported on NTFS, not on ExFAT...
On the other hand, reviewing the code I've find some code to create and
read symlinks using some attributes, but found no documentation about how
they work. Does already exfat-nofuse support symlinks?
El 21/6/2017 7:03, "Yuri.Sh" <notifications@github.com> escribió:
… Exfat is a window file system, linux symlinks will not work as expected.
You can create windows file links in exfat sdcard, and they will work
under windows.
No need to mix different file system types.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgfvqYAtlE3CTP21iJCSYM_TZeE25tQks5sGKQigaJpZM4OAR_P>
.
|
I've review the code and seems I'm thinking to use it as $HOME for NodeOS when booting directly from a pendrive. |
Not ExFAT, but |
Althought not part of the spec of ExFAT format, OSX added an extension to FAT filesystems that allow to have symlinks on them, by using special easy to identify ad-hoc files. We could be able to add this functionality too, on a modern UNIX system they are fairly important...
https://groups.google.com/forum/m/#!topic/exfat/vITmn9WcSd4
The text was updated successfully, but these errors were encountered: