I have successfully mounted the windows share from the linux pc using:
bog@lenovo:~$ sudo mount -t cifs -o
[email protected] //192.168.1.125/mikeisawesome /mnt/winshare
Password for
[email protected]@//192.168.1.125/mikeisawesome: ********
And when I try:
bog@lenovo:~$ exa...