[f2fs-dev] Trying to use compression options in f2fs

2023-06-21 Thread Michael Opdenacker via Linux-f2fs-devel
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

Re: [f2fs-dev] Trying to use compression options in f2fs

2023-06-22 Thread Michael Opdenacker via Linux-f2fs-devel
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