我无法将 CD 写入闪存驱动器

我无法将 CD 写入闪存驱动器

使用命令后cd /media/pi/Pendrive,出现错误:

bash: cd: /media/pi/Pendrive: Transport endpoint is not connected

答案1

您可以通过卸载并重新安装安装点来修复此错误。

然后尝试这个命令:

sudo fusermount -uz /data
mount /data
Attribution: https://stackoverflow.com/questions/24966676/transport-endpoint-is-not-connected

相关内容