Menu

#13 exFAT

open
exFAT (1)
2022-05-12
2013-12-17
ProtoColD
No

Discussion

  • João Cardoso

    João Cardoso - 2013-12-18
    • status: open --> wont-fix
     
  • João Cardoso

    João Cardoso - 2013-12-18

    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
  • João Cardoso

    João Cardoso - 2013-12-19
    • status: wont-fix --> open
     
  • yu_mor

    yu_mor - 2022-04-27

    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
    • João Cardoso

      João Cardoso - 2022-05-02

      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.

       
  • João Cardoso

    João Cardoso - 2022-05-12

    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

Log in to post a comment.