Ubuntu远程挂载小米路由器,并允许非root用户访问:
- 小米路由器设置:允许终端”全盘访问”
-
ubuntu里设置如下:
sudo apt-get install cifs-utils mount -t cifs -o guest,dir_mode=0777,file_mode=0777 //192.168.31.1/XiaoMi-usb0/ /home/pi/xiaomi-router
其他注意事项
- 卸载: umount {DIR}
- 强制卸载: umount -f {DIR}
- 如果卸载时,使用-f 仍然提示 Device is busy, 使用
fuser -ck
查看那些目录在占用资源
原创文章,转载请注明:转载自Web开发笔记 | Ubuntu远程挂载小米路由器磁盘
本文链接地址:https://www.magentonotes.com/ubuntu-add-xiaomi-route-disk.html
Comments on this entry are closed.