Re: mounting a file system

2003-03-03 Thread Don Dade
Hi Ajay, Some things you might try: 1) Can box3 ping box1? are you sure you have a route to box3? See what 'netstat -r' tells you. 2) Are you sure that box3 is allowed to mount it? If box1's IP is something like 192.168.1.100 and the subnet mask is 255.255.255.0, does your /etc/exports fil

mounting a file system

2003-03-03 Thread Ajay Bansal
Hi all I have three RH 73 boxes. On box I have a /home directory. It is shared globally. On Box 2, I am able to successfully mount this directory using mount command. mount 192.168.122.125:/home /home/ajay/mount-box1 But whne I try to mount it on Box3, I get the following error $mount 192.