Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: tomselvam on April 30, 2004, 06:13:58 AM

Title: NFS ( Network File System )
Post by: tomselvam on April 30, 2004, 06:13:58 AM
Hi,

I had installed NFS ( Network file system ) in a machine and tried mounting the nfs share from another machine using the

mount -t nfs ip:/share mountpoint

command

after a wait it returns a message

RPC Timedout

What is this error about. I have used static ip for both the machines and the machine ping each other without any loss.

Kindly help.

Tom
Title: NFS ( Network File System )
Post by: Ricky on May 02, 2004, 02:12:42 PM
try this straight forward way..
Code: [Select]
mount IP:/urmachine/mountpoint  /localmountpiont/exampleland also make sure that ur nfs is running on server
Title: NFS problem reply
Post by: puneetloiya on May 04, 2004, 03:22:06 PM
Hi

       do one thing, first go in to command prompt as user at the client side.
 
#mkdir /mnt/file name
for example # mkdir /mnt/labco

after this-
#mount ipaddress_of_nfs_server:/File_path local_file_path

example #mount 192.168.50.10:/root/tools /mnt/labco

where /root/tools is the path

now after tht go to /mnt
then ls
u will get the dir accordin to ur name and u will get all the files

today i tried it worked properly.
Title: NFS problem
Post by: deven_01 on April 29, 2005, 04:46:11 AM
how to configure nfs client with diskless machine
Title: NFS ( Network File System )
Post by: deven_01 on April 29, 2005, 04:59:55 AM
hi puneetloiya
Can you tell me pls how to configure client for NFS who having diskless machine
i have NFS server and i want to access my server from client machine who have not hdd