[OpenWrt Wiki] Mounting Block Devices
https://openwrt.org/docs/techref/block_mount21.05.2020 · the mounting of block devices is handled by the block-mount source package, which contains the block-mount and block-hotplug packages. block-mount contains the code that does the actual mounting, and the mounting via /etc/init.d/fstab (i.e. on boot rather than when device is hotplugged), and block-hotplug takes care of mounting devices when the …
[OpenWrt Wiki] Mounting Block Devices
openwrt.org › docs › techrefMay 21, 2020 · block-mount (binary package) The block-mount binary package (i.e. the one you actually install, rather than the source package containing block-mount and block-hotplug ), contains three library scripts (in addition to /etc/init.d/fstab and the sample config file /etc/config/fstab ). These three scripts are: block.sh, mount.sh, and fsck.sh .
[OpenWrt Wiki] Fstab Configuration
https://openwrt.org/docs/guide-user/storage/fstab10.08.2021 · By default this subsystem and its configuration file do not exist, as for the average OpenWrt usecase (network devices) it's not needed. So if you need to configure this, you must first create it. Since the tool dealing with mounts is block, all current options can be found in its source code . Creating fstab You should use the block utility.
[OpenWrt Wiki] Fstab Configuration
openwrt.org › docs › guide-userAug 10, 2021 · Since the tool dealing with mounts is block, all current options can be found in its source code . Creating fstab You should use the block utility. Install the package block-mount : opkg update opkg install block-mount Get a sample fstab UCI subsystem configuration file. block detect | uci import fstab