8,460
个编辑
更改
→连接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;"
/dev/sda1 29G 208K 29G 1% /mnt
|}
</ol>
<span id="usb无线网卡测试"></span>