Thanks for responding; I appreciate it.
I'm sure it is user error insofar as I don't know how to work the program. The problem is that nothing that I've been able to find on Google has been relevant to my particular problem. (And, the "Share" field is blank because I don't know what goes in there.)
Regarding the two commands that you suggested I try-- They both seem to work fine, and this is the output (I don't think it'll cause any security problems to post this here):
Quote:
andrew@andrew-Inspiron-1501 ~ $ smbclient -L 192.168.1.150
Enter andrew's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (andrew-P55A-UD3 server (Samba, Linux Mint))
Videos Disk
Shared Folder Disk
print$ Disk Printer Drivers
HP-Officejet-2620-series Printer HP Officejet 2620 series
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
Server Comment
--------- -------
andrew-Inspiron-1501 server (Samba, Linux Mint)
ANDREW-P55A-UD3 andrew-P55A-UD3 server (Samba, Linux Mint)
Workgroup Master
--------- -------
HOME NORMAN-WEBSERVE
WORKGROUP ANDREW-P55A-UD3
andrew@andrew-Inspiron-1501 ~ $ smbclient //192.168.1.150/Shared\ Folder
Enter andrew's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]
smb: \> ls
. D 0 Sun Jun 14 12:48:46 2015
.. D 0 Sat Jun 13 08:03:03 2015
test folder D 0 Sun Jun 14 12:48:43 2015
new file N 0 Sun Jun 14 12:48:39 2015
46927 blocks of size 16777216. 19497 blocks available
smb: \> pwd
Current directory is \\192.168.1.150\Shared Folder\
|
UPDATE: I was able to find a bash command
on how-to geek, in particular the command
Quote:
sudo mount -t cifs -o username=andrew,password=**** //192.168.1.150/Shared\ Folder /media/NetworkShares/Desktop\ Shared\ Folder
|
mounts the network share "Shared Folder" from the host on my laptop's folder "/media/NetworkShares/Desktop Shared Folder." I created a bash script on my desktop that, in a very non-elegant way, works fairly well. I still don't know what I was doing wrong with the "Connect to server" dialog, though.
Thanks very much to berndbausch for giving me the idea to look into CLI solutions. Now I'll try to mark this as "solved" if I can remember how to do that.