LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-26-2011, 03:53 AM   #1
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275
Blog Entries: 5

Rep: Reputation: 40
Sharing files on 2 laptops one with MS one with linux


I feel kinda stupid asking this, Because basically I just want help on what to search google for. I want to figure how to do this on my own, but need assistance in what direction to start. Here's the run down:

I want to be able to access my girlfriends laptop (and have her access mine if needed), but do not want to be able to change settings or anything. I want to be able to put files (roms for emulators, wallpapers, documents,etc) in a shared folder that she can open and put in whatever directory she wants them in. She has a Dell Latitude D420 with XP (service pack 3) and I have Fujitsu lifebook series 5 - s6240 (distros info to left under my name) with the 2.6.35 kernel. If this can be done wirelessly that would be prefered.

So do I want to look for instructions on how to network the 2? or is there some other way to go about this? Networking is the only way I can think of, But haven't set up a network since windows95/98, cords, and a dell 256 was the norm, never have I done it with linux, and have no idea how linux/windows should or will interact with each other.

Links, tutorials, or just a general search string for me to enter in google would be appreciated to the fullest extent.
 
Old 05-26-2011, 03:58 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

If you want it to be easy to maintain, bi-directional, propagating updates only, working across platforms, then have a look at Unison File Synchronizer. After setting it up, just drop whatever file you want to share in the synchronized directory, be it in Windows or in Linux, and it will be replicated to the other host automatically. Changes you or your girlfriend make in any document will be propagated to the other side too if you want it to, so at any time you both will have the same files.

Kind regards,

Eric
 
1 members found this post helpful.
Old 05-26-2011, 03:58 AM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
The key word here is "samba" which is used to share data between linux and windows boxes.
http://www.linuxdoc.org/HOWTO/SMB-HOWTO.html#toc7

There are many other tutorials on the net.
 
1 members found this post helpful.
Old 05-26-2011, 04:08 AM   #4
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
Eric:

Unison looks like a good bet! I'm reading the main page and FAQ now. Thanks alot for your help.


sycamorex:

I have heard (well read) about Samba and was already looking that up, it's good to see it recommended for my situation though. The link you gave looks pretty in-depth and will probably be my main consulting point (not to say I won't look up others though) I am grateful for the help.


If I where to get both unison and samba would it cause any contridictions or damage? or is this a case where I would be using one or the other?

Last edited by Hevithan; 05-26-2011 at 04:09 AM. Reason: Spelling
 
Old 05-26-2011, 04:13 AM   #5
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

If you go with Samba you'd be sharing the same location so there would be no use for a synchronizer. I pointed you to Unison since it's very easy and involves very little configuration. You would have two copies (albeit synchronized) of the documents instead of one (shared over Samba).

Kind regards,

Eric
 
1 members found this post helpful.
Old 05-26-2011, 04:14 AM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by Hevithan View Post
If I where to get both unison and samba would it cause any contridictions or damage? or is this a case where I would be using one or the other?
I don't think they would clash with each other, but using both at the same time seems a bit pointless. Initially, you could set up both and then decide which one works better for you.
 
1 members found this post helpful.
Old 05-26-2011, 04:21 AM   #7
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
Quote:
Originally Posted by sycamorex View Post
I don't think they would clash with each other, but using both at the same time seems a bit pointless. Initially, you could set up both and then decide which one works better for you.
That sounds like a plan. As Eric said I like the idea of very easy to use and little config needed. But I will install both, and see which tickles my fancy.
Marking as solved now. Thank you both for your quick and useful advice.
 
Old 05-26-2011, 04:25 AM   #8
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

You're welcome. Enjoy Linux.

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sharing a bootable RHEL5-64bits disk between 2 differents laptops patafrom Red Hat 1 10-01-2010 05:05 AM
PROBLEM PLAYING AUDIO FILES ON ICH9 Family Chipset LAPTOPS running LINUX 2.6 kernel boonstrap Linux - Laptop and Netbook 1 02-25-2009 03:52 PM
kubuntu-vista laptops sharing pcmcia internet, possible? MoXplorer Linux - Networking 6 03-31-2007 06:57 PM
Can linux/Samba and wireless connected XP laptops share files and print? Spearhead40 Linux - Wireless Networking 1 08-17-2006 02:05 PM
Sharing a directory between two laptops Scarfy Linux - Networking 4 05-17-2006 05:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration