/dev/hda2 766 2805 16386300 c W95 FAT32 (LBA)
Linux對FAT32的支持是可讀可寫的,所以沒有必要再安裝什么模塊之類的;
1.我們要建一個掛載點的目錄,比如是在/mnt/目錄下建一個wind的目錄:
[root@localhost beinan]# mkdir /mnt/wind
[root@localhost beinan]# mount -t vfat -o iocharset=utf8,umask=000 /dev/hda2 /mnt/wind/
[root@localhost beinan]# df -lh
Filesystem 容量 已用 可用 已用% 掛載點
/dev/hda8 11G 5.9G 4.5G 57% /
/dev/shm 236M 0 236M 0% /dev/shm
/dev/hda1 5.9G 3.2G 2.7G 55% /mnt/winc
/dev/hda2 16G 8.1G 7.7G 52% /mnt/wind
[root@localhost beinan]#cd /mnt/wind
[root@localhost beinan]#ls -lh
drwxrwxrwx 3 root root 8.0K 7月 27 11:45 抓圖
drwxrwxrwx 2 root root 8.0K 8月 12 10:21 測試文件
drwxrwxrwx 4 root root 8.0K 7月 27 11:45 電腦硬件
drwxrwxrwx 5 root root 8.0K 7月 27 11:45 網際快車
/dev/hda2 /mnt/wind vfat umask=000,nls=utf8