Results 1 to 4 of 4
When I plug the suffle in, dmesg looks good and puts it at sdb : sdb1, but /dev/sdb1 is never created.
Other thumb drives mount fine at /dev/sdb1 and the ...
- 08-29-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
1st gen iPod shuffle will not mount
When I plug the suffle in, dmesg looks good and puts it at sdb : sdb1, but /dev/sdb1 is never created.
Other thumb drives mount fine at /dev/sdb1 and the shuffle mounts fine on my other debian box at /dev/sdb1. I just installed on this system and it's a pretty sparse install so I'm wondering if I'm missing some firmware.
dmesg output:
[ 786.840145] usb 1-6: new high speed USB device using ehci_hcd and address 8
[ 786.974276] usb 1-6: New USB device found, idVendor=05ac, idProduct=1300
[ 786.974283] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 786.974289] usb 1-6: Product: iPod
[ 786.974293] usb 1-6: Manufacturer: Apple
[ 786.974297] usb 1-6: SerialNumber: 000A2700106917C4
[ 786.974493] usb 1-6: configuration #1 chosen from 2 choices
[ 786.975864] scsi7 : SCSI emulation for USB Mass Storage devices
[ 786.976123] usb-storage: device found at 8
[ 786.976127] usb-storage: waiting for device to settle before scanning
[ 791.977375] usb-storage: device scan complete
[ 791.978001] scsi 7:0:0:0: Direct-Access Apple iPod 2.70 PQ: 0 ANSI: 4
[ 791.979374] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 791.980729] sd 7:0:0:0: [sdb] 1010432 512-byte logical blocks: (517 MB/493 MiB)
[ 791.981621] sd 7:0:0:0: [sdb] Write Protect is off
[ 791.981626] sd 7:0:0:0: [sdb] Mode Sense: 64 00 00 08
[ 791.981631] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 791.983777] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 791.983784] sdb: sdb1
[ 791.988408] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 791.988416] sd 7:0:0:0: [sdb] Attached SCSI removable disk
- 08-30-2010 #2
Try with sdb instead pf sdb1, some devices do not have partition tables.
- 08-30-2010 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 2
It does have a partition though, fdisk /dev/sdb shows one vfat partition at sdb1.
- 08-30-2010 #4
Have you tried to create mount point ( /media/sdb1 ) and mount it manually?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
