On 2/18/06, Tao Liu <[EMAIL PROTECTED]> wrote:
On 六,  2月 18, 2006 at 11:41:05上午 +0800, Daniel Lv wrote:
> 我用的U盘,使用fat32格式。经常需要在Windows
> /debian下使用。
> debian系统使用Utf8,安装usbmount,pmount,hal三个包以后,
> 在/etc/usbmount/usbmount.comf里面将分区模式改为:
> FILESYSTEMS="ext2 ext3 vfat xfs ntfs"
> 并将字符编码改为:
> FS_MOUNTOPTIONS="iocharset=utf8"

要支持utf8,正确的写法是:

FS_MOUNTOPTIONS="-fstype=vfat,umask=0,fmask=111,utf8 -fstype=ntfs,umask=0,fmask=
111,utf8"

man mount的时候查看vfat和ntfs一节能看到对应的选项。

--
Genetics explains why you look like your father, and if you don't, why
you should.
===========================================================
  Tao Liu
  Beijing Genomics Institute
  Academia Sinica
  Beijing Airport Industrial Zone B6
  Beijing, P.R.China, 101300
  Email : [EMAIL PROTECTED]
===========================================================


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


按照Tao Liu给出的设置方法,字符显示正常。Thanks!:)
另,lsmod显示usb模块:
ehci_hcd               28904  0
uhci_hcd               28016  0
usbcore               113284  5 usb_storage,usbhid,ehci_hcd,uhci_hcd

是否usbhid/uhci_hcd表示usb1.1,而ehci_hcd表示usb2.0
而ehci_hcd在usbcore下加载顺序在usbhid之后,所以移动硬盘跑usb1.1的速度?
能否调整加载顺序?
或者不加载usbhid,我在linuxsir上看到一篇文章似乎提到可以不加载,不知如何实现。

回复