Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
usb driver + buffering issue for the specific file system? FUSE crappiness?
Hve you tried using a non limited fat32 format? -
Data is written to buffer first, and then written to the actual media. This is slow tho.
-
Root825995yI've had that same issue with Debian. The copying dialog goes away, but it doesn't finish copying for quite awhile afterwards. Occasionally I'll get a toast telling me the copying finished; other times it never appears.
It's infuriatingly bad UX. -
@Demolishun Yup. still good for cheap streamers, and general use.
You can always split the files, and rejoin later. -
@Demolishun try formatting as exFAT. It will work on Windows 10 and Ubuntu alike.
-
@kescherRant I have had exFAT fail on me twice with massive corruption and didn't recover either time.
-
@Demolishun Damn, ok. NTFS will have the same fate as the drivers for Linux for that are a bit outdated.
-
bahua129045yDon't let it mount automatically. Insert your USB drive and watch dmesg for its name. Then mount that and copy files normally. Explicitly unmount when you're done.
-
And that's what 'sync' is for :) except idk if it also works with usb devices. Still, it seems like ntfs driver is using terribly large/slowly flushing buffers.
-
wannabe5325ymaybe a stupid question, but does it work with any other flash drives? Flash memory does degrade and isn't super fault tolerant, I'd hate for it to be just a bad stick issue if you are spending lots of time on this.
Related Rants
I have a 128GB USB 3 flash drive. I have it formatted as NTFS as that is the only filesystem that seems to work on both Ubuntu 18.04 and Windows 10. All the others I tried would have errors and/or corrupt data.
The problem is when I copy say 5GB of data to the drive on Ubuntu, it shows a file copying dialog, and then completes. Then I go to unmount the drive and it takes about 5 minutes to finish unmounting. It always brings up a dialog on the desktop saying do not remove the drive.
What is going on that it takes that long to unmount?
question
flash drive
usb 3
unmount