Open jimis opened 3 years ago
Just waiting for some evidence that F2FS fixes more issues than it causes. At the very least, right now runs fsck on every single boot and I'm not sure that it can recover if it finds an issue, since it's running on a mounted partition. I suspect it will need initramfs to work properly.
If you want evidence, it would be nice to create an image which runs on F2FS. Call it 'experimental' and collect evidence. Right now there are 3 options if someone wants to use F2FS:
It'd be nice to add a smoother more accessable option. No need to throw out EXT4; just to gather evidence.
There'a already a link to an experimental image.
Indeed there is! Apologies for my thankless attitude, however, that particular image is over a year and a half old now.
Hello everybody,
Is there any update on this issue?
Thanks Tobias
It's been 4 years, F2FS has had many improvements and i think it's time this gets more attention
I guess this is more appropriate project to report this feature request. Copying verbatim from https://github.com/raspberrypi/noobs/issues/596 :
F2FS has been designed on the basis of log-structured filesystems, with the goal of performing optimally on managed flash media like SD cards, minimizing writes and extending their lifetime. It has seen some usage on Android phones, and it's constantly being improved with features that Raspberry Pi would very much like to have, like online compression.
Currently Raspberry Pi OS root partition can be converted to F2FS using a time-consuming process:
fstab
and boot command line on the SD cardThis is a dangerous and write-intensive process. In order to avoid it, it would be nice if installation could be done directly on a F2FS root partition.