[gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have two computers running gentoo and they are connected through network cards. How can I share files between them? Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Sebastian Hungerecker
On 01 Jul 2003 16:18:21 + Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: > I have two computers running gentoo and they are connected through > network cards. How can I share files between them? scp, nfs, ftp, http,... -- [EMAIL PROTECTED] mailing list

RE: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Essien Ita Essien
July 01, 2003 6:18 PM To: [EMAIL PROTECTED] Subject: [gentoo-user] File Sharing between Linuxes Hi all, I have two computers running gentoo and they are connected through network cards. How can I share files between them? Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list -- [

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Andrew Farmer
At 30 June, 2003 Essien Ita Essien wrote: > NFS can do that... As long as you're hooked up, you could also try just using scp/sftp to avoid the Nightmare File System. -- Andrew Farmer [EMAIL PROTECTED] pgp0.pgp Description: PGP signature

RE: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Essien Ita Essien
Nightmare File System! lol... that's the first time i've heard that Essien -Original Message- From: Andrew Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] File Sharing between Linuxes At 30 June, 2003

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread timothy farrell
Also known as the Network Failure System. NFS is great for maintaining permissions and ease of setup. It's security and stability model are debatable Samba is fine for windows integration, but permissions are not maintained If you run KDE the connect to the other computer with kio_fish. Do thi

RE: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Condon Thomas A KPWA
[EMAIL PROTECTED] wrote: > At 30 June, 2003 Essien Ita Essien wrote: >> NFS can do that... > > As long as you're hooked up, you could also try just using scp/sftp to > avoid the Nightmare File System. So, you are suggesting that someone who doesn't know about NFS should go figure out how to set u

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread CrPy
Hi ng, I like shfs, which is secure as well. You only need a sshd runningon the box you like to mount. If you only like to copy a file I would use scp. => ssh + sshd is all you need. /CrPy Am Dienstag, 1. Juli 2003 18:18 schrieb Paulo Jorge de Oliveira Cantante de Matos: > Hi all, > > I have

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Andrew Farmer
At 01 July, 2003 Condon Thomas A KPWA wrote: > [EMAIL PROTECTED] wrote: > > At 30 June, 2003 Essien Ita Essien wrote: > >> NFS can do that... > > > > As long as you're hooked up, you could also try just using scp/sftp to > > avoid the Nightmare File System. > > So, you are suggesting that someone

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Chris I
On 2003.07.01 13:40, timothy farrell wrote: Also known as the Network Failure System. NFS is great for maintaining permissions and ease of setup. It's security and stability model are debatable I've been using nfs tunneled via ssh port forwarding (drop packets to nfs unless from localhost). It w

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread jenora
On Tue, Jul 01, 2003 at 10:40:02AM -0700, timothy farrell wrote: > Also known as the Network Failure System. > > NFS is great for maintaining permissions and ease of setup. It's security > and stability model are debatable Now, now... the only reason they're 'debatable' is that so few people

Re: [gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Zack Gilburd
On Tuesday 01 July 2003 09:32 am, Andrew Farmer wrote: > At 30 June, 2003 Essien Ita Essien wrote: > > NFS can do that... > > As long as you're hooked up, you could also try just using scp/sftp to > avoid the Nightmare File System. I prefer No F***ing Security. =P -- Zack Gilburd http://tehunlo

Re: [gentoo-user] File Sharing between Linuxes

2003-07-02 Thread Paulo da Silva
What do you need to install/configure? It would be nice but it doesn't work for me :-( timothy farrell escreveu: - Open Konqueror - browse to "fish://[EMAIL PROTECTED]/dir/of/files/to/be/shared -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] File Sharing between Linuxes

2003-07-02 Thread Jerry McBride
What you need... emerge -u openssh emerge shfs rc-update add sshd boot Once it's loaded, you're ready to go. I didn't fool with automount aspect of shfs, so that portion is on you. However, I added my desired shfs shares to /etc/fstab... a simple mount command and the resource is mounted secure

Re: [gentoo-user] File Sharing between Linuxes

2003-07-02 Thread MIKE MacMartin
> #shfs mount > > [EMAIL PROTECTED] /mnt/sidshfsdefaults 0 0 > > To mount this, I issue a: mount /mnt/sid > What if I want to mount [EMAIL PROTECTED]:~ as other ssh programs know it? MIKE -- Beware the JabberOrk -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] File Sharing between Linuxes

2003-07-03 Thread Terje Kvernes
Chris I <[EMAIL PROTECTED]> writes: [ ... ] > The only problem is that there seems to be a bug when mounting an > nfs share on localhost that I cannot fix. It takes five minutes, yet > works fine after mounting. have you tunneled the appropriate portmap stuff as well? -- Terje -- [EMAIL P