range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
41
www.xunlong.tv
3.10. Mount external storage devices
3.10.1. Mount in the terminal
1) Connect the U disk (or other storage device) to OrangePi R1 Plus
2) Execute the following command, if you can see the output of sdX, it means that the U
disk is successfully recognized
root@OpenWrt:~# cat /proc/partitions | grep "sd*"
major minor #blocks name
8 0 15126528 sda
3) Use the mount command to mount the U disk to /mnt, and then you can view the files
in the U disk
root@OpenWrt:~# mount /dev/sda /mnt/
root@OpenWrt:~# ls /mnt/
test.txt
3.10.2. Mount on the mount point management page
1) Connect the U disk (or other storage device) to OrangePi R1 Plus
2) Click "System" -> "Mount Point" in OpenWRT to enter the mount point setting page