如何修复Minikube中的'Mount Failed'错误

时间:2019-10-15 04:52:45

标签: kubernetes minikube

我试图将本地主机文件夹挂载到minikube文件夹,但这给了我挂载失败的错误,并退出了状态为32的进程

minikube mount /home/gslab/Downloads/Data:/home/docker/csvfiles?  Mounting host path /home/gslab/Downloads/Data into VM as /home/docker/csvfiles ...
    ▪ Mount type:   <no value>
    ▪ User ID:      docker
    ▪ Group ID:     docker
    ▪ Version:      9p2000.L
    ▪ Message Size: 262144
    ▪ Permissions:  755 (-rwxr-xr-x)
    ▪ Options:      map[]
?  Userspace file server: ufs starting

?  mount failed: mount: /home/docker/csvfiles: mount(2) system call failed: No route to host.
: Process exited with status 32

?  Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
?  https://github.com/kubernetes/minikube/issues/new/choose

0 个答案:

没有答案