[OpenWrt Wiki] Using storage devices
openwrt.org › docs › guide-userOct 25, 2021 · For SSD drives and thumb drives, install F2FS file system and use F2FS to format the partition (in this example '/dev/sda1'): opkg install f2fs-tools opkg install kmod-fs-f2fs mkfs.f2fs /dev/sda1 Automount the partition Automount ensures that the external disk partition is automatically made available for usage when booting the OpenWrt device
[OpenWrt Wiki] Filesystems
openwrt.org › docs › guide-userJul 29, 2021 · OpenWrt has drivers and filesystem tools available for ext2/3/4, f2fs, xfs and btrfs, and most other filesystems supported by Linux. Multiplatform filesystems FAT32 is a common multiplatform file system. It will be read/write by Windows, macOS, Linux, and any other device you might have (smartTV, tablets, car sound systems with usb port…).
OpenWrt Forum Archive
https://forum.archive.openwrt.org/viewtopic.php?id=4880505.02.2014 · I tested f2fs + openwrt trunk on arm and ar71xx. Arm works well. Ar71xx has troubles with f2fs tools that look like they're caused by big-endianness. Also on ar71xx i experienced filesystem corruptions of f2fs formatted in ubuntu kernel 3.13. Could not make fs on the device because f2fs-tools broken.