Skip to content
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

Writing on ext4 is extremely slow #3

Open
GoogleCodeExporter opened this issue Dec 30, 2015 · 1 comment
Open

Writing on ext4 is extremely slow #3

GoogleCodeExporter opened this issue Dec 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use a tool that uses libext2fs-wii (USB Loader GX, WiiXplorer)
2. Copy a game on the ext4 partition
3. slooow (a few kB/s)

I open this bug, because it got closed here:
http://code.google.com/p/usbloader-gui/issues/detail?id=1972

Original issue reported on code.google.com by [email protected] on 15 Nov 2011 at 4:45

@GoogleCodeExporter
Copy link
Author

Yeah it's actually a problem not only present on the ext4 filesystem but on 
ext2 and 3 too. It's a problem of caching, the current cache implementation is 
not good for the sporadic write that the ext filesystem has. Maybe I'll make an 
improvements later in the future.

Original comment by strtoul on 15 Nov 2011 at 8:25

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant