this is a extra element for clear the floated element
如何让文件系统自动mount后,还能显示中文文件名
  • 12/31
  • 2008
备份恢复 | Oracle 1092 次查看
  我一般在/etc/rc.d/rc.local 文件中添加以下2句:

  mount -t vfat -o codepage=936,iocharset=cp936 /dev/hda5 /mnt/d

  mount -t vfat -o codepage=936,iocharset=cp936 /dev/hda6 /mnt/e

  其中,/mnt/d /mnt/e 是我在/mnt下建的2个目录

  /hda5 /hda6分别对应我的windows下的d,e 盘。

  
您可能感兴趣的:

更多相关内容