遥寄山川 发表于 2025-6-19 10:30

迅为RK3588开发板挂载Windows以及虚拟机Ubuntu测试

使用以下命令测试,如下图所示:
电脑端 IP 为 192.168.1.96 共享文件夹为 share-tian
虚拟机 Ubuntu 端 IP 为 192.168.1.6 共享文件夹为 samba
su
mkdir -p sdcard/share0
mkdir -p sdcard/share1
mount
-t
cifs
-o
username=share,password=topeet,vers=2.1
//192.168.1.96/share-tian
/sdcard/share0
mount -t cifs -o username=topeet,password=topeet,vers=2.1 //192.168.1.6/samba /sdcard/share1

https://img2024.cnblogs.com/blog/1884655/202506/1884655-20250619100353231-321486590.jpg


页: [1]
查看完整版本: 迅为RK3588开发板挂载Windows以及虚拟机Ubuntu测试