quanticle n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Jun 2011 Posts: 1
|
Posted: Mon Jun 27, 2011 1:24 pm Post subject: Can't find codepage cp437 even though it's built in |
|
|
I'm trying to mount a USB drive. I've successfully mounted it in Fedora, Ubuntu, and Windows 7. When I attach it to the Gentoo box, however, I get the following error in dmesg:
Code: |
[ 130.107565] scsi 9:0:0:0: Direct-Access ST 8GB 0000 PQ: 0 ANSI: 0 CCS
[ 130.107730] sd 9:0:0:0: Attached scsi generic sg3 type 0
[ 130.111411] sd 9:0:0:0: [sdc] 15663104 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 130.112420] sd 9:0:0:0: [sdc] Write Protect is off
[ 130.112424] sd 9:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 130.112426] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 130.116423] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 130.116430] sdc: sdc1
[ 130.156419] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 130.156423] sd 9:0:0:0: [sdc] Attached SCSI removable disk
[ 130.335619] FAT: codepage cp437 not found
|
However, when I go in genkernel, I see that codpage cp437 is compiled as a builtin. Do I have to compile it as a module? |
|