系統管理員必須設定系統類型為 FAT 與 VFAT 的掛載選項之 codepage 與 iocharset,FAT 與 VFAT 通常用於軟碟機、Zip 磁碟機與 Microsoft Windows 上的可移除的硬碟。 例如:如果從繁體中文的 Windows 匯入,則設定必須如下表所示,才能正確地瀏覽繁體中文的檔案名稱。
掛載選項 |
繁體中文設定 |
---|---|
codepage |
950 |
iocharset |
big5 |
如需繁體中文的 /etc/fstab 範例輸入,請參考下列輸入:
/dev/fd0h1440 |
/media/fd0h1440 |
vfat noauto,iocharset=big5,codepage=950 |
/dev/sda1 |
/media/iee1394disk |
vfat noauto,iocharset=big5,codepage=950 |