LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cardreader (https://www.linuxquestions.org/questions/linux-hardware-18/cardreader-180345/)

Kaninchen 05-11-2004 12:17 PM

Cardreader
 
I have a Sweex USB 2.0 Card reader

and i want to mount it.

if i place the compachtflashcard and i try to mount it gives a error

Code:

[root@joris joris]# mount /dev/sdb /mnt/sdb
mount: No medium found
[root@joris joris]# mount /dev/sdc /mnt/sdc
mount: No medium found
[root@joris joris]# mount /dev/sdd /mnt/sdd
mount: No medium found
[root@joris joris]# mount /dev/sde /mnt/sde
mount: No medium found
[root@joris joris]#


when i disconect my cardreader and reboot he finds

sdb
sdc
sdd
sde

Kaninchen 05-12-2004 08:58 AM

any one?

Gargonia 05-26-2004 07:33 AM

I think you have to specify a number for the partition after the device name. Try mounting it like this:

mount /dev/sda1 /mnt/cardreader

Of course, you may need to adjust this if your device is on /dev/sdb, /dev/sdc, etc.


All times are GMT -5. The time now is 07:00 AM.