« Return to Thread: Default FS block size

Default FS block size

by Lelik Bolik :: Rate this Message:

| View in Thread

Dear all.
By default Linux kernel uses 1k FS block size.
AFAIK, Squash FS is mainly used on embededded system with 4k page size
and flash memory. And almost all VFS operation are made on whole
pages.
Increasing FS block size from 1k to 4k could speed up read accesses
and reduce elevator overhead. It should reduce system boot-up time.
I've made several tests and they show up to 7% booting time reduction.
Could You explain, why 1k was chosen as a default FS block size?

Thanks and regards, Oleksiy.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Squashfs-devel mailing list
Squashfs-devel@...
https://lists.sourceforge.net/lists/listinfo/squashfs-devel

 « Return to Thread: Default FS block size