You generally need to have the CONFIG_SCSI_MULTI_LUN=y set in your kernel configuration, because the 6-in-1 is seen as multiple LUN's on a single SCSI device. So each slot will be a different drive; on my machine it's sdc, sdd, sde, sdf, sdg, sdh because I have two bona-fide SCSI drives as a and b. You may get some information by using sg_scan to probe the LUN's, or by doing an fdisk sda (b, c, d, etc.) to check the partitions.
ap ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill [EMAIL PROTECTED] * andrew_perrin (at) unc.edu On Tue, 8 Jun 2004, bp wrote: > I'm on a RHEL AS v3-update 2 box and my Sandisk 6-in-1 card reader just > doesn't seem to play well. The drive is recognized, appropriately labeled > in the the messages & dmesg logs but I can't for the life of me mount any > cards. Card & drive are confirmed working on another box. > > dmesg lists it as sda. How does Linux typically assign each slot on the > reader? sda1,sda2 or sdb1,sdc1 etc..? > > Thanks. > > -- > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug > TriLUG Organizational FAQ : http://trilug.org/faq/ > TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ > TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc > -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
