1
I use an Ubuntu Desktop 16.04. I have a file server on my network but cannot list that server on my Desktop. This server is an Ubuntu Server.
Simply no server appears on my network list. When I try to map via command line, the following error appears, remembering that I already have cifs support installed:
mount error(95): Operation not supported Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
What command are you using?
– Zumo de Vidrio
@Zumodevidrio sudo mount -t cifs //3.3.199/public /media/sharename --verbose -o user=mario
– Mario Miranda