当我按 Tab 进行自动完成时,出现此错误:
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
Run Code Online (Sandbox Code Playgroud)
我试过运行这个:
locale-gen en_US en_US.UTF-8
dpkg-reconfigure locales
reboot
Run Code Online (Sandbox Code Playgroud)
但它没有帮助。你知道缺少什么吗?
我正在运行 Ubuntu 13.04。
我在格式化之前制作了我的 NTFS 分区的映像,但现在它无法挂载。我很确定我以前安装过这个图像。
root@z:/var/backup# mkdir Storage-disk
root@z:/var/backup# mount Storage-disk.img Storage-disk
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read vcn 0x2: Input/output error
Failed to mount '/var/backup/Storage-disk.img': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different …Run Code Online (Sandbox Code Playgroud)