Ubuntu远程挂载小米路由器磁盘

by Web全栈工程师 on 2017 年 08 月 21 日

Ubuntu远程挂载小米路由器,并允许非root用户访问:

  1. 小米路由器设置:允许终端”全盘访问”
  2. 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

    查看那些目录在占用资源

Comments on this entry are closed.

Previous post:

Next post: