- Code: Select all
sudo mount -t ext4 -o uid=pi,gid=pi /dev/sda /media/USBDRIVE/
I get "/dev/sda" is not a valid block device.
If I use:
- Code: Select all
sudo mount -t ext4 -o uid=pi,gid=pi /dev/sda1 /media/USBDRIVE/
I get:
mount: special device /dev/sda1 does not exist
However, when I do a:
- Code: Select all
tail -f /var/log/messages
I see the device listed as sda, but it does say "Spinning up..." for a long time, and then "......................................not responding".
I have the drive plugged into a powered USB hub attached to the pi. Could this be an under-powered hub? It's the only thing I can think of at this point. I could use an experts opinion, though, as I'm most definitely not!
Q