Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 557 Bytes

rpi-auto-mount

Automount helper for raspberry pi and external hdd's

This little console wizard detects all connected drived and modifies the /etc/fstab file for you to automatically mount external hard drives during the boot of your raspberry pi.

##Install Download the file.
wget https://github.com/DarkSmile92/rpi-auto-mount/blob/master/rpi-auto-mount.sh

Make it executable:
sudo chmod +x rpi-auto-mount.sh

##Use Run the script with the following command:
sudo bash rpi-auto-mount.sh

##ToDo

  • Make uid and gid selectable