You are not logged in.
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 diskAnd 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
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
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
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
FWIW, libata has become an SATL so most (if not all) ATA drives are treated as SCSI disk too \o/
Offline
Show what returns:
lsblk
lsscsi
Offline
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
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
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
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