Hi All,
I am currently customising my pi to be a portable wifi-router and media hub. The intent is to be able to connect my phone, tablet or laptop to the Pi wireless network and stream media from a USB drive.
This all works spectacularly well with my current setup using a standard USB pen-drive, but some of the drives i have used (including a 120GB flash drive in a powered caddy) dont show up with fdisk -l. They appear in lsusb:
Bus 001 Device 005: ID 13fd:1840 Initio Corporation Shintaro SH23SDOCK Hard Drive Docker [INIC-1608L]
During boot, or re-plug dmesg shows that the device is being seen:
[ 16.095386] scsi0 : usb-storage 1-1.3:1.0
[ 17.103147] scsi 0:0:0:0: Direct-Access Generic External 1.08 PQ: 0 ANSI: 4
[ 17.109218] sd 0:0:0:0: [sda] Attached SCSI removable disk
but the nodes are not created off of /dev and fdisk does not list the drive (let alone any partitions).
I have tried manually creating the nodes, and then fdisk will list something, but the listed item is nowhere near the size of the actual drive.
The drive itself works fine on my mac; i have re-formatted it a number of times and settled (for testing purpose) on FAT which works with the USB keys i tried earlier.
I should point out that several USB drives and SD Cards have also exhibited the same behaviour up until i formatted them.
Any clues? Am at a loss. I ordered a powered caddy from the internet which seems to work just fine on the offchance that it was related to bus power issues, but powering it up does not seem to make much difference.
Any help would be much appreciated as this is the final barrier to my portable-movie-streaming goodness!
Mike