View previous topic :: View next topic |
Author |
Message |
Ran.Rutenberg n00b
Joined: 23 Mar 2007 Posts: 28
|
Posted: Fri Mar 23, 2007 12:27 pm Post subject: Problem mounting USB Drive |
|
|
Hi,
I read "Gentoo Linux USB Guide" but I still can't mount my USB drive (I tried mounting two different brands and neither of them worked). Every time I try to mount them I get the error:
Code: |
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
|
when I run dmesg I get:
Code: |
SCSI device sdc: 4001425 512-byte hdwr sectors (2049 MB)
sdc: Write Protect is off
sdc: Mode Sense: 03 00 00 00
sdc: assuming drive cache: write through
sdc: sdc1
sd 5:0:0:0: Attached scsi removable disk sdc
sd 5:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
FAT: IO charset iso8859-8 not found
FAT: IO charset iso8859-8 not found
|
Can someone assist me?
Sincerely,
Ran Rutenberg |
|
Back to top |
|
|
rullzer n00b
Joined: 25 Apr 2006 Posts: 46 Location: Amsterdam Netherlands
|
Posted: Fri Mar 23, 2007 12:54 pm Post subject: |
|
|
As your dmesg tells you
Code: | FAT: IO charset iso8859-8 not found |
Seems like you need that. Check your kernel config for more info.
Also make sure you "Default iocharset for FAT" is set to a iocharset that you have compiled...
rullz |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Mar 23, 2007 2:27 pm Post subject: |
|
|
Can you post your /usr/src/linux/.config, with that we can check what is messing in your kernel configuration. |
|
Back to top |
|
|
Ran.Rutenberg n00b
Joined: 23 Mar 2007 Posts: 28
|
|
Back to top |
|
|
|