Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-06-2007, 02:56 PM
|
#1
|
LQ Newbie
Registered: Jul 2007
Posts: 2
Rep:
|
Compact Flash Card not able to mount
I have a 6 to 1 media card reader and using Ubuntu. I'm not able to read the compact flash, will read the SD/MMC card. I'm able to read the card using WindowsXP and Vista.
I open the computer and see the Compact Flash Drive icon I click on it and get error "Unable to mount media." I can install a SD card with no problem reading. I'm very new to Ubuntu and Linux, I have search with no luck.
|
|
|
07-06-2007, 03:42 PM
|
#2
|
Member
Registered: Jun 2004
Distribution: ubuntu 6.10, puppy-Linux
Posts: 123
Rep:
|
I'm getting the same thing with my usb hard desk ??
i never had this problem before ??
I'm using the ubuntu 7.04
|
|
|
07-06-2007, 04:03 PM
|
#3
|
Member
Registered: Jun 2004
Distribution: ubuntu 6.10, puppy-Linux
Posts: 123
Rep:
|
Ok i also get "You are not privileged to mount this volume."
what is that ??
how do i fix it ?
thanks every one
Last edited by Screener; 07-06-2007 at 04:08 PM.
|
|
|
07-06-2007, 04:21 PM
|
#4
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
screener: I use SuSE with KDE but maybe there is an option similar on the Gnome desktop. If you right click on the device icon on the desktop and select properties, see if there is a mounting tab with an option "Mount as user".
Then, when the hal/udev system detects the card it should create a device node with the desktop user as the owner of the device.
IggyGal: Since an Icon comes up, is sounds like the device is being detected. I think you may want to monitor the kernel messages before inserting the device. Open up a terminal program and run "sudo tail -f /var/log/messages". Then insert the device and moniter the messages that come up. Do all flash disks do this? I wonder if the filesystem on the disk might be corrupt.
You could try mounting it manually. Notice the device node that was printed when monitoring /var/log/messages. It might be something like /dev/sdc1. Then use the mount command as root to try mounting it temporarily on /mnt.
sudo mount -t vfat /dev/sdc1 /mnt -o defaults,umask=000
See if it mounts or if there are any error messages. If there is an error message about bad superblock ..., you could try checking the filesystem on the disk:
sudo /sbin/fsck.vfat /dev/sdc1.
Keep in mind that I made up the device in these examples. It may be /dev/sdb1 on your system.
|
|
|
07-06-2007, 04:23 PM
|
#5
|
Member
Registered: May 2006
Location: Columbus, Ohio
Distribution: Ubuntu 7.04, Debian
Posts: 48
Rep:
|
Quote:
Originally Posted by IggyGal
I have a 6 to 1 media card reader and using Ubuntu. I'm not able to read the compact flash, will read the SD/MMC card. I'm able to read the card using WindowsXP and Vista.
I open the computer and see the Compact Flash Drive icon I click on it and get error "Unable to mount media." I can install a SD card with no problem reading. I'm very new to Ubuntu and Linux, I have search with no luck.
|
I have never heard of a 6 in 1 Media Card Reader working in Linux. Who manufacturers this? How is it attached to the Motherboard? You may need to manually mount the drive:
i.e sudo mount /dev/xxxx /xxxx
The best thing may be too look up the manufacturer and see if they have specific drivers for this application.
|
|
|
07-06-2007, 05:15 PM
|
#6
|
Member
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223
Rep: 
|
card reader format?
I was actually trying to sort out my Sandisk SDDR73 cardreader this morning. Card reader showed up as 2 drives when I looked in /places/computer/ , but it wouldn't mount due to not being able to read the CF card. Found the info I needed on the following site http://www.linuxjournal.com/article/6687 and tried a reformat on my CF card through my Canon camera. Tried with a new photo and it worked fine. Was wondering about the 2 devices showing when I first saw them, but the webpage info from the link above stated, that Ubuntu recognizes each card slot in the card reader as a separate device. For mine it defaulted to the CF card, but your reader might be different.
|
|
|
07-06-2007, 05:58 PM
|
#7
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
Quote:
Originally Posted by kshymkiw
I have never heard of a 6 in 1 Media Card Reader working in Linux. Who manufacturers this? How is it attached to the Motherboard? You may need to manually mount the drive:
i.e sudo mount /dev/xxxx /xxxx
The best thing may be too look up the manufacturer and see if they have specific drivers for this application.
|
These have worked for some time in Linux. Each type of card slot is treated as a separate drive. There used to some issues with multislot readers but these have been fixed in the kernel drivers. These readers are USB and the internal ones connect two pin headers on the mother board. You can see a variety of these devices at pcclub.com, search for "card reader".
|
|
|
07-06-2007, 06:43 PM
|
#8
|
Member
Registered: May 2006
Location: Columbus, Ohio
Distribution: Ubuntu 7.04, Debian
Posts: 48
Rep:
|
Quote:
Originally Posted by fragos
These have worked for some time in Linux. Each type of card slot is treated as a separate drive. There used to some issues with multislot readers but these have been fixed in the kernel drivers. These readers are USB and the internal ones connect two pin headers on the mother board. You can see a variety of these devices at pcclub.com, search for "card reader".
|
Interesting. Never knew that. Thanks!
|
|
|
07-07-2007, 10:01 AM
|
#9
|
LQ Newbie
Registered: Jul 2007
Posts: 2
Original Poster
Rep:
|
CF Card
Thanks everyone. After about three hours of searching and reading I was able to read card. Actually I had to format card with the camera. Not sure why but looks like it working. Again thanks
|
|
|
All times are GMT -5. The time now is 07:50 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|