首页 > 解决方案 > OSError: [Errno 6] Device not configured

问题描述

Using Python in Jupiter notebook in Anaconda and trying to access files on an external hard drive. I can access the hard drive using:

os.chdir('/Volumes') but when I try to list the directories, I get the following error:

OSError: [Errno 6] Device not configured

Any suggestions?

标签: pythonmacosjupyter

解决方案


我得到了同样的错误,对我来说,错误的原因是服务器连接丢失。断线后,路径名称改变,文件复制失败。


推荐阅读