On Mon, 30 Jun 2003, Rigoberto de la Cruz wrote: > I have a secure digital card reader that would like to use with redhat > 9. I google about it, and it seems that I just need to plug it in and > the hotplug daemon(?) should set up everything. But this is not working. > Any help. the SD card reader is made by microtech.. When you plug it in, do you get any messages in /var/log/messages? references to usbmassstorage, /dev/sda, etc? In most cases, this should work: (plug in device, wait 5 seconds for things to settle down) # mkdir -p /mnt/sdreader # mount /dev/sda1 /mnt/sdreader # cd /mnt/sdreader (do what you want to do, like ls, cp, mv, etc.) After you finish # cd # umount /mnt/sdflash (unplug reader) I use a Sandisk Cruzer 256 this way. Atul -- ------------------------------------------- Atul Chitnis | achitnis@xxxxxxxxxxx Exocore Consulting | http://www.exocore.com Bangalore, India | +91 (80) 344-0397 -------------------------------------------