Just a basic html link question. I have an intranet setup, and I need to link to some network drives. They are located on drives such as \server_drive\blahbla
First, lets ensure that windows share is accesable: $ sudo mkdir /mnt/test Let's try mount, but it's fail: $ sudo mount -t cifs //192.168.0.10/work /mnt/tes