> I have noticed that in /etc/rc.d S20fstab comes before S39usb. Is there any > reason for this? Shouldn't it be done the other way around (usb first, > filesystems later)?
See also: https://dev.openwrt.org/ticket/7094 The USB subsystem is not ready when hotplug is run either. As a result, initialization scripts that require a USB disk to be mounted might fail too. This is because hotplug has not yet mounted them and the USB devnodes where not available at coldplug time. -- Mike :wq _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
