On Fri, 25 Jun 2004, Luciano Miguel Ferreira Rocha wrote:
try /dev/sda, and check if sd_mod is loaded.
all of sd_mod, scsi_mod and sg are loaded, for what that's worth. i also just popped in a kingston 256M data traveler USB stick, and FC2 recognized that immediately with:
Jun 25 14:03:03 localhost kernel: SCSI device sda: 503808 512-byte hdwr sectors (258 MB)
Jun 25 14:03:03 localhost kernel: sda: assuming Write Enabled
Jun 25 14:03:03 localhost kernel: sda: assuming drive cache: write through
Jun 25 14:03:03 localhost kernel: sda: sda1 <-- OH, LOOK!!
Jun 25 14:03:03 localhost kernel: Attached scsi removable disk sda at scsi5, channel 0, id 0, lun 0
Jun 25 14:03:03 localhost kernel: Attached scsi generic sg0 at scsi5, channel 0, id 0, lun 0, type 0
Jun 25 14:03:04 localhost scsi.agent[4467]: disk at /devices/pci0000:00/0000:00:1f.2/usb1/1-1/1-1:1.0/host5/5:0:0:0
Jun 25 14:03:04 localhost udev[4525]: creating device node '/udev/sda'
Jun 25 14:03:04 localhost udev[4526]: creating device node '/udev/sda1'
Jun 25 14:03:04 localhost udev[4528]: creating device node '/udev/sg0'
and that mounted as /dev/sda1 right away, which is what i expected. so it's just the multi-card reader that seems confused.
rday