mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00

Help nsh> msconn -h Usage: msconn [-o OPTION]... [-l LUNs]... Configures the USB mass storage device and exports the LUN(s). Supported arguments -o nc: No const LUN ro: Readonly rw: Read/Write(default) -l Device path to export Examples 1. Export const LUN(s) only msconn 2. Export /dev/ramx and const LUN(s) msconn -l /dev/ramx Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>