I have followed this guide
http://elinux.org/R-Pi_NAS
I have used 2 identical 2 T USB drives. They are in powered enclosures.
I did this sudo mkdir /home/shares/public/disk1, followed by sudo mkdir /home/shares/public/disk2
then sudo mount /dev/sda1 /home/shares/public/disk1, followed by sudo mount /dev/sdb1 /home/shares/public/disk2
This works fine but sometimes after a reboot, disk 1 will be mounted here /home/shares/public/disk2 and vice versa
How do I force them to mount in the correct place?
Also how do I get them to power/spin down to save power/wear when they are not being accessed?
Thanks