Skip to content

Instantly share code, notes, and snippets.

@metaphys
Created December 29, 2011 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaphys/f52c005ef17fe6b7f2d2 to your computer and use it in GitHub Desktop.
Save metaphys/f52c005ef17fe6b7f2d2 to your computer and use it in GitHub Desktop.
dmesg fuze+ hid
[ 2928.544156] usb 3-1.3: new high speed USB device number 11 using ehci_hcd
[ 2928.645156] usb 3-1.3: New USB device found, idVendor=0781, idProduct=74e1
[ 2928.645161] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2928.645164] usb 3-1.3: Product: Rockbox media player
[ 2928.645166] usb 3-1.3: Manufacturer: Rockbox.org
[ 2928.648458] scsi13 : usb-storage 3-1.3:1.0
[ 2929.650218] scsi 13:0:0:0: Direct-Access Rockbox Internal Storage 0.00 PQ: 0 ANSI: 4
[ 2929.652214] scsi 13:0:0:1: Direct-Access Rockbox SD Card Slot 0.00 PQ: 0 ANSI: 4
[ 2929.657172] sd 13:0:0:0: [sde] 7748864 2048-byte logical blocks: (15.8 GB/14.7 GiB)
[ 2929.659161] sd 13:0:0:1: [sdf] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
[ 2929.661188] sd 13:0:0:0: [sde] Write Protect is off
[ 2929.661193] sd 13:0:0:0: [sde] Mode Sense: 0b 00 00 08
[ 2929.663153] sd 13:0:0:1: [sdf] Write Protect is off
[ 2929.663157] sd 13:0:0:1: [sdf] Mode Sense: 0b 00 00 08
[ 2929.665187] sd 13:0:0:0: [sde] No Caching mode page present
[ 2929.665192] sd 13:0:0:0: [sde] Assuming drive cache: write through
[ 2929.667157] sd 13:0:0:1: [sdf] No Caching mode page present
[ 2929.667161] sd 13:0:0:1: [sdf] Assuming drive cache: write through
[ 2929.674352] sd 13:0:0:0: [sde] 7748864 2048-byte logical blocks: (15.8 GB/14.7 GiB)
[ 2929.682350] sd 13:0:0:0: [sde] No Caching mode page present
[ 2929.682354] sd 13:0:0:0: [sde] Assuming drive cache: write through
[ 2929.684312] sd 13:0:0:1: [sdf] No Caching mode page present
[ 2929.684317] sd 13:0:0:1: [sdf] Assuming drive cache: write through
[ 2929.686341] sde: sde1
[ 2929.689440] sdf: sdf1
[ 2929.698353] sd 13:0:0:0: [sde] 7748864 2048-byte logical blocks: (15.8 GB/14.7 GiB)
[ 2929.706330] sd 13:0:0:0: [sde] No Caching mode page present
[ 2929.706335] sd 13:0:0:0: [sde] Assuming drive cache: write through
[ 2929.706338] sd 13:0:0:0: [sde] Attached SCSI removable disk
[ 2929.708330] sd 13:0:0:1: [sdf] No Caching mode page present
[ 2929.708334] sd 13:0:0:1: [sdf] Assuming drive cache: write through
[ 2929.708337] sd 13:0:0:1: [sdf] Attached SCSI removable disk
[ 2930.820453] FAT-fs (sde1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 2931.435365] FAT-fs (sdf1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment