-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Card speed issues #81
Comments
Yes would be interesting if its a Raspi hardware issue... |
I'm facing this issue too, I have Samsung EVO Plus 128GB too, and I'm doing less then 5 MB/s writing. |
I've also faced this issue. I looked through the internet and here is what I found http://www.pidramble.com/wiki/benchmarks/microsd-cards There is nothing about the Pi Zero itself but I think it's similar to other Pis.
I found this thread https://stackoverflow.com/a/23164364/4346098 it might also be interesting |
Create the volume as ext3 and test, the ntfs/fat32 is extremely slow. im getting a 3x boost with ext3. |
I've been trying things today and found out that things can somehow probably be improved. Before anything, here are the measurements made using the pISO:
I tested the read and write speed of my micro sdcard from a fresh install of raspbian, using the script in this thread. The result I got were encouraging !
As suggested by the thread, I added the
This shows us that USB read write are being slowed by either LVM or the usb_gadget module (g_mass_storage). pISO is runnning on usb_gadget module of the kernel. pISO seams to be also using LVM for the drive management (please correct me if i'm wrong). Using only a bin file NTFS formated and usb mounted (
To be continued 😄 |
I have speed issues copying to/from a pISO drive:
Testing with the raw sdcard, 1 partition of 128GB ExFat:
Testing with a single drive created in pISO, 100% of capacity
I don't now if this can be caused by the raspberry pi or the pISO, but as you can see I have a 15x difference between copying files to/from the raw sdcard, vs copying files from a drive defined using pISO with the same card.
Any idea?
Thank you
The text was updated successfully, but these errors were encountered: