![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Yellow Book assistance needed | FL1 | UNIX for Dummies Questions & Answers | 2 | 11-15-2007 04:04 PM |
| I need an assistance | mytilini boy | Shell Programming and Scripting | 1 | 05-25-2007 09:42 PM |
| Assistance needed. | 12yearold | UNIX for Dummies Questions & Answers | 4 | 07-07-2006 04:26 AM |
| Need Assistance | yahoo14 | UNIX for Dummies Questions & Answers | 1 | 06-08-2006 11:21 AM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 02:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
NFS mount assistance needed...
Hello all -
I've searched this forum, but was unable to find out the info I need. I'm trying to mount (nfs mount) a directory on another box from my Linux machine. The mount point resides on a Tru64 digital unix machine. The machine trying to do the mount is a Linux machine (redhat 8.0). I'm having a hard time getting the point mounted. More specifically - I get the error: mount RPC timed out This is how I think it's supposed to be done: Tru64 machine: In /etc/exports you must make an entry to allow exporting of file: /usr/some_file IP ADDRESS Linux machine: In /etc/fstab you must make an entry: IP ADDRESS:/usr/some_file /my_dir nfs Could someone shed some light on the problem? I believe that all the necessary daemons are started. Thanks! |
|
||||
|
You should have something like:
server_name:/export/test /test ext3 defaults 1 1 If this does not work then try to mount it manually. i.e mount server_name:/export/test /mnt/test But your error say RPC mount timeout. I think that has to do with not seeing the server or that the server is not exporting or sharing that mount. ![]() |
|
||||
|
Quote:
The entries are correct. What I failed to realize/check is the firewall settings on the Linux box. More specifically - I forgot to turn off (didn't know about it) iptables (make sure that it's not enabled under services)... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|