Mac Input/output error Device not configured

  1. ps aux |grep sshfs
  2. sudo kill pid //这个杀不掉
      pkill -9 sshfs //请用这个 
  3. 删除文件夹的时候
      sudo rm -rf xxxx
       rm: xxxx: Device not configured
  4. mount 列出已经挂载的
      umount -f xxxx //卸载

  5. sshfs -C -o reconnect xxx ./workspace //挂载

你可能感兴趣的:(Mac Input/output error Device not configured)