mounting vfat partition cp437 error

By jonmccune

Today I inserted an SD card with a FAT32 filesystem on it into my linux system and it refused to mount it. dmesg included these lines:

Unable to load NLS charset cp437
FAT: codepage cp437 not found

I needed to `modprobe nls_cp437`. I think the problem was related to me accidentally clobbering /lib/modules/…

Leave a Reply

You must be logged in to post a comment.