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]

回复