ARM开发板运行Linux系统后,插入U盘,通过串口打印系统识别到U盘如下:

 

ARM开发板挂载U盘

系统识别U盘盘符为sda4

 

那么需要挂载后才能操作U盘:挂载命令 mount -t vfat /dev/sda4 /mnt 

如下:

root@socfpga:~# mount -t vfat /dev/sda4 /mnt 

查看是否挂载成功命令:df -h

root@socfpga:~# df -h

 

如下看到mnt目录挂载成功:

ARM开发板挂载U盘

可以看到/mnt 目录已成功挂载。

 

相关文章:

  • 2021-07-22
  • 2021-09-02
  • 2021-10-06
  • 2021-12-12
  • 2021-07-20
  • 2021-12-25
  • 2022-01-08
猜你喜欢
  • 2021-05-10
  • 2021-11-29
  • 2021-12-14
  • 2022-12-23
  • 2021-07-30
  • 2022-03-04
  • 2022-12-23
相关资源
相似解决方案