LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-06-2007, 02:56 PM   #1
IggyGal
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Rep: Reputation: 0
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.
 
Old 07-06-2007, 03:42 PM   #2
Screener
Member
 
Registered: Jun 2004
Distribution: ubuntu 6.10, puppy-Linux
Posts: 123

Rep: Reputation: 15
I'm getting the same thing with my usb hard desk ??

i never had this problem before ??

I'm using the ubuntu 7.04
 
Old 07-06-2007, 04:03 PM   #3
Screener
Member
 
Registered: Jun 2004
Distribution: ubuntu 6.10, puppy-Linux
Posts: 123

Rep: Reputation: 15
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.
 
Old 07-06-2007, 04:21 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
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.
 
Old 07-06-2007, 04:23 PM   #5
kshymkiw
Member
 
Registered: May 2006
Location: Columbus, Ohio
Distribution: Ubuntu 7.04, Debian
Posts: 48

Rep: Reputation: 15
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.
 
Old 07-06-2007, 05:15 PM   #6
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Rep: Reputation: Disabled
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.
 
Old 07-06-2007, 05:58 PM   #7
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
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".
 
Old 07-06-2007, 06:43 PM   #8
kshymkiw
Member
 
Registered: May 2006
Location: Columbus, Ohio
Distribution: Ubuntu 7.04, Debian
Posts: 48

Rep: Reputation: 15
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!
 
Old 07-07-2007, 10:01 AM   #9
IggyGal
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Original Poster
Rep: Reputation: 0
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount compact flash card Z038 Linux - Hardware 3 06-26-2008 02:53 AM
LiveCD to Compact Flash Card. Can it be done? imag Linux - Software 5 01-20-2006 01:53 PM
compact flash card reader mindcry Linux - Hardware 45 02-03-2004 08:14 PM
Help Please. How do I mount a parallel port compact flash reader ??? ThorsHammer1111 Linux - Hardware 1 08-13-2003 11:44 AM
PC Card, compact flash figadiablo Linux - Hardware 0 02-21-2003 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration