更改

跳转至: 导航搜索

Orange Pi 5 Plus

删除42字节, 2023年5月30日 (二) 11:57
连接USB存储设备测试
# 执行下面的命令如果能看到sdX的输出说明U盘识别成功
::{| class="wikitable" style="width:800px;"
|-
|
<span style="margin-right: 70px;">8</span><span style="margin-right: 60px;">1</span><span style="margin-right: 50px;">30043119 </span><span style="margin-right: 50px;color:#FF0000">'''sda1'''</span><br>
|}
orangepi@orangepi:~$ '''cat /proc/partitions | grep &quot;sd*&quot;'''
 
major minor #blocks name
 
8 0 30044160 '''sda'''
 
8 1 30043119 '''sda1'''
<ol start="3" style="list-style-type: decimal;">
<li>使用mount命令可以将U盘挂载到'''/mnt'''中,然后就能查看U盘中的文件了</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo mount /dev/sda1 /mnt/'''
test.txt
|}
<ol start="4" style="list-style-type: decimal;">
<li>挂载完后通过'''df -h'''命令就能查看U盘的容量使用情况和挂载点</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''df -h | grep &quot;sd&quot;'''
/dev/sda1 29G 208K 29G 1% /mnt
|}
<span id="usb无线网卡测试"></span>
8,460
个编辑

导航菜单