Greetings,
I'm trying to compare the performance of the various compression options
in f2fs versus the default settings, on an SD card.
Here's what I'm doing:
* Creating the filesystem:
mkfs.f2fs -f -l data -O compression,extra_attr /dev/mmcblk0p3
* Mounting the filesystem:
mount -o c
Hi,
Many thanks for the tips!
On 22.06.23 at 08:56, Jaegeuk Kim wrote:
Hi,
On 06/21, Michael Opdenacker via Linux-f2fs-devel wrote:
Greetings,
I'm trying to compare the performance of the various compression options in
f2fs versus the default settings, on an SD card.
Here's what