Posts

Showing posts from February 9, 2019

Mount cifs of shared windows folder problem

Image
0 I've some issues with a windows share on Ubuntu 14.04 LTS. Installed cifs utils`: sudo apt-get install cifs-utils Created mountpoint sudo mkdir /mnt/temp Trying to mount a shared folder sudo mount -t cifs //fileserver/share /mnt/temp -o username=user,password=xxx My problem is that the console hangs forever. I've waiting several minutes. If I enter wrong user/password it tells me Permission denied. Update: Response from Ubuntu Host computer: nmap -p -v 445 fileserver -P0 host seems down / Filesharing seems to work though! Ubuntu client computer (Inside vmware): nmap -p -v 445 fileserver -P0 Host seems down / Filesharing doesn't work! Maybe a lead: To autorize the fileshare I have to login on the domain. Any suggestions?