Solved Best filesystem for USB sticks

Solved issue
Why should MSFT have put in support for the various file systems (and which one, exactly, do you mean as we have many options.)?

my take on that would be that if it's popular & would allow them to capture a certain percentage of the market, they'll do it - an example would be PDF document handling; now, PDF was developed by Adobe (love them or hate them for it), and initially a separate, non-microsoft app was required to open that filetype. eventually, PDF handling was baked into their web browser - it took a while to "work" and it's not ideal (especially if you hate the edge browser), but it's an ok solution. so, if competing filesystem types become commonplace (ie: 10% of the consumer market), then microsoft will likely bake that functionality into winOS.
 


if it's popular & would allow them to capture a certain percentage of the market, they'll do it -

I'd not speculate as those days are likely to be a long way off, but they certainly could if it was something they could justify.

Only a scant few of us (comparatively speaking) are Linux users. The percentage of that who cares about Windows working with Linux file systems is likely to be vanishingly small.

We also don't all use the same file system. Also, there are a lot of file systems out there (not just for Linux).


As mentioned in my previous post, they don't even support Apple's file system - which is significantly more popular than Linux. In that case, they'd only have to support one. It'd even cover the millions and millions of iOS devices out there.
 
...freedom to do what we want on our equipment.... M$ treating your equipment like it is theirs....for them it is all about how much money they can squeeze out of each of us.

After what I witnessed the summer of 2015, I knew I would eventually move to Linux. I got an app to put a leash on the incessant invitations and ongoing attempts to trick me into downloading an OS I didn't want.

Last year I finally got fed up. Long after support for my OS officially ended I continued to find little unwanted gifts downloaded onto my machine without my permission or knowledge. Every single one of them triggered some sort of malfunction in hardware. Finding and deleting them fixed the problem every single time.

One morning I flipped my lid. That night I took Linux for a test run (free of the latest hardware interference). The next morning I did a DOD wipe on my hard drive and reformatted it for Linux. I haven't looked back and I haven't regretted one single bit.
 
USB stick capacity has not been mentioned, but for any stick larger than 32 GB, ex-FAT should be used, unless you have specialist tools.

Cheers

Wiz
 
Try Googling eg

fat32 usb stick size limit

first and see how you go.

Microsoft set it at 32 GB years ago, but I believe last year they were talking about agreeing to remove it.

Cheers

Nite.
 
Microsoft set it at 32GB in their tool. It was always possible to use independent programs and format sticks up to 1TB in size. Also, Linux was never affected by it. The main limitation of FAT32 is the maximum file size (4GB).

So, no - exFat in not the only option for sticks bigger than 32GB. You can use FAT32, NTFS, ext4 or exFat.
 
Microsoft set it at 32GB in their tool. It was always possible to use independent programs and format sticks up to 1TB in size. Also, Linux was never affected by it. The main limitation of FAT32 is the maximum file size (4GB).

So, no - exFat in not the only option for sticks bigger than 32GB. You can use FAT32, NTFS, ext4 or exFat.
Why do you bother with this?

The only time you really need FAT32 or ExFAT is when flashing BIOS because flash requires these filesystems.
For file storage just use ext4 for Linux and NTFS for Windows.

Problem solved, end of story.

If you happen to fail formatting 64GB USB to FAT32, just use ExFat and problem solved.
 
Why do you bother with this?

Me? I don't. I just corrected a statement that was obviously wrong.

If you happen to fail formatting 64GB USB to FAT32, just use ExFat and problem solved.

I've never failed to format any stick to FAT32. 64GB, 128GB, 256GB... I was just complaining about the speed of transfer (it mainly affected transfer od small files). Your answer sounds like "Do you have a problem with a Windows program? Just install Linux."

And, no - I don't use all my sticks with Windows/Linux machines only.
 
I was just complaining about the speed of transfer (it mainly affected transfer od small files). Your answer sounds like "Do you have a problem with a Windows program? Just install Linux."
What I meant, if you transfer files from Linux to Windows then format USB as NTFS on Linux, put files on it and transfer to Windows.

You said transfer speed is slow, is it slow on Linux machine or Windows machine?
 
I had a very bad one today. It took 5 min. to transfer 400MB of data to the stick with FAT32.
This may be of interest to you.
 
ntfs is slower than exFat because it does journaling, however the journaling in ntfs isn't 100% compatible with Linux. ntfs isn't POSIX compatible. (neither is exFat) ntfs allow caracters in filenames that make them difficult to work with in Linux (in some cases impossible) like : | ? * " < >
the "real" ntfs is closed source proprietary, it has been "mostly" reverse engineered to work with linux. fat32 is open source. exFat specification is still held by microsoft, the code is open source.

I tend to stay away from ntfs on Linux. It usually causes problems for me.
 
Recently I needed to move some files from one laptop to another. Firstly, I used a stick that had NTFS on it and it failed to unmount/mount. It was my mistake. I know that NTFS is not the best choice. I formatted it to FAT32, but the transfer was extremely slow. So, I formatted it to ext4 and finally everything works as it should, but, of course, I won't be able to use these sticks with Windows machines, my audio system or TV. ExFat is another file system from Microsoft. Do you have the same problems with FAT32 and NTFS or it's just a problem with my USB sicks?
For backups of backups, I use ext4, otherwise for sharing I use exFat because I know anything (i.e. other people's devices) will read it. I never have issues with slowdowns, except for specific use cases, which, alas brings me to this:
No. They were photos and video files.
If you have a lot of of files, especially of non-trivial size, especially of varying sizes (i.e. photos and videos) copying will slow down (with a lot of other variables at play such as caching, your drives' internal firmware, etc., blah, blah).

My advice (within this context):
Format: exFat
Copying: use rsync to copy (it has some optimizations over standard copying) and/or first archive (i.e. no compression) your photos and videos before copying them.

My alternative advice (depending on the full context):
You could also just use a cloud drive. Mega give you 20GB on a free account (last I checked, I'm on the 400GB paid plan -- which is well worth it). Honestly this is a good option because it also means your photos and videos are permenantly backed up and can be sync'd -- i.e. no copying needed.

Side Notes:
1. You could try WSL2 and use an ext4 drive for sharing and call it a day... Just another thought.
2. Since you're just transferring files, if the laptops are on the same network, just run a portable FTP server on the Linux one and connect via your local network.

Hope that helps

~~~
Really off-topic:
Remembered I bookmarked this a while back. Since it's of minor relevance here RE the whole Wondows doesn't support Linux FS thing: https://github.com/maharmstone/btrfs -- looks promising.
 
Not something I've ever worried about...plug them in and they work as Linux sees them all.

The Distro formats the Drive...Ventoy formats the Flash Drive...the only time I format is when I setup an External HDD for Timeshift which must be EXT4.
1745362577471.gif
 
You said transfer speed is slow, is it slow on Linux machine or Windows machine?
Linux. I also have an audio equipement and old Bluray and DVD players that I use with USB sticks.

The problem is solved now, but I always like to know why things are the way they are and if others have similar issues to the one I'm experiencing or that the fault is on my side only.
 


Members online


Top