Matthew R. Lee a écrit : > On Wednesday 15 August 2007 16:32, Hans-Werner Hilse wrote: > >> Since I got no idea how to debug the KDE part, all I can suggest is >> issuing the following as root: "mount -t vfat /dev/sdb1 /mnt" and see >> if it gets mounted beneath /mnt. That way, you can exclude media and >> kernel issues. If errors show up, post them and the new lines in the >> kernel log. >> >> -hwh > trying to mount it from the command line didn't work, here's the output from > dmesg > > usb 1-4.4: new high speed USB device using ehci_hcd and address 10 > usb 1-4.4: configuration #1 chosen from 1 choice > hub 1-4.4:1.0: USB hub found > hub 1-4.4:1.0: 1 port detected > usb 1-4.4.1: new high speed USB device using ehci_hcd and address 11 > usb 1-4.4.1: configuration #1 chosen from 1 choice > scsi6 : SCSI emulation for USB Mass Storage devices > usb-storage: device found at 11 > usb-storage: waiting for device to settle before scanning > scsi 6:0:0:0: Direct-Access Corsair Flash Voyager 1.00 PQ: 0 ANSI: 0 > CCS > sd 6:0:0:0: [sdb] 1015808 512-byte hardware sectors (520 MB) > sd 6:0:0:0: [sdb] Write Protect is off > sd 6:0:0:0: [sdb] Mode Sense: 00 26 00 00 > sd 6:0:0:0: [sdb] Assuming drive cache: write through > sd 6:0:0:0: [sdb] 1015808 512-byte hardware sectors (520 MB) > sd 6:0:0:0: [sdb] Write Protect is off > sd 6:0:0:0: [sdb] Mode Sense: 00 26 00 00 > sd 6:0:0:0: [sdb] Assuming drive cache: write through > sdb: sdb1 > sd 6:0:0:0: [sdb] Attached SCSI removable disk > sd 6:0:0:0: Attached scsi generic sg1 type 0 > usb-storage: device scan complete > Unable to identify CD-ROM format. > Unable to load NLS charset cp437 > FAT: codepage cp437 not found
You can see here that codepage cp437, which is needed by FAT to mount your key, is not found. So you have to compile it in your kernel as module or builtin, as you wish, by activating the option under File Systems --> Native Language Support --> <M> Codepage 437 (United States, Canada) After recompile your kernel,reboot and enjoy mounting your key ;) > NTFS-fs warning (device sdb1): is_boot_sector_ntfs(): Invalid boot sector > checksum. > NTFS-fs error (device sdb1): read_ntfs_boot_sector(): Primary boot sector is > invalid. > NTFS-fs error (device sdb1): read_ntfs_boot_sector(): Mount option > errors=recover not used. Aborting without trying to recover. > NTFS-fs error (device sdb1): ntfs_fill_super(): Not an NTFS volume. > VFS: Can't find ext3 filesystem on dev sdb1. > VFS: Can't find an ext2 filesystem on dev sdb1. > HTH, Xavier Parizet -- http://www.linuxant.fr
signature.asc
Description: OpenPGP digital signature