Earlier quoted context omitted.
Sorry, dumb question. :) I guess I never noticed a problem because either I mostly use ext3/4, or I am so used to using legally dubious drivers that I forgot they were there. I mean, who ever gives you a FAT formatted disk? I don't have floppy drive anyway :p
Cameras. High capacity removable flash media used by digital still and video cameras is often formatted as exFAT. Despite MS' licensing, FAT/FAT32/exFAT are essentially the "file systems of interchange" for removable flash media. More info at: https://fossbytes.com/fat32-vs-ntfs-vs-exfat-difference-thre...
exFAT in the Linux kernel
61–70 of 280 posts
Re: exFAT in the Linux kernel
#62Earlier quoted context omitted.
.... on FAT partitions
Sorry, dumb question. :) I guess I never noticed a problem because either I mostly use ext3/4, or I am so used to using legally dubious drivers that I forgot they were there. I mean, who ever gives you a FAT formatted disk? I don't have floppy drive anyway :p
As well, if you ever look at a live-CD (like the installers for most modern Linux distros are), it will usually be using SYSLINUX, which limits itself to 8.3 filenames, for various good reasons to do with floppies, PXE, and ISO9660. Mount an Ubuntu CD in Windows and you'll see them.
Re: exFAT in the Linux kernel
#63Earlier quoted context omitted.
What defines a "Linux-based system"? Does Android count? Would VMWare's VSphere ESXi hypervisor count? Would a unikernel running on a pared-down Linux rump-kernel (if such a thing were made) count?
According to http://en.swpat.org/wiki/GPLv2_and_patents , GPLv2 includes an implicit patent grant So my guess would be that the definition of "derivative work" would apply.
Re: exFAT in the Linux kernel
#64Re: exFAT in the Linux kernel
#65Almost every months Microsoft make a more or less major gift to the open source community, this is beautiful. They are the new "benevolent" Google and it's no surprise they're now the number one open source contributor of the world.
Re: exFAT in the Linux kernel
#66OMG, I can't believe we finally have a cross platform read/write disk format. At last. No more Fuse. I just need to know when it will be available for my Raspberry Pi.
Re: exFAT in the Linux kernel
#67Almost every months Microsoft make a more or less major gift to the open source community, this is beautiful. They are the new "benevolent" Google and it's no surprise they're now the number one open source contributor of the world.
That’s great but there’s nothing benevolent in their intentions. I don’t mean that as a slight, they’re the same as any other corporation - driven by profit and growth, not benevolence.
Re: exFAT in the Linux kernel
#68So after abusing this bullshit for more than a decade to bully companies. How gracious and generous of them. Oh btw, Satya is the CEO for 5 years.
Re: exFAT in the Linux kernel
#69Re: exFAT in the Linux kernel
#70Any news on NTFS ?
NTFS-3g is pretty good and support on Linux is definitely a lot better than it used to be. Still, official (or officially supported/documented) support would be really nice. Honestly I hope even Windows abandons NTFS soon. It's the worst part of using Windows. e.g. Try and develop any Node project on Windows and it's painful - takes literally minutes to delete the node_modules folder whereas on Linux/Mac it takes sec…