[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: smart media card reader problem



On Mon, 2004-01-12 at 03:25, Richard Lyons wrote:
> 
> [ Removable storage tale of woe elided ]
> 
> Any insights, please.

The removable storage devices plug in to the SCSI subsystem. The dev
entries they get mapped to is determined by the order in which they are
found and/or plugged into the computer.  

You need to rescan the SCSI bus, either manually:

   echo "scsi add-single-device C B T U" >/proc/scsi/scsi

  where
   C = Controller  (host)  no.
   B = Bus (Channel)
   T = Target (SCSI ID)
   U = Unit (SCSI LUN)

or run the shell script rescan-scsi-bus.sh 
(see http://sethbuckley.com/wiki/moin.cgi/rescan_2dscsi_2dbus_2esh)

No reboots required.
-- 
Steven Yap <syap@shaw.ca>



Reply to: