LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-03-2015, 07:30 AM   #1
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Ubuntu 14.04 refuses to mount a particular flash drive


Recently I've been having trouble with one flash drive (Class 10 SD in a USB adapter) that I have, and only under Ubuntu. It will work normally under Fedora and Solaris, but for some reason, Ubuntu can't mount it. It used to work before, I don't get it.
Sometimes I get errors while formatting, but I couldn't manage to get one, and I know you can only write to these a certain amount of times, so I didn't pursue that too much further. And something funny about that, when I do get an error, it keeps formatting.

NOTE: If I put any other SD in the adapter, I get the exact same issue.

Below is a screenshot. Hope I'm clear enough. Thanks in advance for your help!
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2015-02-03 08_11_50.png
Views:	88
Size:	31.1 KB
ID:	17506  
 
Old 02-03-2015, 03:42 PM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
Please upgrade to current Ubuntu version for best support..

however the screenshot you provided tells you where to look for error messages that you will need to search on internet.

Personally i would try to check sd card with gparted.
 
Old 02-03-2015, 08:01 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
"NOTE: If I put any other SD in the adapter, I get the exact same issue."

By this statement I'd say that some issue with the adapter and distro. Look at how Fedora uses the adapter and the driver for it.

I'd also consider a different adapter if you can't get this working.


Exactly how does adapter connect to system?

In all this stuff, various programmable chips inside the system and various coded timings and even acpi and such can have enough of an impact to cause issues.

Last edited by jefro; 02-03-2015 at 08:02 PM.
 
Old 02-06-2015, 01:33 PM   #4
otoomet
Member
 
Registered: Oct 2004
Location: Tartu, Århus,Nürnberg, Europe
Distribution: Debian, Ubuntu, Puppy
Posts: 619

Rep: Reputation: 45
I would perhaps start by looking what does the kernel tell. Can you insert the card, wait a few seconds, and then post the output of "dmesg|tail -20"?
 
Old 02-14-2015, 08:16 AM   #5
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Quote:
Originally Posted by otoomet View Post
I would perhaps start by looking what does the kernel tell. Can you insert the card, wait a few seconds, and then post the output of "dmesg|tail -20"?
Here's the output:
Code:
$ dmesg|tail -20
[   38.741788] scsi8 : usb-storage 1-7:1.0
[   38.741856] usbcore: registered new interface driver usb-storage
[   39.740577] scsi 8:0:0:0: Direct-Access     Generic  Mass-Storage     1.11 PQ: 0 ANSI: 2
[   39.740765] sd 8:0:0:0: Attached scsi generic sg3 type 0
[   40.640947] sd 8:0:0:0: [sdc] 30881792 512-byte logical blocks: (15.8 GB/14.7 GiB)
[   40.641928] sd 8:0:0:0: [sdc] Write Protect is off
[   40.641932] sd 8:0:0:0: [sdc] Mode Sense: 03 00 00 00
[   40.642928] sd 8:0:0:0: [sdc] No Caching mode page found
[   40.642932] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[   40.646553] sd 8:0:0:0: [sdc] No Caching mode page found
[   40.646557] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[   40.647579]  sdc: sdc1
[   40.651054] sd 8:0:0:0: [sdc] No Caching mode page found
[   40.651057] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[   40.651060] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[   40.902715] FAT-fs (sdc1): Unrecognized mount option "x-gvfs-show" or missing value
[   41.412823] audit_printk_skb: 150 callbacks suppressed
[   41.412827] type=1400 audit(1423922876.239:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2312 comm="apparmor_parser"
[   41.412834] type=1400 audit(1423922876.239:63): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2312 comm="apparmor_parser"
[   41.413173] type=1400 audit(1423922876.239:64): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2312 comm="apparmor_parser"
 
Old 02-14-2015, 08:40 AM   #6
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Rep: Reputation: 65
Quote:
Originally Posted by yooy View Post
upgrade to current Ubuntu version for best support...
Best answer !
 
Old 02-14-2015, 08:41 AM   #7
otoomet
Member
 
Registered: Oct 2004
Location: Tartu, Århus,Nürnberg, Europe
Distribution: Debian, Ubuntu, Puppy
Posts: 619

Rep: Reputation: 45
The issue seems to be related to
Quote:
[ 40.902715] FAT-fs (sdc1): Unrecognized mount option "x-gvfs-show" or missing value
There are many links on the web, for instance http://http://askubuntu.com/question...mount-on-12-10 and http://http://ubuntu.aspcode.net/vie...fs-show-option.

Briefly, the issue seems that the file system and certain icons cannot talk well together. There are also suggested workarounds, as I don't have the problem (and don't use unity), I cannot really try those.
 
Old 02-14-2015, 08:46 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Looks like a bug...

http://askubuntu.com/questions/45422...ceubuntu-14-04

https://bugs.launchpad.net/ubuntu/+s...y/+bug/1011257
 
Old 02-14-2015, 08:53 AM   #9
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Rep: Reputation: 65
Quote:
Originally Posted by Ihatewindows522 View Post
buntus 15.04
http://cdimage.ubuntu.com/ubuntu-des...-live/current/

 
Old 02-16-2015, 07:05 AM   #10
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
First of all, thanks for your help this far. Unfortunately I had to reinstall Linux on this partition...twice. The first time was with Manjaro just to find out that there's a bug that I found that I remember from the early 2000s that happened with Mandrake. It refused to mount the root filesystem it just made. So...back to the Fedora/Ubuntu combination...I'll make it work.
 
  


Reply

Tags
flash, mount, ubuntu, usb



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
Ubuntu ,USB flash drive doesn`t mount quantlinear Linux - Newbie 14 06-05-2013 05:50 AM
one hard drive refuses to mount on boot time mrgreaper Linux - Newbie 3 09-18-2009 10:08 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 07:16 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 1 12-24-2005 04:25 AM
when i mount my USB Flash Drive A Messenge has come that mount: can't find /dev/sda/h feda82 Red Hat 2 12-24-2005 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 04:15 PM.

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