I have a raspberry pi that has an external drive that mounts via fstab. Sometimes the pi refuses to boot when the external drive doesn't spin up fast enough (albeit the drive is quite old). Is there any way to force the pi to force the drive?
Device - Raspberry Pi 3 OS - Raspbian Hard Disk - 1TB Portable Seagate External (No External Power Supply) Raspberry - Power supply Apple 10W Charger 5.1V 2.1A Mount Method - fstab (
/dev/sda1 /media/rfts auto noatime 0 0
fstab
? What power? Have you measured voltage? – Milliways May 25 '16 at 12:03fstab
also appears to contain errors (tryautofs
or better actually specify actual fs), but if the Pi won't boot it is more likely to be a power issue. See http://raspberrypi.stackexchange.com/a/47642/8697. The Pi3 Should work with a good supply, but these seem to be rare. – Milliways May 26 '16 at 01:34