[OpenWrt Wiki] Mounting Block Devices
https://openwrt.org/docs/techref/block_mount21.05.2020 · See fstab. config_get_automount: Gets values of options from global section named automount. See fstab. config_get_autoswap: Get values of options from global section named autoswap. See fstab. config_create_swap_fstab_entry: Creates an entry in /tmp/fstab (which by default is used as /etc/fstab by OpenWRT) for an enabled swap device.
[OpenWrt Wiki] Fstab Configuration
https://openwrt.org/docs/guide-user/storage/fstab10.08.2021 · Fstab Configuration The Fstab, or file systems table, is a central configuration that defines how file systems (usually on block devices) should be mounted if requested (such as on booting the device or connecting it physically). This way, you don’t have to manually mount your devices when you want to access them. The mounting configuration can consist of static file …