Bluedata 发表于 2004-2-28 17:07:48

重启一下X。

mylove010923 发表于 2004-2-28 17:16:17

我强行装了个字体美化包
可是我不知道怎么卸载
请问怎么可以把它删掉啊
可能就是它的问题

mylove010923 发表于 2004-2-28 17:17:07

重启了啊

Bluedata 发表于 2004-2-28 17:59:43

原来的文件备份没有啊?

mylove010923 发表于 2004-2-28 18:22:42

没有哦
是个很大的包
也不知道备份些什么
所以就没有备份

Bluedata 发表于 2004-2-28 18:25:40

是不是还改动了主目录下的文件,你再locale看看。

樱家冢 发表于 2004-2-28 19:10:37

错误信息:


# mount -t -o vfat iocharset=cp936 /dev/hda6 /mnt/window
Usage: mount -V               : print version
       mount -h               : print this help
       mount                  : list mounted filesystems
       mount -l               : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...   : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using-L labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, sayman 8 mount .

It should be

mount -t vfat -o rw,iocharset=cp936,umask=000 /dev/hda6 /mnt/window

mylove010923 发表于 2004-2-28 19:31:45

locale显示是这样的
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

mylove010923 发表于 2004-2-28 19:57:48

错误信息:


# mount -t -o vfat iocharset=cp936 /dev/hda6 /mnt/window
Usage: mount -V               : print version
       mount -h               : print this help
       mount                  : list mounted filesystems
       mount -l               : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...   : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using-L labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, sayman 8 mount .

It should be

mount -t vfat -o rw,iocharset=cp936,umask=000 /dev/hda6 /mnt/window



是你 说的那样可以挂
但是中文显示的问题还没样解决啊

Bluedata 发表于 2004-2-28 20:18:55

还是locale的问题。
检查一下有没有其它的文件被设置了,而影响了i18n。
比如,美化的时候改了的文件。

mylove010923 发表于 2004-2-28 23:11:00

:roll:
页: 1 [2]
查看完整版本: 我的fedora下面挂的分区怎么不可以显示中文啊