其他分享
首页 > 其他分享> > 在EAIDK设备(EAIDK-610)上读取U盘中的文件

在EAIDK设备(EAIDK-610)上读取U盘中的文件

作者:互联网

1. 连接WiFi

2. 设置RPM Fusion Repository

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

3. 安裝 exfat-utils 及 fuse-exfat

sudo dnf install exfat-utils fuse-exfat

4. 插U盘,lsblk可以查看U盘是否被自动挂载。如果没有自动挂载,则手动挂载

5. 去挂载的位置查看文件

标签:U盘,EAIDK,610,sudo,exfat,挂载,rpm,utils
来源: https://blog.csdn.net/ytomc/article/details/117990576