I'm trying to follow intructions found here (http://www.jeremymorgan.com/tutorials/raspberry-pi/how-to-raspberry-pi-file-server/) on how to set up a file server with the Raspberry pi, but cannot mount my drive. The error I get is cannot find /dev/sda1. When I look into /dev, I see that I have no folders /DEV/SDA. Why is that and how can I create them?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
Try As mentioned in my comment, do not plug the device into the pi after boot. Plug it in before you power up or use a hub. |
|||||
|
tail -f /var/log/messagespart of that tutorial work?? Do you see anything that indicates the USB devices enumerating? – Lord Loh. Feb 21 at 6:19# mknod /dev/sda1 b 8 1it ran but did not return anything, and nothing was created – Bunny_ross Feb 21 at 13:06