Author Topic: Sharing Folders with PCLinuxOS Machines  (Read 1603 times)

Offline dylan420

  • Full Member
  • ***
  • Posts: 71
Sharing Folders with PCLinuxOS Machines
« on: December 19, 2011, 12:15:54 PM »
I have two machines fully updated running PCLinuxOS 2011.09 KDE4 2.6.38.8-pclos3.bfs kernel.
I wish to share folders between these two machines.
I do not want these folders to be visible to windows machines.
In Control Center, I see options for Sharing, and Network Sharing.
Such as: SMB shares, NFS shares, and WebDAV shares.
I don't know which approach to take and I would like opinions before I explore.
I am asking for advice and opinions on what would be a practical, secure way to do this.

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Sharing Folders with PCLinuxOS Machines
« Reply #1 on: December 19, 2011, 12:24:40 PM »
If you run ssh servers on the machines, take a look at installing sshfs.

Here's a little more detail.

Offline dylan420

  • Full Member
  • ***
  • Posts: 71
Re: Sharing Folders with PCLinuxOS Machines
« Reply #2 on: December 19, 2011, 12:37:34 PM »
I am considering taking the steps as described in this post:
http://www.pclinuxos.com/forum/index.php/topic,93375.0.html

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Sharing Folders with PCLinuxOS Machines
« Reply #3 on: December 19, 2011, 12:48:29 PM »
Samba (SMB, now known as CIFS) will be visible to Windows.

...
I do not want these folders to be visible to windows machines.
...

Otherwise, it's a good path to follow...

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Sharing Folders with PCLinuxOS Machines
« Reply #4 on: December 19, 2011, 12:53:33 PM »
I am considering taking the steps as described in this post:
http://www.pclinuxos.com/forum/index.php/topic,93375.0.html


Of course, that's also an option.
You can restrict the access to the shared folders by specifying the IP addresses of the allowed hosts:
Host Allow:  192.168.1.100
This will restrict the access to a single remote machine instead of the whole local network, change the IP address accordingly to your LAN setup.

AS

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10633
  • MLUs Forever!
Re: Sharing Folders with PCLinuxOS Machines
« Reply #5 on: December 19, 2011, 02:03:18 PM »
There is NFS and also FISH ......  might be more suitable for what you need.
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline dylan420

  • Full Member
  • ***
  • Posts: 71
Re: Sharing Folders with PCLinuxOS Machines
« Reply #6 on: December 19, 2011, 03:43:29 PM »
After reading about the different methods of sharing drives or directories between linux machines, I have decided to go with NFS.
I am going to be following this tutorial:   
Setup NFS server/client  http://www.pclinuxos.com/forum/index.php?topic=66668.0

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10633
  • MLUs Forever!
Re: Sharing Folders with PCLinuxOS Machines
« Reply #7 on: December 19, 2011, 05:22:46 PM »
I use NFS for sharing my local repository, but have to say that Fish is the easiest of all .....  practically no set up

http://www.pclinuxos.com/forum/index.php/topic,80916.0.html

« Last Edit: December 19, 2011, 05:28:28 PM by Just18 »
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Sharing Folders with PCLinuxOS Machines
« Reply #8 on: December 20, 2011, 06:35:39 AM »
I use NFS for sharing my local repository, but have to say that Fish is the easiest of all .....  practically no set up

http://www.pclinuxos.com/forum/index.php/topic,80916.0.html




fish is ssh-based.  I think it may be deprecated by sftp (I find sftp:// more reliable in Dolphin/Konqueror now, than fish://, though fish is still used in mc).  sshfs is also ssh based (so similarly, little setup), however it mounts to an actual local directory, and is then application agnostic.


Offline mantis3dfx

  • New Friend
  • *
  • Posts: 7
Re: Sharing Folders with PCLinuxOS Machines
« Reply #9 on: February 24, 2012, 06:03:29 PM »
I found an excellent article in the magazine for walking you through networking PCLOS using the features already available, WITHOUT adding/downloading other apps which when viewed along with the original apps, simply adds to the complexity and therefore confusion. 
Problem is, like so many other excellent tutorials on the web, most don't appear to have been updated to suit evolving changes to the system, and are a couple of years old.  If only those excellent tutorials were "tweaked" along with the system evolution, most people wouldn't be having these issue's.
Here's an example of such an article, which you get part way through, only to find after you've committed to the tutorial, that the structure of the "PCLinuxOS Control Center" has been changed enough since the article was written that you come up against a dead end part way through.

http://pclosmag.com/html/Issues/200909/page05.html

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10633
  • MLUs Forever!
Re: Sharing Folders with PCLinuxOS Machines
« Reply #10 on: February 24, 2012, 06:33:24 PM »
I found an excellent article in the magazine for walking you through networking PCLOS using the features already available, WITHOUT adding/downloading other apps which when viewed along with the original apps, simply adds to the complexity and therefore confusion. 
Problem is, like so many other excellent tutorials on the web, most don't appear to have been updated to suit evolving changes to the system, and are a couple of years old.  If only those excellent tutorials were "tweaked" along with the system evolution, most people wouldn't be having these issue's.
Here's an example of such an article, which you get part way through, only to find after you've committed to the tutorial, that the structure of the "PCLinuxOS Control Center" has been changed enough since the article was written that you come up against a dead end part way through.

http://pclosmag.com/html/Issues/200909/page05.html


Mag articles are dated and published -- so not editable.

So, maybe you could update such an article and have it published in the mag  ;)
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Sharing Folders with PCLinuxOS Machines
« Reply #11 on: February 24, 2012, 07:49:07 PM »
I found an excellent article in the magazine for walking you through networking PCLOS using the features already available, WITHOUT adding/downloading other apps which when viewed along with the original apps, simply adds to the complexity and therefore confusion. 
Problem is, like so many other excellent tutorials on the web, most don't appear to have been updated to suit evolving changes to the system, and are a couple of years old.  If only those excellent tutorials were "tweaked" along with the system evolution, most people wouldn't be having these issue's.
Here's an example of such an article, which you get part way through, only to find after you've committed to the tutorial, that the structure of the "PCLinuxOS Control Center" has been changed enough since the article was written that you come up against a dead end part way through.

http://pclosmag.com/html/Issues/200909/page05.html


You might have a look at the PCLinuxOS knowledge base here http://pclinuxoshelp.com under the how-to section




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline panex

  • Jr. Member
  • **
  • Posts: 19
Re: Sharing Folders with PCLinuxOS Machines
« Reply #12 on: March 23, 2012, 06:57:13 PM »
I found an excellent article in the magazine for walking you through networking PCLOS using the features already available, WITHOUT adding/downloading other apps which when viewed along with the original apps, simply adds to the complexity and therefore confusion. 
Problem is, like so many other excellent tutorials on the web, most don't appear to have been updated to suit evolving changes to the system, and are a couple of years old.  If only those excellent tutorials were "tweaked" along with the system evolution, most people wouldn't be having these issue's.
Here's an example of such an article, which you get part way through, only to find after you've committed to the tutorial, that the structure of the "PCLinuxOS Control Center" has been changed enough since the article was written that you come up against a dead end part way through.

http://pclosmag.com/html/Issues/200909/page05.html


You might have a look at the PCLinuxOS knowledge base here http://pclinuxoshelp.com under the how-to section

That howto is out of date as well. For example it tells you to go Sharing>Manage Samba Shares and enable Allow All Users. But manage samba shares does not exist anymore, and there are no options to simple allow all users anywhere else in PCC from what I can tell.