Code: Select all
sudo mount -t ext4 -o uid=pi,gid=pi /dev/sda /media/USBDRIVE/ If I use:
Code: Select all
sudo mount -t ext4 -o uid=pi,gid=pi /dev/sda1 /media/USBDRIVE/ However, when I do a:mount: special device /dev/sda1 does not exist
Code: Select all
tail -f /var/log/messagesI 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
