LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-11-2012, 08:11 AM   #1
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Rep: Reputation: 21
Question Home network under Lubuntu


Hi everyone,

I have a challenge which needs to be solved: I have 2 desktop systems both running Lubuntu 12.04.

PC-1 is mainly used as my main desktop system.
PC-2 is connected to my flatscreen tv for playing movies. Connected to this system is a 1.5 Terabyte external HDD disc which needs to be accessible from PC-1 (green line)

Both systems are connected to the router (red line).

How do I get network access from PC-1 to PC-2 and get access to my ext. HDD disc through the network? It is merely for data transfer (movies/music).

Anybody here who can give me an easy step-by-step explanation on how to fix this?

Many thanks in advance!
Attached Thumbnails
Click image for larger version

Name:	network.png
Views:	29
Size:	26.6 KB
ID:	10934  
 
Old 10-11-2012, 08:26 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
for a full gui expereince, just use sftp in nautilus or such like

http://linux.about.com/od/ubuntu_doc/a/ubudg10t9.htm
 
Old 10-11-2012, 08:41 AM   #3
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by acid_kewpie View Post
nautilus
As i mentioned in my first post, i'm using Lubuntu. And lubuntu doesn't come with Nautilus, it has PcMANfm.
 
Old 10-11-2012, 08:45 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, so use that then. it appears to also be a gvfs client so will work the same
 
Old 10-11-2012, 09:19 AM   #5
rizzy
Member
 
Registered: Mar 2004
Distribution: Debian
Posts: 285

Rep: Reputation: 69
you could try gigolo - it is a simple network drive manager based on GTK.
http://www.uvena.de/gigolo/index.html

The program is in Ubuntu software centre so just sudo apt-get install gigolo
 
Old 10-11-2012, 10:04 AM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
NFS seems like the most logical choice to me.
 
Old 10-11-2012, 11:44 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by suicidaleggroll View Post
NFS seems like the most logical choice to me.
Why would that be more logical than sftp?
 
Old 10-11-2012, 11:50 AM   #8
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
I guess it depends on what his intentions are. If he just wants to transfer data from the external drive to PC1, sftp would work fine. I was under the impression he he wanted to share the data on the disk between two Linux systems. NFS would allow him to mount the external drive on PC2, and then share that mount via NFS with PC1. In the end, both machines will have direct access to the data on the external drive as if it were local. They could auto-mount the drive on boot, browse the contents graphically or on the command line, and play the media files directly without having to copy them from PC2 to PC1 first. The fact that the data actually lived on an external drive connected to PC2 would be transparent to its use on either machine.

Last edited by suicidaleggroll; 10-11-2012 at 11:52 AM.
 
Old 10-11-2012, 01:21 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well for a home network you can do all the same things with a service that already exists, unlike having to go through the hassle of learning about NFS. fuse will allow a fixed mount of sftp if that's what they want.
 
Old 10-11-2012, 01:32 PM   #10
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Samba's easier to learn than NFS, but either would work fine...
 
Old 10-11-2012, 01:39 PM   #11
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by acid_kewpie View Post
well for a home network you can do all the same things with a service that already exists, unlike having to go through the hassle of learning about NFS. fuse will allow a fixed mount of sftp if that's what they want.
He'd still have to learn how to use fuse. The overhead of nfs is also significantly less, leading to faster throughput and less processor overhead. Since he has movies on this remote system, the differences could become significant.

Last edited by suicidaleggroll; 10-11-2012 at 01:43 PM.
 
Old 10-15-2012, 01:20 AM   #12
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Original Poster
Rep: Reputation: 21
Gents,

Please don't start a discussion here. I haven't tried the given solution yets due to a carproblem which i had to fix.

I've read about Gigolo which can do the trick as well?
 
Old 10-15-2012, 02:20 AM   #13
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
erm... sorry? Heaven forbid we might wish to discuss the best way to help you...

any gvfs gui will work with gvfs, you should not need to install a new client at all though, you'll ahve somethign there already to do the job.
 
  


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
Simple VPN to link my home network to my father's and fiancees home networks christiansacks Linux - Networking 3 09-14-2012 01:55 PM
network lubuntu to windows 7 in2media Linux - Newbie 3 08-06-2012 10:57 AM
Connecting to a LINKSYS home wireless home network billy2b@aol.com Linux - Wireless Networking 3 10-04-2011 06:52 PM
Is this a secure way to set up a home network (with network storage) ? phildacey Linux - Security 2 08-24-2006 04:25 AM
Newbie wanna setup up a linux network on existing home network... marvc Linux - Networking 3 03-19-2003 09:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:56 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