Recordsize and actual linux .iso image file

Not quite. You want a large recordsize unless you have small block random I/O inside larger files, in which case you want a recordsize not too much larger than the expected random I/O block size.

You do not need to tune recordsize for small files, nor would it help to do so. Small files are stored in small blocks regardless of the recordsize property.

1 Like