当我试图打开一个终端时,它会显示以下错误:
There was an error creating the child process for this terminal.
getpt failed: No such file or directory.用这两个按钮:
发布于 2014-02-15 19:34:52
我认为你的问题在你的文件中,试着解决其中的问题。
备份你的fstab:
sudo cp /etc/fstab /etc/fstab.backup将这一行添加到fstab的末尾:
gksu gedit /etc/fstab在末尾添加以下一行:
devpts /dev/pts devpts rw 0 0 https://askubuntu.com/questions/421348
复制相似问题