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 - 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 01-05-2012, 03:48 PM   #1
markmando
LQ Newbie
 
Registered: Aug 2009
Location: Treasure Island, FL
Distribution: Kubuntu 9.0.4 (?)
Posts: 3

Rep: Reputation: 0
mint linux network q


I have a wireless/wire linksys router with 3 linux (of various flavors) clients (A,B,C all are currently connected via above Linksys to Internet) and I want to share files between them on a LINUX only LAN. I got the 'share' package and 'shared' a ext4 HD (on A) on network but when I try to access that directory from a different client (B) I get error stating I cannot mount the HD (something like that) The shared HD is mounted (on A). So I am at a loss what next. Anyone have any suggestions?
 
Old 01-05-2012, 04:27 PM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Welcome to LQ!!!

Questions for you:

1. Which linux distributions are you using on your machine A, B and C?
2. Which service are you using for file sharing?
3. What is the exact error message that you get?
4. Firewall status on all 3 machines.

Apart from above questions please run the following commands on machine A and paste the output in this thread:

1.
Code:
df -h
2.
Code:
mount
 
Old 01-05-2012, 08:02 PM   #3
markmando
LQ Newbie
 
Registered: Aug 2009
Location: Treasure Island, FL
Distribution: Kubuntu 9.0.4 (?)
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by T3RM1NVT0R View Post
Welcome to LQ!!!

Questions for you:

1. Which linux distributions are you using on your machine A, B and C?
2. Which service are you using for file sharing?
3. What is the exact error message that you get?
4. Firewall status on all 3 machines.

Apart from above questions please run the following commands on machine A and paste the output in this thread:

1.
Code:
df -h
2.
Code:
mount

Hi. Thanks for replying. 1) On client A I did cmnd: >df -h and I got ...

Filesystem size used avail used% mounted on

/dev/sda1 18G 4,4G 13G 27% /
none 495M 240K 495M 1% /dev
none 501M 128K 501M 1% /dev/shm
none 501M 328K 500M 1% /var/run
none 501M 0 501M 0% /var/lock


Client A I have on it Edubuntu 10.10v.

B I have MINT LINUX 12v.
On C I have Ubuntu 11v(?).

I type on client A: >mount ... I get

/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
nfsd on /proc/fs/nfsd type nfsd (rw)
binfmt misc on /proc/sys/fs/binfmt misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/sandy/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=sandy)


2) I'm not using UBUNTU ONE. At terminal I type: >shares-admin and a 'Shared Folders' window pops up. I am using sharing.


3) On Client B I get error message: 'Unable to mount location', 'Failed to mount Windows(?) share'

4) Presently I have no firewall set up on any machine.


I hope this sheds some light on the issue I'm dealing with.
 
Old 01-05-2012, 09:17 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
Two diagnostic questions:

Are you using Samba or NFS to share the directories? If Samba, is the samba server running (smbd) on the computers to which you are trying to connect (ps -A | grep smbd will tell you whether it is running)?

Are the directories configured in the directory properties as shared directories?
 
Old 01-06-2012, 12:52 AM   #5
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

As you said that you will share the stuff between linux system only I would suggest using nfs. Here is the link to configure NFS: https://help.ubuntu.com/community/SettingUpNFSHowTo

As Linux Mint is also a derivative of Debian the above document should stand for all three. If you stuck somewhere let us know.
 
Old 01-07-2012, 05:19 AM   #6
markmando
LQ Newbie
 
Registered: Aug 2009
Location: Treasure Island, FL
Distribution: Kubuntu 9.0.4 (?)
Posts: 3

Original Poster
Rep: Reputation: 0
Thumbs up

I'll try again. Lost my last msg in this forum.

I concluded "I'm not even in the ball park,yet". I need to read up on networks; especially NFS & SAMBA services. I'll probably follow that progression in building up this LAN. That's the plan. Thanks for pointing me in right direction. I'll keep you posted on lack of progress.

http://static.linuxquestions.org/que..._lq/icon14.gif
 
Old 01-07-2012, 08:19 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
The reference that finally got me over the hump to getting my home network running (mixed Windows and Linux) was Samba by Example.

It starts with sample configuration and configuration files for simple networks and moves to progressive more complex ones. I found what I needed by page 20. I still have a copy on my bookshelf.
 
  


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
Trying to get USB Network Adapter to work in Linux Mint happydog500 Linux - Networking 20 01-20-2011 07:07 PM
Network settings gets erased in Linux mint 5 akki Linux - Newbie 1 01-30-2009 01:37 AM

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

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