Getting files from a local windows machine

111 views
Skip to first unread message

Richard Reina

unread,
May 6, 2015, 8:44:48 AM5/6/15
to luni-chicago
I am needing to periodically pull files from a local windows machine (never visa versa) to a Debian machine so I have created a shared directory on the windows PC according to the instructions in this tutorial: http://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/

However, when I do:

mount.cifs //Bootes/Users/rushlog/Documents/HAND-OFF /home/richard/windows_share/ -o user=rushlog

I am prompted for a password (I assume it's the windows password for user rushlog) which I type in and then I end up with the error:

Unable to find suitable address.

tail /var/log/syslog says this:

May  6 07:48:48 bootes kernel: [13477191.466908] CIFS VFS: Error connecting to socket. Aborting operation
May  6 07:48:48 bootes kernel: [13477191.467082] CIFS VFS: cifs_mount failed w/return code = -111

Any help would be greatly appreciated.

Thanks

Richard

Arun Khan

unread,
May 6, 2015, 10:09:08 AM5/6/15
to LUNI
On Wed, May 6, 2015 at 6:14 PM, Richard Reina <gator...@gmail.com> wrote:
>
> However, when I do:
>
> mount.cifs //Bootes/Users/rushlog/Documents/HAND-OFF
> /home/richard/windows_share/ -o user=rushlog
>
> I am prompted for a password (I assume it's the windows password for user
> rushlog) which I type in and then I end up with the error:
>
> Unable to find suitable address.

This could by your problem //Bootes is not resolving.
Try IP number of the Windows PC e.g. //<IP number>/foobar/blah

HTH,
-- Arun Khan

Richard Reina

unread,
May 6, 2015, 10:10:31 AM5/6/15
to luni-c...@googlegroups.com
Yep! Tried using the IP address and that worked like a charm.

Thanks
> --
> You received this message because you are subscribed to the Google Groups "Linux Users of Northern Illinois" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to luni-chicago...@googlegroups.com.
> To post to this group, send email to luni-c...@googlegroups.com.
> Visit this group at http://groups.google.com/group/luni-chicago.
> For more options, visit https://groups.google.com/d/optout.

Arun Khan

unread,
May 8, 2015, 12:45:13 AM5/8/15
to LUNI
On Wed, May 6, 2015 at 7:40 PM, Richard Reina <gator...@gmail.com> wrote:
> Yep! Tried using the IP address and that worked like a charm.
>

Good. To use Nebios names instead of IP number, you need the NMB
service (Samba server).

-- Arun Khan
Reply all
Reply to author
Forward
0 new messages