Auto mapping share folder on startup (ubuntu)
- Type sudo crontab -e
- Add line @reboot mount -t smbfs //(ip)/(shared folder) //(your folder)
- You can add option username, password etc. See mount help by type man mount
- Close nano by press CTRL+X then Y and ENTER