It shows up as device "sdb," but it does not show up in DiskDrake. When I reboot, the console says "ldm_validate_partition_table." How can I mount this device?
In Windows XP, it shows up as two different drives, one for the CompactFlash slot, and the other for the Secure Digital slot.
__________________
[i]Keyboards and mice are great... for word processing.
mount -t vfat /dev/sdb makes it attempt to read from the CompactFlash part of the device, but it says "mount: wrong fs type, bad option, bad superblock on /dev/sdb, or too many mounted file systems" (I've tried msdos as well). No number after "sdb" gets it to try to read from the SD part.
__________________
[i]Keyboards and mice are great... for word processing.
Can't speak from personal experience with your particular device, but when I plug in my digital camera, it appears as /dev/sda1 mounted on /mnt/camera.
I would have thought that you have to have a number in the device name. /dev/sdb refers to the entire device, whereas /dev/sdb1 refers to the first valid partition on the device (in disk terms).