Category "unc"

Linking a UNC / Network drive on an html page

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

Python 3: accessing windows share under Linux by UNC path

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