Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Access the machine
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Sep 28, 2014 7:20 am    Post subject: Access the machine Reply with quote

Hi, ALL,
I have 2 Gentoo machines.

One of the is using static IP address which is given by the router, another one is using DHCP.

What I want to achieve is to copy the file from the first one to the second one.

The first one has ext3 FS, the second - ext4.

On the second machine ext3 filesystem is compiled in the kernel.

What I tried so far:

Code:

mount //192.168.1.7/home /mnt/lin

on the second machine.

This failed with the message "unknown filesystem or superblock".

Code:

scp igor@192.168.1.7:/home/my_file ./


This fail with "unknown user" and didn't even tried to ask for password.

I didn't include the line for the first machine in the "/etc/hosts" of the second one yet, but am about to.

What am I doing wrong?

Thank you.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sun Sep 28, 2014 12:44 pm    Post subject: Reply with quote

ONEEYEMAN,

Code:
mount -t nfs 192.168.1.7:/home /mnt/lin
needs an nfs server set up on 192.168.1.7

Code:
scp igor@192.168.1.7:/home/my_file ./
needs the user igor to exist on 192.168.1.7 and sshd must be running there.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum