I'm using the following command to mount a network drive:
sudo mount -t cifs //192.168.15.10/web -o username=user,password=pass /mnt/fileserver
I've verified that the location, username, and password are all correct with the network administrator. But I'm not able to access it via /mnt/fileserver
I should point out that the destination folder is on a windows file server.