|
发表于 2003-5-9 20:41:06
|
显示全部楼层
(1)If your default language is Chinese, there's no problem to display directory in chinese.But if your default languge is English ,there's some difficulty to display dir in chinese,even though you
use some option,such as codepage=936.
(2)If you want to use other partitions automaticly,you can edit your /etc/fstab.Here is my /etc/fstab.
It can give you a reference.
$vi /etc/fstab
LABEL=/ / 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/hda7 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/d vfat iocharset=cp936 0 0
/dev/hda9 /mnt/e vfat iocharset=cp936 0 0
/dev/hda10 /mnt/f vfat iocharset=cp936 0 0
/dev/hda8 /mnt/g vfat iocharset=cp936 0 0
(3)I dont know what you have said about cdrom. |
|