USB Drive won't auto-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
Nuke

USB Drive won't auto-mount

Post by Nuke »

Usually when I plug in my SanDisk USB stick, it auto-mounts it and shows a shortcut on my desktop. But now when I plug it in it doesn't auto-mount, the light on the USB just blinks. It shows up in lsusb. Can anyone help me?
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.
seeley

Re: USB Drive won't auto-mount

Post by seeley »

Hi!
Please run in a Terminal / Konsole:

Code: Select all

dmesg
after having plugged in your USB stick. It's a protocol and you should see some rows concerning your SanDisk.
If not: Did you safely remove it?
seeley
Nuke

Re: USB Drive won't auto-mount

Post by Nuke »

Only ones that concerned usb are these:

[ 16.428046] usb 1-2: reset high speed USB device using ehci_hcd and address 2

[ 122.372055] usb 1-1: new high speed USB device using ehci_hcd and address 3
[ 133.116723] usb 1-1: USB disconnect, address 3
[ 1702.388041] usb 1-1: new high speed USB device using ehci_hcd and address 4
[ 1705.370709] usb 1-1: USB disconnect, address 4
[ 2066.700042] usb 1-4: new high speed USB device using ehci_hcd and address 5
[ 2077.112942] usb 1-4: USB disconnect, address 5
[ 2134.416043] usb 1-4: new high speed USB device using ehci_hcd and address 6

And yes, I Eject before I remove.
seeley

Re: USB Drive won't auto-mount

Post by seeley »

Hi!
To better identify an USB stick I label it with GParted.
I would run GParted - if you don't find it, use a Terminal typing

Code: Select all

gparted
and if not installed, install it.
In the right upper corner you see /dev/sda (your hard disk) and hopefully /dev/sdb if you click in the little triangle.
Click on the partition and unmount it, if mounted and choose "label" and name it e.g. sandisk.
After rebooting:

Code: Select all

cat /etc/fstab
and

Code: Select all

cat /etc/mtab
Please post the output.
seeley
Dave68

Re: USB Drive won't auto-mount

Post by Dave68 »

Have you downloaded any Level Three Updates lately?

This is an issue that has come up in the past. There is a resolution:

Read through this thread: http://forums.linuxmint.com/viewtopic.php?f=110&t=57801

This Should Help,
Dave
Nuke

Re: USB Drive won't auto-mount

Post by Nuke »

My Usb stick won't show up in gparted. As for the thread about the lvl 3 updates, there was no solution or any info what so ever.
seeley

Re: USB Drive won't auto-mount

Post by seeley »

Hi Nuke!
You have Mint as single operating system or dual boot with Windows? In Windows you could label your stick by right clicking (suppose: SANDISK) and back in Mint we could try: Terminal as root:

Code: Select all

mkdir /media/SANDISK

See if it listed:

Code: Select all

blkid
If it is listed (e.g. /dev/sdb):

Code: Select all

mount /dev/sdb /media/SANDISK
seeley
Dave68

Re: USB Drive won't auto-mount

Post by Dave68 »

Was there nothing there to help, or did you not check the Topic Link included in the thread.

I apologize, but I could see there was a resolution similar, if not exactly the same, to seeley's:
seeley wrote:Hi Nuke!
You have Mint as single operating system or dual boot with Windows? In Windows you could label your stick by right clicking (suppose: SANDISK) and back in Mint we could try: Terminal as root:

Code: Select all

mkdir /media/SANDISK

See if it listed:

Code: Select all

blkid
If it is listed (e.g. /dev/sdb):

Code: Select all

mount /dev/sdb /media/SANDISK
seeley
It Was Not an Intended Misdirect,
Good Luck,
Dave
Nuke

Re: USB Drive won't auto-mount

Post by Nuke »

No I'm not dual-booting, It wont list it when I do blkid.
Locked

Return to “Beginner Questions”