You are not logged in.

#1 2016-01-11 23:24:00

Larckov
Member
From: Mexico city, and nearbys...
Registered: 2014-06-17
Posts: 15

[SOLVED]USB mass storage device problem

Hi,

I have a usb stick with music. I can play it on an external speaker, but in the computer doesn't appear, neither on Linux, Windows or Mac OS. After I plug in the stick the dmesg says:

[  927.473491] usb 2-1.6: new high-speed USB device number 9 using ehci-pci
[  927.569062] usb-storage 2-1.6:1.0: USB Mass Storage device detected
[  927.569603] scsi host11: usb-storage 2-1.6:1.0
[  928.570350] scsi 11:0:0:0: Direct-Access              USB MEMORY BAR   1000 PQ: 0 ANSI: 0 CCS
[  928.573399] sd 11:0:0:0: [sdb] Attached SCSI removable disk

And I can not see it with thunar, or GParted. I have no idea why says SCSI. Any thoughts?

Last edited by Larckov (2016-01-12 21:40:58)


"Not all those who wander are lost"  J. R. R. Tolkien

Offline

#2 2016-01-12 00:14:21

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: [SOLVED]USB mass storage device problem

Like, there is no /dev/sdb file?

As for SCSI, it's nothing unusual. USB storage specification is based on SCSI commands so Linux treats these devices as SCSI disks.

Offline

#3 2016-01-12 00:37:13

Larckov
Member
From: Mexico city, and nearbys...
Registered: 2014-06-17
Posts: 15

Re: [SOLVED]USB mass storage device problem

mich41 wrote:

Like, there is no /dev/sdb file?

As for SCSI, it's nothing unusual. USB storage specification is based on SCSI commands so Linux treats these devices as SCSI disks.

Thank you for answer. Sadly, there is no file/folder for sdb.


"Not all those who wander are lost"  J. R. R. Tolkien

Offline

#4 2016-01-12 01:00:12

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED]USB mass storage device problem

What is the output of the following commands (with the stick plugged in)?

lsusb
ls /dev/sd*

What file system is on the usb stick? How did you create it and add the music files to it?

Last edited by 2ManyDogs (2016-01-12 01:00:43)

Offline

#5 2016-01-12 07:03:17

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: [SOLVED]USB mass storage device problem

FWIW, libata has become an SATL so most (if not all) ATA drives are treated as SCSI disk too \o/

Offline

#6 2016-01-12 17:10:21

wtx
Member
Registered: 2014-06-09
Posts: 90

Re: [SOLVED]USB mass storage device problem

Show what returns:

lsblk
lsscsi

Offline

#7 2016-01-12 17:58:43

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED]USB mass storage device problem

You don't have partitions on that stick and I would guess that there is no filesystem either so I'm not sure what you expected to see in thunar.

About gparted, are you sure you ran it as root?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#8 2016-01-12 18:26:59

Larckov
Member
From: Mexico city, and nearbys...
Registered: 2014-06-17
Posts: 15

Re: [SOLVED]USB mass storage device problem

Thank you all of you for your responses. I really do not know what had happened, but after reboot the stick worked. To be fair I do not reboot often because of some services I have running.

To answer some of your questions, I executed GParted as root. The pen drive had FAT32, and after the reboot I change it to NTFS. I didn't know how was formatted because it wasn't mine. I still don't know why didn't recognized the pen drive, may be a module? any ideas?

Also, thank you, I didn't  know about the libata change. It is good to know it.


"Not all those who wander are lost"  J. R. R. Tolkien

Offline

#9 2016-01-12 19:10:36

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED]USB mass storage device problem

If you updated and got a kernel upgrade, that could cause the USB stick to be unreadable until you rebooted into the new kernel.

Offline

#10 2016-01-12 19:24:43

Larckov
Member
From: Mexico city, and nearbys...
Registered: 2014-06-17
Posts: 15

Re: [SOLVED]USB mass storage device problem

2ManyDogs wrote:

If you updated and got a kernel upgrade, that could cause the USB stick to be unreadable until you rebooted into the new kernel.

It had to be that. I was on vacation and then came back and upgrade everything. I will check that the next time before I post something here. I will change it to solve. Thank you!


"Not all those who wander are lost"  J. R. R. Tolkien

Offline

Board footer

Powered by FluxBB