LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-27-2012, 09:03 AM   #1
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
File Sharing over local Network


I have been trying different things over the last two weeks and nothing seems to work.
I have SlackWare 13.37/Xfce. Been trying browse files over the network and I just simple find that no possible with Thunar.

I have installed gvfs-1.8.2-i486-3_rlw.txz and doesn't seem to be working

Does this need aditional software in SlackWare? I read on other distros either gvfs-fuse or fuse-smb are needed.

I will appreciate any advice as this will reduce the amount of hrs typing in terminal.

I am using samba to connect two Linux boxes.

Thank you.

Last edited by TroN-0074; 01-27-2012 at 09:05 AM.
 
Old 01-27-2012, 10:09 AM   #2
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Rep: Reputation: 45
You mention Linux only, so Samba is superflous. Go with NFS instead.

Here you are: http://nfs.sourceforge.net/nfs-howto/ar01s03.html
 
Old 01-27-2012, 11:28 AM   #3
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Original Poster
Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Yes I considered NFS but there are few things to consider:

It requires to install additional software in both computers and if I already have a samba server I thought to go with that.

Also in this case I am trying to get two linux boxes but my network is multiplatform.

I was also told that installing more applications means open more wholes which I am sure no body wants.

I am actually accessing to my shares from other distros but lucky me I am using Xfce in SlackWare and Thunar doesnt have native network browsing

I also access to my shares from SlackWare from the command line but I need to do so from a GUI so I can actually open the files from the client like: view a PDF or remotly edit a spreadsheet in the server.
Thank you I appreciate it all advices.

Last edited by TroN-0074; 01-27-2012 at 11:38 AM.
 
Old 01-27-2012, 11:43 AM   #4
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Quote:
Originally Posted by TroN-0074 View Post
I also access to my shares from SlackWare from the command line but I need to do so from a GUI so I can actually open the files from the client like: view a PDF or remotly edit a spreadsheet in the server.
Thank you I appreciate it all advices.
Is there any reason you can't mount the shares using mount.cifs and then browse them directly in Thunar (as if they were local folders)?
Code:
sudo mount.cifs //server/share /path/to/mnt -o domain=SambaDomain,rw,file_mode=0777,dir_mode=0777,uid="$USER",username=sambaUserName,password=sambaPassword
 
1 members found this post helpful.
Old 01-27-2012, 12:01 PM   #5
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Rep: Reputation: 45
I can't remember installing anything for NFS. As far as I can recall, just edit a few files, start/restart the services and go. I have been wrong before, it was a while ago. But Samba or gvfs is surely no shorter road.
 
Old 01-27-2012, 12:10 PM   #6
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Original Poster
Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by thund3rstruck View Post
Code:
sudo mount.cifs //server/share /path/to/mnt -o domain=SambaDomain,rw,file_mode=0777,dir_mode=0777,uid="$USER",username=sambaUserName,password=sambaPassword
Thank you I have two questions.
/path/to/mnt can this be like /home/user or it has to be an specific directory in the /root partition? will I have to edit my fstab file?

my other question is
domain=SambaDomain will this be the name of the computer where my samba server is installed?

Thank you I will try that hopefully it works this time.
I really appreciate it

Last edited by TroN-0074; 01-27-2012 at 12:11 PM.
 
Old 01-27-2012, 12:21 PM   #7
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Quote:
Originally Posted by TroN-0074 View Post
Thank you I have two questions.
/path/to/mnt can this be like /home/user or it has to be an specific directory in the /root partition? will I have to edit my fstab file?

my other question is
domain=SambaDomain will this be the name of the computer where my samba server is installed?

Thank you I will try that hopefully it works this time.
I really appreciate it
You don't need, and there's no need to mount these shares out in /mnt or off the base file system (we use: ~/Network/ServerName/ShareName)

As for the domain, that's the domain the samba server is on. By default that is 'WORKGROUP' but if you're like me and have samba as a member on a Windows domain then it will be the name of the domain the samba is in.

Here's an obligatory HOWTO
 
Old 01-27-2012, 12:35 PM   #8
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Original Poster
Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Great, Thank you both I will give this suggestions a try.
I'll post feedbacks.
 
Old 01-27-2012, 05:17 PM   #9
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Tron: give this a go: http://slackbuilds.org/repository/13...yneighborhood/

No need to manually mount anything. As soon as you connect and browse it'll open directories in Thunar.
 
1 members found this post helpful.
Old 01-27-2012, 07:30 PM   #10
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Original Poster
Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Thank you. It is working, Graphical User Interface sharing files just fine now.
I would buy a pizza for you guys! Now off to cold my head.
 
  


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
Setting up printer and File sharing ONLY on Local Network ngjunkie0011 Linux - Networking 5 10-10-2008 04:10 PM
Krfb (Desktop Sharing) outside local network? FooAtari Linux - Desktop 0 05-20-2008 10:09 AM
Printer sharing/ local network cotom Linux - Newbie 3 10-02-2005 08:58 AM
Suse 9.2 Sharing Printers over local network via CUPS gherikill SUSE / openSUSE 4 01-10-2005 12:50 PM
how to get primary logon network, Access control,File sharing & printer sharing info dileepkk Linux - Networking 2 07-06-2004 06:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:13 PM.

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