打开主菜单

Wiki-Orange Pi β

更改

Orange Pi 5 Plus

添加205字节, 2023年5月31日 (三) 17:16
在命令行下挂载USB存储设备
<ol start="3" style="list-style-type: decimal;">
<li>使用mount命令可以将U盘挂载到/mnt中,然后就能查看U盘中的文件了</li></ol>
{| class="wikitable" style="width:800px;"
|-
test.txt
|}
</ol>
<ol start="4" style="list-style-type: decimal;">
<li>挂载完后通过df -h命令就能查看U盘的容量使用情况和挂载点</li></ol>
{| class="wikitable" style="width:800px;"
|-
root@OpenWrt:~# '''df -h | grep &quot;sd&quot;'''
<span style="margin-right: 20px;">/dev/sda </span><span style="margin-right: 20px;">14.4G </span><span style="margin-right: 20px;">187.2M </span><span style="margin-right: 20px;">14.2G </span><span style="margin-right: 50px;">1% /mnt</span><br>
|}
</ol>
<span id="在luci管理界面挂载usb存储设备"></span>
8,460
个编辑