Further reading from LWN, Wikipedia , LinuxUser and Microsoft makes me think that to be on the safe side I won't do it, unless someone shows me the contrary:
As we all know, the GPL makes a simple pact between the coder and the user.
Anyone can take, modify, copy, share and redistribute the software and the
code, but must pass on the same rights to subsequent users of the software,
including any modifications to the code.
(...)
The drawback, in this instance, is that exFAT is owned by Microsoft, is a
proprietary fileformat, and has patent issues. The exFAT driver code can only
be deployed by manufacturers or distributions that have obtained a licence
from Microsoft.
Last edit: João Cardoso 2013-12-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! Are there any news?
Sometimes I need to copy media files from my wife's Kingston DataTraveler Bolt Duo via USB. It's like travel storage extender for iphone. It supports only FAT and exFAT to use in Bolt iphone app. But I can't use FAT because of large videos.
Last edit: yu_mor 2022-04-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I will compile and try the exfat-fuse implementation. It will be slow, but's better than nothing.
The kernel-based (and faster) implementation is beyond our reach, it has not been backported to kernel 4.4. Might be that exfact-linux works with kernel 4.14.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please try the attached pkgs.
exfat-linux is a kernel module, exfatprogs contains the fsck program.
No automounting will be be available, you will have to manually mount
mkdir /mnt/sdxx
modprobe exfat
mount -t exfat /dev/sdxx /mnt/sdxx
I added the e2fsprogs package with support for exfat, automounting will be available if you install all three packages from the command line.
Further reading from LWN, Wikipedia , LinuxUser and Microsoft makes me think that to be on the safe side I won't do it, unless someone shows me the contrary:
Last edit: João Cardoso 2013-12-18
It looks like Debian has it, so it must be safe, reopening.
http://packages.debian.org/squeeze-backports/exfat-fuse
And a non-fuse implementation released by Sansung is GPL-v2:
http://sfconservancy.org/news/2013/aug/16/exfat-samsung
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=exfat
Last edit: João Cardoso 2014-10-15
Hi! Are there any news?
Sometimes I need to copy media files from my wife's Kingston DataTraveler Bolt Duo via USB. It's like travel storage extender for iphone. It supports only FAT and exFAT to use in Bolt iphone app. But I can't use FAT because of large videos.
Last edit: yu_mor 2022-04-27
Yes, read this
I will compile and try the exfat-fuse implementation. It will be slow, but's better than nothing.
The kernel-based (and faster) implementation is beyond our reach, it has not been backported to kernel 4.4. Might be that exfact-linux works with kernel 4.14.
Please try the attached pkgs.
exfat-linux is a kernel module, exfatprogs contains the fsck program.
No automounting will be be available, you will have to manually mount
mkdir /mnt/sdxx
modprobe exfat
mount -t exfat /dev/sdxx /mnt/sdxx
I added the e2fsprogs package with support for exfat, automounting will be available if you install all three packages from the command line.
There is yet no support for the DNS-327L.
Please report back your experience.
Last edit: João Cardoso 2022-05-13