Results 1 to 8 of 8
My PC has CompactFlash, SmartMedia, MMC/SD, MS/MSPro and USB inputs but my /mnt directory does not display them. How do I make them accessible?
I am using Mandrake 10.1....
- 05-12-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 4
how to recognize memory cards
My PC has CompactFlash, SmartMedia, MMC/SD, MS/MSPro and USB inputs but my /mnt directory does not display them. How do I make them accessible?
I am using Mandrake 10.1.
- 05-12-2005 #2
Please read this http://www.linux-usb.org/USB-guide/x498.html for information.
You need to add an entry in your fstab file. This is located in /etc You'll need to be root to do this and use a text editor like Kate (which I use and really like).
I would do this in a console -
su
mypassword
cat /etc/fstab # This checks the contents of fstab
cd /etc
kate fstab # Starting kate from the command line
Make your changes ... for eg.
/dev/sda4 /mnt/usbzip vfat noauto,user 0 0
save
exit
Should work
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 05-12-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 4
I have added that exact entry to the end of my fstab file.
I have also created the directory:
/dev/sda4
However, I get the following:
mount: special device /dev/sda4 is not a block device
What does this mean?
- 05-12-2005 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
1) What's the make and model of your card reader?
2) What information is displayed in the hardware section of MCC?
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 05-12-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 4
Compaq Presario SR1044BB is all that is indicated on the computer.
- 05-12-2005 #6Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Well that doesn't answer q2

I google for your specs and found it's a nine one card reader. I then googled for 9 in 1 card reader linux and found several examples, most notably this:
http://www.grack.com/news/2003/Atech...ardReader.html
Give it a try.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 05-12-2005 #7Just Joined!
- Join Date
- May 2005
- Posts
- 4
How do I find my modprobe.conf and modules.conf files?
When I search under Mandrake's "Find FIles" the window freezes stating:
"Window with title "Find Files" is not responding. This window belongs to application kfind (PID=22507, hostname=localhost). Do you wish to terminate this application? (All unsaved data in this application will be lost.)"
- 05-13-2005 #8Try using the console. Do this:
Originally Posted by Charles Anthony
su
your_password
find / -name modprobe.conf -print
modules.conf is in the same directory.
EDIT:
---------------------------------------
If you want to see which modules (drivers) are loaded on your system then type lsmod - I think you need to be root to do that? If you want to dynamically load modules, then type modprobe whatever_module_is - you definitely need to be root to do that!
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
