• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Solved! how do you get around the 4GB limit on USB drives?

Red Squirrel

No Lifer
In Linux I would just format the USB to ext4... but in Windows you have to use fat32. I am trying to copy a single large file to a USB stick that will be used in a Windows machine and forgot about this limitation...

How does one work around it?
 
exFAT is not natively supported until kernel 5.4

How to Mount and Use an exFAT Drive on Ubuntu Linux


(GNOME) Disks utility works after

sudo apt install exfat-fuse exfat-utils

But GParted does not.
 
Last edited:
Back
Top