|
Usually, i'm using an extra micro-SD-card through an USB-adapter, for frequently saving (small) data every few minutes ..
and have this SD-card formatted with F2FS-filesystem to increase it's lifetime.
On OrangePi Zero 2 with one single USB slot, the USB-slot is needed for another device (RTL-SDR dongle).
Thus, it would be great, to have the bootable SD-card - containing the operating-system, formatted with F2FS.
On devices like Orange Pi 3 LTS, which has enough USB slots, this would save one SD-card and the USB-adapter.
https://home.strw.leidenuniv.nl/~dullaart/programming/raspberrypi/2022/01/12/raspi-f2fs-image.html
gives a nice tutorial for Raspberry Pi .. but i couldn't get it run, as the image
Orangepizero2_3.0.0_debian_bullseye_server_linux5.16.17.7z
does contain one single partition including / and /boot.
Ideally, the provided images would use F2FS and/or have separate /boot and / partitions.
For now, can someone point out, how to convert the ext4 partition to F2FS and keep it bootable?
|
|