Making my usb drive mount

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bobm

Making my usb drive mount

Post by bobm »

When I installed Daryna it instantly recognised my removable usb hard drive. Now for some reason it doesn't. I get nothing appearing on the desktop at all. Is there anything I can do to force it to mount?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
RobHK

Re: Making my usb drive mount

Post by RobHK »

bobm wrote:When I installed Daryna it instantly recognised my removable usb hard drive. Now for some reason it doesn't. I get nothing appearing on the desktop at all. Is there anything I can do to force it to mount?
If you open "Computer" you should see all your drives. Those which are not yet mounted will be white and bulkier in appearance. Those already mounted have a flatter darker appearance. If the drive you want is there but not mounted just double click it. (You may have to enter your password)
bobm

Re: Making my usb drive mount

Post by bobm »

I actually see nothing at all. It doesn't seem to realise there's a drive attached at all.
RobHK

Re: Making my usb drive mount

Post by RobHK »

bobm wrote:I actually see nothing at all. It doesn't seem to realise there's a drive attached at all.
Sorry, Bob. I'm fairly new too. Hope someone else can help.
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Making my usb drive mount

Post by MagnusB »

It knows it is there, it just don't mount it.
You can either use pmount or edit /etc/fstab to mount it. To use pmount, you first need to know the name of the disk:

Code: Select all

fdisk -l
This should return something like /dev/sdxx or similar, then just use pmount:

Code: Select all

pmount /dev/sdxx usb
Then it will be mounted at /media/usb. You might have to make the folder first though:

Code: Select all

sudo mkdir /media/usb
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
bobm

Re: Making my usb drive mount

Post by bobm »

it doesn't do anything :(
I get the message "command not found" when I type "fdisk -l" into terminal ...
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Making my usb drive mount

Post by MagnusB »

Have you activated the root account? If so, try

Code: Select all

sudo fdisk -l
If that fails as well, use

Code: Select all

whereis fdisk
I that doesn't return anything, it means you have to install it, if it does return something try using the full path (something like /sbin/fdisk).
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
bobm

Re: Making my usb drive mount

Post by bobm »

I get this message:
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd061d061

Device Boot Start End Blocks Id System
/dev/hda1 * 1 14216 114189988+ 83 Linux
/dev/hda2 14217 14593 3028252+ 5 Extended
/dev/hda5 14217 14593 3028221 82 Linux swap / Solaris

I suspect that is my internal hard drive.
I wonder if there's a problem with the connection on the usb drive?
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Making my usb drive mount

Post by MagnusB »

Is it connected and turned on?
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
User avatar
atlef
Level 4
Level 4
Posts: 306
Joined: Sun Nov 18, 2007 8:20 am
Location: Stavanger NORWAY

Re: Making my usb drive mount

Post by atlef »

Try this : sudo hald --daemon=no

This worked for me. Not sure how to make it permanent though.

atlef.
bobm

Re: Making my usb drive mount

Post by bobm »

hi Magnus - yes it is on and plugged in.
It was working fine. Then I got an error message saying it had been incorrectly been unmounted or something similar. It said about it being ntfs. So I plugged it into a Windows laptop to try and turn it off that way (this had happened before when I was running ubuntu). But windows didn't recognise it either - but saw it was there when I tried the disk management utility hidden away in the control panel. But that wouldn't let me assign it a drive letter either. When I next tried it in Mint I saw nothing. hence the confusion.

Tomorrow I'll borrow a laptop from work that recognised the disk before and see what happens then.

I've had problems with not being able to find another usb disk in Mint. I just don't know what to do. Nothing that's been suggested so far seems to make any difference.
Bob
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Making my usb drive mount

Post by MagnusB »

The file system might be messed up, try using GParted to run fsck (check).
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
bobm

Re: Making my usb drive mount

Post by bobm »

thanks Magnus. I'll try that. I'm away for the weekend so I'll let you know what happens next week.
Locked

Return to “Beginner Questions”