作者:yippee
点击开始、管理工具、系统配置、语言
更改选择为Simplified Chinese(UTF-8)-简体中文
重新启动系统
修改/etc/fstab文件,按照如下格式修改挂载的fat32分区:
/dev/sda5 /mnt/sda5 vfat utf8,umask=0,exec 0 0
/dev/sda6 /mnt/sda6 vfat utf8,umask=0,exec 0 0
然后从新挂载这些分区:
#umount /dev/sda5
#umount /dev/sda6
#mount /dev/sda5
#mount /dev/sda6
然后查看你的fat32分区里面的东西吧
[root@localhost ~]# ls -l /mnt/sda6/download/
总计 6670304
-rwxrwxrwx 1 root root 284266186 2007-08-27 VMware-workstation-6.0.0-45731.zip
-rwxrwxrwx 1 root root 31884672 02-16 16:19 vpcsetup.exe
-rwxrwxrwx 1 root root 43039624 03-06 18:01 Vserver.exe
-rwxrwxrwx 1 root root 654528 11-09 00:00 WPSetup.exe
-rwxrwxrwx 1 root root 1244213 11-14 13:50 wrar371sc.exe
-rwxrwxrwx 1 root root 12695526 02-14 12:28 XDeskShow.rar
drwxrwxrwx 12 root root 16384 02-04 01:35 XDeskShow_v2b5
-rwxrwxrwx 1 root root 642796 02-11 18:14 XviD-1.1.3-28062007.exe
-rwxrwxrwx 1 root root 5290294 11-22 23:05 yzhzh.mp3
-rwxrwxrwx 1 root root 337607238 10-21 18:58 《冠军的怪样》DVD超清晰中字.rmvb
-rwxrwxrwx 1 root root 505101832 02-25 10:48 悍妇憨夫.rmvb
drwxrwxrwx 2 root root 16384 01-17 00:33 越狱[P.B.]第三季第9集Avi视频
-rwxrwxrwx 1 root root 28202 01-17 00:32 越狱[P.B.]第三季第9集Avi视频.torrent
-rwxrwxrwx 1 root root 180924992 01-31 17:34 【越狱第3季[10]】_DVD高清晰版_国语中文字幕_LW.rmvb
drwxrwxrwx 2 root root 16384 01-31 17:47 路路通手机时刻表20080114
-rwxrwxrwx 1 root root 318333 01-31 17:45 路路通手机时刻表20080114.rar
-rwxrwxrwx 1 root root 825518764 02-28 22:48 长江七号DVD清晰版.avi
-rwxrwxrwx 1 root root 358888263 02-25 10:38 雪狗兄弟DVD.rmvb
[root@localhost ~]#
ai0909 于 2011-10-24 14:22:44发表:
{:2_96:}
sunguishan 于 2011-10-24 13:27:34发表:
非常实用,谢谢了