View previous topic :: View next topic |
Author |
Message |
mcspiff Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 24 Oct 2004 Posts: 109
|
Posted: Mon Apr 11, 2005 8:54 pm Post subject: |
|
|
I had similar problems and (humor me here) try
Code: |
touch /dev/sda
mount /dev/sda1 /mnt/mountpoint
|
Something to do with usb timeouts. this may not help you at all. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Pithlit l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1267572538425de909443e2.jpg)
Joined: 27 Dec 2003 Posts: 887 Location: fuhen
|
Posted: Mon Apr 11, 2005 9:20 pm Post subject: |
|
|
Code: | CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-2"
....
....
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_UTF8=y |
Will try that out...
I'll also try your suggestion mcspiff (yes, I'm desperate ). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mcspiff Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 24 Oct 2004 Posts: 109
|
Posted: Mon Apr 11, 2005 9:24 pm Post subject: |
|
|
good luck, if not we'll figure it out |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Pithlit l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1267572538425de909443e2.jpg)
Joined: 27 Dec 2003 Posts: 887 Location: fuhen
|
Posted: Sat Apr 16, 2005 8:08 pm Post subject: |
|
|
nightfrost wrote: | First off: this is one of the funniest threads I've ever read on these forums! Secondly, check out "File Systems > DOS/FAT/NT Filesystems" and "File Systems > Native Language Support". I used to have problems mounting fat32 until I changed the default codepage from 437 (USA) to 850 (Europe), and iso8859-1 to iso8859-15. You might also want to enable utf-8 if that's not enabled. However, I never quite understood exactly why that helped. Anyway, good luck on ya... |
Finally got around to recompile the kernel and funny enough... IT WORKED! I love you right now I guess USB/VFAT doesn't like USA Thanks again. _________________ If someone solves a problem for you say thanks... and put [SOLVED] in the title! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Huey1 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Dec 2004 Posts: 44
|
Posted: Sun Apr 17, 2005 8:15 am Post subject: |
|
|
Quote: | I'm just so desperate I'd bite a piece of the keyboard off if I knew it'd help. |
Yeah - we have all been there, or nearly there. Maybe its only the way keyboards get after some determined Gentoo config/compiling that stops us going the whole way. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nightfrost Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 07 Dec 2004 Posts: 293 Location: Sweden
|
Posted: Sun Apr 17, 2005 9:29 am Post subject: |
|
|
Pithlit wrote: | nightfrost wrote: | First off: this is one of the funniest threads I've ever read on these forums! Secondly, check out "File Systems > DOS/FAT/NT Filesystems" and "File Systems > Native Language Support". I used to have problems mounting fat32 until I changed the default codepage from 437 (USA) to 850 (Europe), and iso8859-1 to iso8859-15. You might also want to enable utf-8 if that's not enabled. However, I never quite understood exactly why that helped. Anyway, good luck on ya... |
Finally got around to recompile the kernel and funny enough... IT WORKED! I love you right now I guess USB/VFAT doesn't like USA Thanks again. |
I'm glad it worked out for you ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|