LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   [xubuntu] 12.04: cannot successfully mount any external drives or storage devices (https://www.linuxquestions.org/questions/linux-desktop-74/%5Bxubuntu%5D-12-04-cannot-successfully-mount-any-external-drives-or-storage-devices-4175421592/)

nobuntu 08-11-2012 01:34 PM

[xubuntu] 12.04: cannot successfully mount any external drives or storage devices
 
Good morning,

Please see http://i.imgur.com/8jxt4.png.

This persistent error message is proving to be the bane of my existence. My (i686) Xubuntu 12.04 installation is not allowing me to successfully access any form of removable external storage media, including SD cards.

I have attempted various fixes found around the Forums, none of which have been met with any success.

Please, if anyone has any ideas re: fixing this issue, let me know. It is quite imperative that the issue be resolved at some point during this weekend, as I have some data that must be backed up in order for me to be able to continue with normal operations over the coming week.

Thank you,

Lawrence

yancek 08-11-2012 04:44 PM

What exactly are you doing to get this message? What are the permissions on the external media? If you want users to be able to access and read/write to external media/partitions you will need to give them permission to do so. Normally, this can be done with an entry in the /etc/fstab file. Post more information on the drives/partitions and filesystem types you are trying to access and how you are trying to do so.

nobuntu 08-11-2012 07:40 PM

Hello! I apologize for taking so long to respond to your post; I have been on a hike for the past while.

All I am "doing" is inserting the drive into my laptop's USB port. It does appear on my desktop, however double-clicking the icon in an attempt to access it results in the aforementioned error message.

df -T output follows.

Code:

lawrence@Edith:~$ df -T
Filesystem    Type    1K-blocks    Used Available Use% Mounted on
/dev/sda1      ext4    485746808 28105556 433326372  7% /
udev          devtmpfs  1019016        4  1019012  1% /dev
tmpfs          tmpfs      410512      856    409656  1% /run
none          tmpfs        5120        0      5120  0% /run/lock
none          tmpfs      1026276      220  1026056  1% /run/shm
lawrence@Edith:~$

How do I tell which of these drives is the external drive I am attempting to connect? Once I can establish the drive name, it should simply be a matter of chmoding the drive from a terminal emulator, but I am unsure of the drive's identity.

My primary user account, lawrence, has full administrative permissions.

yancek 08-11-2012 10:03 PM

What's on the external drives? Anything? Have they been formatted? have a filesystem?

When I plug a flash drive in my computer and run your command I get the following output for the drive

Quote:

/dev/sdb1 vfat 3.8G 1.1G 2.8G 28% /media/disk
:

Usually you can access external drives in Ubuntu derivatives by going to the /media directory where it will show a folder icon with a UUID number. The only drive/partition showing is sda1 which I expect would be your Kubuntu root partition. If you don't have any filesystem on the external I would not expect it to show anything. I don't have any empty flash or external drives to check this.

nobuntu 08-12-2012 01:21 AM

The drives have different things on them. One has a backup of my files from a previous (somewhat disastrous) attempt at using Debian 6.0.5 prior to installing Xubuntu, another has some MTS files from my camcorder, and various other drives have documents, photographs, etc. In short, data I do not want to lose.

I will try your /media suggestion tomorrow morning; as of right now, I am utterly drained and want to go to bed. I do have a tendency to get really ingrained in a project at 10 p.m. and then the next thing I know I look at the clock and it's 6 a.m. Tonight is not a good time for that to happen, so it looks like my laptop is going to have to be off for a while... ;)

guyonearth 08-12-2012 11:08 PM

I'm curious what you mean by your user having "full administrative permissions"? A normal use doesn't have that. These drives should automount by default, without any special action on your part. Have you modified the default setup somehow, or changed group permissions? Can you mount them manually using sudo in a terminal?

nobuntu 08-15-2012 01:00 PM

Quote:

Originally Posted by guyonearth (Post 4752825)
I'm curious what you mean by your user having "full administrative permissions"? A normal use doesn't have that. These drives should automount by default, without any special action on your part. Have you modified the default setup somehow, or changed group permissions? Can you mount them manually using sudo in a terminal?

I'm sorry - I worded that post badly. What I meant to say is that I can gain root permissions via sudo, eg my user account is in the sudoers file.

I have not tried mounting the drive in a terminal. How would I go about doing that if I am unsure of the drive's UUID, as I mentioned in earlier posts?

yancek 08-15-2012 02:51 PM

You can get the device/partition number by running: sudo fdisk -l(lower case Letter L) and you should be able to get the uuid with: blkid command or this command: ls -l /dev/disk/by-uuid/

You don't need the uuid to mount it. Have you checked the /media directory after plugging in one of these external devices?

guyonearth 08-15-2012 03:41 PM

Quote:

Originally Posted by R3nCi (Post 4754826)
I'm sorry - I worded that post badly. What I meant to say is that I can gain root permissions via sudo, eg my user account is in the sudoers file.

I have not tried mounting the drive in a terminal. How would I go about doing that if I am unsure of the drive's UUID, as I mentioned in earlier posts?

If you have only one hard drive in the computer, then any usb drive you plugged in would probably be device sdb.

You can mount it by using
Code:

sudo mount /dev/sdb1 /media/usb
This assumes there is one partition on the usb drive.
You will need to make the directory first (if it's not there already) by using
Code:

sudo mkdir /media/usb
If you do this and it will not mount, post the error message here.

blueinca99 05-03-2014 06:57 PM

yeah nubuntu - I am having the same problems - the display I get from fdisk -l is even difficult to work which is the actual external HD & it's UUID.

I tried Mint Mate 13 & 16, now I am trying Xubuntu.

Did you ever get this actually fixed. For me using a computer without an easily (sitting there ready to go/use) accessible & useable external hard drive/s is a practically worthless.......

blueinca99 05-03-2014 07:58 PM

I think it has something to do with the external Hard Drive itself- there's nothing wrong with the HD - it has worked fine- responsive etc in XP, but it is Seagate & I do believe Seagate can sometimes have compatibility issues working in other systems, for example it's the only hard device to NOT work in my PVR. I have tried a generic 16gb usb stick - it is recognised, & now I put in a different external HD - a Samsung 2TB & both of these mount automatically & play the files contained.

Does anyone else have issues with Seagate External HDs?

Paul


All times are GMT -5. The time now is 10:48 PM.