LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Networking with Windows (https://www.linuxquestions.org/questions/linux-newbie-8/networking-with-windows-4175503564/)

elkade 05-01-2014 07:31 AM

Networking with Windows
 
Windows shares with Windows. I am really struggling to share with my LM Petra Cinnamon and Windows 7. I have tried several helps, with no results. There has to be a fairly simple way of doing this.

Any help would be appreciated.

Thanks,

Larry

eklavya 05-01-2014 07:38 AM

What have you tried yet?

Did you not install cygwin on windows and ssh on Cinnamon?

schneidz 05-01-2014 07:51 AM

with anything windows related i think you will need to use samba (unless windows is now able to nfs which would be preferred)

theres also sshfs but i dont think that worx on windows ?

DJ Shaji 05-01-2014 04:24 PM

What do you mean by sharing, and in which direction? You could run an ftp server on either or both machines, or an ssh server. samba seemed surprisingly confusing to me, and in my humble opinion a standard standard ought to be the way to go.

A very simple solution is ssh + freeSSHd + sshfs.

Best of luck!

frankbell 05-01-2014 08:25 PM

For simple sharing of directories, I use Samba. A couple of pointers:

Samba client is the package that enables you to browse shares on other computers.

Samba server is the package that enables you to make shares on a Linux computer available to be browsed. Many distros come with Samba client installed, but may not have Samba server installed. Check your package manager to find out.

The directories to be shared must be configured as "shared" in the directory permissions, as well as being named in the Samba configuration file (/etc/samba/smb.conf).

Sharing directories with that stupid Windows "homegroup" thingee works only with other Windows machines. Use so-called "simple sharing" instead.

The first time I set up Samba server, it took me about a week of poking at it on evenings and weekends; it was worth the effort, not only because of what I was able to do, but also because of what I learned along the way.

The most useful reference I found was Samba by Example. There's a PDF here.


All times are GMT -5. The time now is 01:33 AM.