LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2011, 12:57 PM   #1
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
I can't mount mp3-player with "mount"


Hello guys!
I connect my MP3-player to USB-port, /dev/sdb appears, but no /dev/sdb1, so I can't mount it (no automount in the system). Filesystem of the player seems to be FAT32. "dosfstools" and "mtools" are installed. Why is there no sdb1?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 04-09-2011, 01:55 PM   #2
Sjonnie48
Member
 
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308

Rep: Reputation: 43
Did you try lsusb?
 
Old 04-09-2011, 01:59 PM   #3
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I would look at dmesg and /var/log/messages just after the player is connected. This will show what the kernel does. It may show details about why it doesn't detect a file system.
 
Old 04-09-2011, 04:52 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I have had audio players that show as simply as /dev/sdd and mounted them successfully. I blogged the story here.

Did you create a mountpoint and have you tried putting the device in your fstab?
 
2 members found this post helpful.
Old 04-10-2011, 09:40 AM   #5
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Sjonnie48 View Post
Did you try lsusb?
Code:
Bus 001 Device 004: ID 071b:3203 Domain Technologies, Inc. Rockchip Media Player
Quote:
I would look at dmesg
After connecting:
Code:
usb 1-1: new high speed USB device using ehci_hcd and address 4
Initializing USB Mass Storage driver...
usb-storage 1-1:1.0: Quirks match for vid 071b pid 3203: 400
scsi2 : usb-storage 1-1:1.0
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver uas
scsi 2:0:0:0: Direct-Access     ROCKCHIP USB MP3          1.00 PQ: 0 ANSI: 0
sd 2:0:0:0: Attached scsi generic sg3 type 0
sd 2:0:0:0: [sdb] 8081408 512-byte logical blocks: (4.13 GB/3.85 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
 sdb:
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
Quote:
and /var/log/messages
Code:
Apr 10 18:31:24 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 4
Apr 10 18:31:25 localhost kernel: Initializing USB Mass Storage driver...
Apr 10 18:31:25 localhost kernel: usb-storage 1-1:1.0: Quirks match for vid 071b pid 3203: 400
Apr 10 18:31:25 localhost kernel: scsi2 : usb-storage 1-1:1.0
Apr 10 18:31:25 localhost kernel: usbcore: registered new interface driver usb-storage
Apr 10 18:31:25 localhost kernel: USB Mass Storage support registered.
Apr 10 18:31:25 localhost kernel: usbcore: registered new interface driver uas
Apr 10 18:31:26 localhost kernel: scsi 2:0:0:0: Direct-Access     ROCKCHIP USB MP3          1.00 PQ: 0 ANSI: 0
Apr 10 18:31:26 localhost kernel: sd 2:0:0:0: Attached scsi generic sg3 type 0
Apr 10 18:31:26 localhost kernel: sd 2:0:0:0: [sdb] 8081408 512-byte logical blocks: (4.13 GB/3.85 GiB)
Apr 10 18:31:26 localhost kernel: sd 2:0:0:0: [sdb] Write Protect is off
Apr 10 18:31:26 localhost kernel: sdb:
Apr 10 18:31:26 localhost kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Quote:
Did you create a mountpoint and have you tried putting the device in your fstab?
Of course I created a mountpoint, but I can't mount it since there's no partiton on sdb. And I don't know how can fstab help... Nothing to mount.

I'll read the article now.
 
Old 04-10-2011, 09:51 AM   #6
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
The article helped, thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Invalid mount option when attempting to mount the volume." on plugging USB sumeet inani Linux - Newbie 5 02-23-2010 09:40 PM
busybox mount iso: "mount could not find a spare loop device" error frenchn00b Linux - General 0 01-08-2010 02:37 AM
"mount.nfs: an incorrect mount option was specified" (soft) catkin Linux - Networking 2 09-19-2009 05:30 AM
why only "mount /dev/sda /mnt/usb" works and not "mount /dev/sda1..." ? gromot Linux - General 7 05-19-2009 10:18 AM
problems with smbfs mount-point in /etc/fstab - "mount -a" works, but not at boottime MarkSide Linux - Software 4 11-20-2005 03:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration