NFS Help

2008-10-28 Thread Victor Farah
Hello I have about 10 machines that are NFS clients, 5 are new and 5 are older. Anyway the new machine mount from the NFS server just fine. The older machines mount; and I can ls /mnt/data/; BUT when I ls /mnt/data/sc/ on the older machines this happens: nfs server 192.168.10.162:/data: not

Re: NFS Help

2008-10-28 Thread Sergio de Almeida Lenzi
If your server is nfsv4 (freebsd 7.x) the nfs protocol used is tcp. The older machines (freebsd 5 or 6) the nfs prococol is udp... try to use the -T switch (mount_nfs option...) on the older machines so they will use tcp... hope this will help Sergio

Re: NFS Help

2008-10-28 Thread Manolis Kiagias
Victor Farah wrote: Hello I have about 10 machines that are NFS clients, 5 are new and 5 are older. Anyway the new machine mount from the NFS server just fine. The older machines mount; and I can ls /mnt/data/; BUT when I ls /mnt/data/sc/ on the older machines this happens: nfs server

Re: NFS Help

2008-10-28 Thread Victor Farah
AWESOME this worked like a charm, I added -r=1024 to it and BAM works! :) Thank you everybody! Manolis Kiagias wrote: Victor Farah wrote: Hello I have about 10 machines that are NFS clients, 5 are new and 5 are older. Anyway the new machine mount from the NFS server just fine. The older

Re: NFS Help

2008-10-28 Thread Victor Farah
Sorry I forgot to mention, all machines are FREEBSD6.3 Sergio de Almeida Lenzi wrote: If your server is nfsv4 (freebsd 7.x) the nfs protocol used is tcp. The older machines (freebsd 5 or 6) the nfs prococol is udp... try to use the -T switch (mount_nfs option...) on the older machines so

NFS help

2005-09-17 Thread Tim Holmes
Trying to move a NFS share to another NFS server and having a bit of trouble with it. I moved all the files and and I edited exports. /etc/exports /home/install/fbsd -network 192.168.2.0 -mask 255.255.255.0 /home/install/mdk -network 192.168.2.0 -mask 255.255.255.0 Now the 1st one works just

Re: NFS help

2005-09-17 Thread Beecher Rintoul
On Saturday 17 September 2005 07:10 pm, Tim Holmes wrote: Trying to move a NFS share to another NFS server and having a bit of trouble with it. I moved all the files and and I edited exports. /etc/exports /home/install/fbsd -network 192.168.2.0 -mask 255.255.255.0 /home/install/mdk -network

Re: NFS help

2005-09-17 Thread Chuck Swiger
Tim Holmes wrote: Trying to move a NFS share to another NFS server and having a bit of trouble with it. I moved all the files and and I edited exports. /etc/exports /home/install/fbsd -network 192.168.2.0 -mask 255.255.255.0 /home/install/mdk -network 192.168.2.0 -mask 255.255.255.0 Now the

Re: NFS help config

2005-05-06 Thread Parv
in message [EMAIL PROTECTED], wrote Reginaldo Tavares thusly... I´ve been trying to start a NFS server and a client. Both PC machines are 5.2.1 FreeBSD. I decided to follow the on line handbook instructions, but I can´t get the result. The system gave me the message: RPCPROG_NFS: RPC:

NFS help config

2005-05-05 Thread Reginaldo Tavares
Hello ! I´ve been trying to start a NFS server and a client. Both PC machines are 5.2.1 FreeBSD. I decided to follow the on line handbook instructions, but I can´t get the result. The system gave me the message: RPCPROG_NFS: RPC: Port mapper failure - RPC Timed out after I trying to mount a

NFS Help

2004-06-01 Thread bhunter
I have setup a NFS Server and the demons are running on the server. I have created an exports file located at /etc/exports This is the exports file: - #EXPORTS FILE USED WITH NFS SERVER #/home/samba/ -alldir -maproot=root 192.168.1.13

nfs help

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
Hi I have a 5.2-CURRENT (as of about 2 weeks ago) machine that I want to serve some filesystem from to itself using localhost. Ie, % mount localhost:/path/to/shared/dir /other/path I have it working on a 5.2.1-RELEASE-p6 machine, but cannot get it working on the -CURRENT machine. I run

Re: nfs help

2004-05-11 Thread Chad Leigh -- Shire.Net LLC
On May 11, 2004, at 8:47 PM, Chad Leigh -- Shire.Net LLC wrote: Hi I have a 5.2-CURRENT (as of about 2 weeks ago) machine that I want to serve some filesystem from to itself using localhost. Ie, % mount localhost:/path/to/shared/dir /other/path I have it working on a 5.2.1-RELEASE-p6

Re: nfs help plz

2002-12-18 Thread Aleksey I. Yurlov
Try look here for steps... May be that can helps... http://www.freebsddiary.org/topics.php#nfs Also try to man nfs, man nfsd, man exports, man mountd... So...have fun ;-) Shantanu Mahajan wrote: +++ RD [freebsd] [14/12/02 22:02 -0500]: | hi guys , | i'm trying to make one of my boxes a file

Re: nfs help plz

2002-12-16 Thread Shantanu Mahajan
+++ RD [freebsd] [14/12/02 22:02 -0500]: | hi guys , | i'm trying to make one of my boxes a file server, ftp server, and mysql | | i'm running apache on box #2... | | now i need to mount my users dir on box 2 from box 1 | | i can't seem to make it work from freebsd handbook. |

Re: nfs help plz

2002-12-16 Thread Marcel Stangenberger
On Mon, 16 Dec 2002, Shantanu Mahajan wrote: +++ RD [freebsd] [14/12/02 22:02 -0500]: | hi guys , | i'm trying to make one of my boxes a file server, ftp server, and mysql | | i'm running apache on box #2... | | now i need to mount my users dir on box 2 from box 1 | | i

nfs help plz

2002-12-14 Thread RD
hi guys , i'm trying to make one of my boxes a file server, ftp server, and mysql i'm running apache on box #2... now i need to mount my users dir on box 2 from box 1 i can't seem to make it work from freebsd handbook. any step by step links? tx RD To Unsubscribe: send mail

Re: nfs help plz

2002-12-14 Thread Gerard Samuel
What exactly are you doing?? Long story short, setup /etc/rc.conf for nfs on client and server. Setup /etc/exports on server for clients that need access. Restart or start nfs Should be good from there. Oh, also make sure kernels are compiled with nfs support. I believe thats it... RD wrote: