Search This Blog

Wednesday, August 14, 2013

After linux kernel recompilation - I can't mount FAT/NTFS partitions

If you can't mount FAT/NTFS partitions, you should check configs:

CONFIG_MSDOS_FS=m
Location:
File systems -> DOS/FAT/NT Filesystems -> MSDOS fs support

***

CONFIG_VFAT_FS=m
Location:
File systems -> DOS/FAT/NT Filesystems -> VFAT (Windows-95) fs support


***

CONFIG_FAT_DEFAULT_CODEPAGE=437
Location:
File systems -> DOS/FAT/NT Filesystems -> VFAT (Windows 95) fs support
-> Default codepage for FAT


***

CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
Location:
File systems -> DOS/FAT/NT Filesystems -> VFAT (Windows-95) fs support
-> Default iocharset for FAT

***

CONFIG_NTFS_FS=m
Location:
File systems -> DOS/FAT/NT Filesystems -> NTFS file system support

***

CONFIG_NLS_DEFAULT="utf8"
Location:
File systems -> Native language support -> Default NLS Option

***

CONFIG_NLS_CODEPAGE_437=y
Location:
File systems -> Native language support -> Codepage 437 (United States,
Canada)

***

CONFIG_NLS_ASCII=y
Location:
File systems -> Native language support -> ASCII (United States)

***

CONFIG_NLS_ISO8859_1=y
Location:
File systems -> Native language support -> NLS ISO 8859-1 (Latin 1;
Western European Languages)

No comments: