LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   USB card reader: mounting problems (https://www.linuxquestions.org/questions/slackware-14/usb-card-reader-mounting-problems-218728/)

alek66 08-17-2004 08:39 AM

USB card reader: mounting problems
 
Hello everybody, I' m running a slakware 10 on my pc, and dispite my efforts I could get working my USB card Reader(it reads; SD,MS,Flash,etc)
Can Anyone help me¿? I tried adding it to /etc/fstab ....but it didnt worked, I recently added mi digital camera.
This Card reader used to work just fine on suse, red hat, and mandrake.
Could some one give me a hand?¿
thx

gbonvehi 08-17-2004 08:46 AM

Is your card reader being detected?

alek66 08-17-2004 08:57 AM

yes... I runned a dmesg .....and it's there, but i cant "locate" it, to mount it.
alex

gbonvehi 08-17-2004 09:18 AM

Cool, i don't own a usb storage device of any kind so i can't garantee this will work but you can try:
Code:

mount -t auto <dev> /mnt
Replace <dev> with dev's listed in /dev/usb to try. You don't have to add the device to fstab to be mounted, it's usually added there only for practicity.

tobyl 08-17-2004 03:40 PM

maybe you could give some of the output in dmesg that is relevant to this device.

Also I think you could pay a visit to your /etc/rc.d/rc.modules file, and check that the following lines are uncommented:

/sbin/modprobe usb-storage

/sbin/modprobe ide-scsi

also in the following section

# SCSI kernel support:
#/sbin/modprobe scsi_mod
#/sbin/modprobe scsi_syms
#/sbin/modprobe sd_mod
#/sbin/modprobe sg
#/sbin/modprobe sr_mod
#/sbin/modprobe st

well it could be one of the above needs uncommenting as well.

you can try all this from the command line first, and if it works then modify the file
as described. If it does not help, well no harm done. Also search this site for threads containing 'usb-storage'

tobyl

steved123 08-17-2004 07:03 PM

card reader
 
I don't know about your card reader but here's how I got into my usb camera's memory card.
first added to the fstab file this:

/dev/sda1 /mnt/usbdrive vfat noauto,user,users 0 0

Then created a directory under /mnt called digital camera. ie. /mnt/digitalcamera

After making a device icon on the desktop, I was able to access the camera's memory card and get my pictures off it. Also I can erase the memory card also

If you try this, I suggest that you have a memory card in your reader when you mount the device.

kmoffat 08-18-2004 07:28 PM

Re: card reader
 
Quote:

Originally posted by steved123

/dev/sda1 /mnt/usbdrive vfat noauto,user,users 0 0

Then created a directory under /mnt called digital camera. ie. /mnt/digitalcamera

I'm sure you meant /mnt/usbdrive in the second line?

What I do is run

tail -f /var/log/messages

in an xterm, and then plug in the device. The hotplug sytem should detect it and spit out the device name, usually /dev/sda1.

However, if it is a multiple slot card reader, support for checking all 'luns' has to be in the kernel. This is not the case in my old debian install, but haven't tried it in slack10, since my reader has only one lonely slot (xD).

hope this helps....


All times are GMT -5. The time now is 08:43 PM.