当前位置: 技术问答>linux和unix
挂载硬盘中文显示的问题
来源: 互联网 发布时间:2016-11-23
本文导语: 各位大侠们好,有一个以前是挂载在linux下的硬盘,现在重新装过系统后想挂载回去,可是不能正常显示中文(包括终端与samba后在windows下都不能正常显示中文) 使用了以下命令挂载: mount -t auto /dev/hdb1 /mnt/hdb1 ...
各位大侠们好,有一个以前是挂载在linux下的硬盘,现在重新装过系统后想挂载回去,可是不能正常显示中文(包括终端与samba后在windows下都不能正常显示中文)
使用了以下命令挂载:
mount -t auto /dev/hdb1 /mnt/hdb1
但是加了这个选项后却不能挂载
mount -t auto /dev/hdb1 -o iocharset=cp936 /mnt/hdb1
反而提示:mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
请问这是什么问题呢?应该如何解决啊~~~~
使用了以下命令挂载:
mount -t auto /dev/hdb1 /mnt/hdb1
但是加了这个选项后却不能挂载
mount -t auto /dev/hdb1 -o iocharset=cp936 /mnt/hdb1
反而提示:mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
请问这是什么问题呢?应该如何解决啊~~~~
|
安装:zhcon 试一下吧
|
mount -t auto -o iocharset=gb2312
|
bad option吧 -o iocharset=cp936 改成-o iocharset=gb2312或utf-8看看
|
mount -t auto /dev/hdb1 -o iocharset=cp936 /mnt/hdb1
-t vfat试试?
-t vfat试试?
|
提示:mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
这个说明你已经挂载过了
or too many mounted file systems
这个说明你已经挂载过了