I want to mount a LAN Network Drive that I can access from Files/Nautilus as soon as I login to my Ubuntu desktop.
I can do this manually with the following command:
sudo mount -t cifs -o user=user,password=***,vers=1.0 //192.168.XX.XX/sda1 /media/sda1/
If I reboot the system, I loose the file location of my drive and find myself running the command again. Another manual method that works is by :
Cntrl+L and then typing smb://192.168.XX.XX/sda1/
Can you recommend me a tutorial that will allow me to accomplish my goal or let me know the steps to mount this Network drive that is attache to my router BTW.