Re: [Nolug] "dev/fd0 is not a valid block device"

From: Kevin Kreamer <kevin_at_kreamer.org>
Date: Tue, 23 Mar 2004 16:28:59 -0600
Message-ID: <m1r7vj8afo.fsf@seanchan.etherhogz.invalid>

"John D. Tiedeman" <jdtiede@sstar.com> writes:
> Joey Kelly wrote:
>>
>> I'm not sure what setup you've got over there, but as I understand
>> it, you are simply wanting to transfer files from one PC on your LAN
>> to another, right?
>>
>> You can use scp (part of the ssh suite), or perhaps pscp.exe (see
>> PuTTY's webpage) if one of them is a windows box. Or you could set
>> up an ftp server locally. Or samba. Or you can use netcat.
>>
>> Hmm... by "never succeeded in linking my computers" do you mean they
>> can't talk to one another?
>>
>>
>>
> The suggestion of using scp (of which I hadn't heard before) sounds
> good since both Fedora machines already have it. How do I find the
> name I might have assigned to one computer, and assign one to the
> other? I think I did it at setup before, but forgot the name since
> I've never needed it. I assigned numbers to both for router purposes.

You'll have to have sshd running, of course, to use scp. You can use
straight IP addresses instead of names, though, if you want (fill in
the correct values below):

$ scp user@192.168.1.1:machine_1_path/stuff otheruser@192.168.1.2:machine_2_path/junk/

The man page explains all of this in more detail, naturally.

Hope this helps,
Kevin

___________________
Nolug mailing list
nolug@nolug.org
Received on 03/23/04

This archive was generated by hypermail 2.2.0 : 12/19/08 EST