clldragon 发表于 2004-3-6 20:41:12

怎么我挂载后的权限改了?

原先我挂载WINDOW下的盘也无法显中文
然后我用了

LABEL=linux / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda8 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda5 /mnt/winc vfat auto,codepage=936,iocharset=cp936 0 0
/dev/hda6 /mnt/wind vfat auto,iocharset=cp936 0 0
/dev/hda9 /mnt/wine vfat auto,iocharset=cp936 0 0

之后,虽然能显中文,但是权限改了!!
变成了不允许写入!要怎么改普通用户才有全部权限啊??

no_promise 发表于 2004-3-7 15:59:34

invalid unicode ...why

>?????

ysg 发表于 2004-4-1 18:07:30

好的谢谢

ysg 发表于 2004-4-1 18:08:49

不过我想知道 怎么样才能直接的用

ysg 发表于 2004-4-1 18:31:09

谢谢了

wheng 发表于 2004-4-29 09:02:03

要想直接使用 必须把这个代码页加入内核

小楼 发表于 2004-5-7 17:15:16

我的光盘无法显示中文,但设置就是
/dev/cdrom      /mnt/cdrom       udf,iso9660noauto,owner,kudzu,ro 0 0

coolhao 发表于 2004-11-13 17:10:37

都看不懂是什默?

honhaizh 发表于 2004-11-16 00:30:51

:-(:-):-D

hackwolf 发表于 2004-11-18 14:20:24

那我去试试!

luronghui 发表于 2004-12-23 11:36:48

试一试
mount -t ntfs -o iocharset=utf8 /dev/hda5 /mnt/wind
看看行不行,呵呵

ahy 发表于 2004-12-26 20:37:27

in Terminal, I enter:
mount -t vfat -o iocharset=cp936 /dev/hda7 /mnt/G
It works well;

But when input the following statements in the file "fstab", It doesn't work, and return some MOUNT FAILED MESSAGE:
/dev/hda7 /mnt/G vfat defaults,codepage=936,iocharset=cp936 0 0

base on FC2

zhangyan 发表于 2004-12-28 22:40:49

修改/etc/fstab,在后面加上
/dev/hda1      /mnt/cvfatauto,rw,iocharset=gb2312 0 0
/dev/hda5      /mnt/dvfatauto,rw,iocharset=gb2312 0 0
/dev/hda6      /mnt/evfatauto,rw,iocharset=gb2312 0 0
/dev/hda7      /mnt/fvfatauto,rw,iocharset=gb2312 0 0
重起后就可以在linux下看windows分区的内容了

ahy 发表于 2004-12-30 16:19:00

in Terminal, I enter:
mount -t vfat -o iocharset=cp936 /dev/hda7 /mnt/G
It works well;

But when input the following statements in the file "fstab", It doesn't work, and return some MOUNT FAILED MESSAGE:
/dev/hda7 /mnt/G vfat defaults,codepage=936,iocharset=cp936 0 0

base on FC2

我把“defaults”和“codepage=936”删去,就可以正常工作了,也可以看到中文

LoveJiang 发表于 2005-3-2 21:46:42

多谢大家!
页: 1 [2] 3
查看完整版本: 怎么载fstab下配置自动加载iocharset=936?