Sponsored Content
Top Forums UNIX for Advanced & Expert Users Mounting a directory using nfs version4 Post 302352114 by arunsriniv on Thursday 10th of September 2009 11:37:46 AM
Old 09-10-2009
Hi Murphy, Thanks for the help.

The server is NFSv4 enabled and the firewall is disabled. However, I could not get what you meant by this (am relatively newbie)

>>>>>
You need to ensure the ID to name mapping daemon (idmapd) is running on the server and is configured correctly (idmapd..conf) You also need to do this
>>>>>

Googling some NFSv4 How to pages, I did the below (and it did not throw me any error). Not sure what I did was correct.

On NFS ServerSmilieexample directories have been quoted below)

Code:
1. Edited /etc/exports by adding "/home/aruns/test 10.50.0.52 (rw,fsid=0,sync)"
2. Did "exportfs -r"

On Client side:

Code:
1. mount -t nfs4 10.50.0.52:/ /home/aruns/test

It got mounted successfully. But am half minded whether this is the correct process.

Would u like to help ??

Thanks.
 

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Mounting an NFS drive in OSX 10.3

Hi all ! I am looking for a command in the terminal or GUI to mount an NFS drive. Second , is there any solution to get rid of / " * in old files names I know it can be done i just dont know how ! Hope that some one can help Best R. Yovel (2 Replies)
Discussion started by: yoveln
2 Replies

2. IP Networking

Write permisson in NFS mounting

Hi all i have done set up for nfs. at server <dir> <client IP>/<netmask>(rw,sync) at client mount -o rw -nfs <server IP>:<dir1><dir2> with this i am successful in mounting the directory with write permission. But the write permission is not activate in client machine for the file which... (5 Replies)
Discussion started by: bhakti
5 Replies

3. Linux

NFS not mounting during kickstart

Hi, Re-building linux server from a kickstart image on cdrom. We have a kickstart server. the cdrom contacins the kickstart ks.cfg file and does a NFS mount from an IP to load the iso images and other files needed during the kickstart (re-build) Now for some reason the kickstart stops and... (2 Replies)
Discussion started by: Andrek
2 Replies

4. Solaris

problem NFS mounting onto Solaris 10

On my Solaris 10 server, I want to share out the directory /export/home/data, so in the /etc/dfs/dfstab file, I have this line: share -F nfs -o rw /export/home/data In the /etc/hosts.equiv file, I have this: + When I do a "ps -ef" command, I see that the "nfsd' daemon is started. ... (2 Replies)
Discussion started by: serendipity1276
2 Replies

5. HP-UX

Mounting of unix NFS to windows XP

is it possible? i will only config on the windows side. is there a third party software to help me accomplish this? tnx (3 Replies)
Discussion started by: Amaru
3 Replies

6. UNIX for Dummies Questions & Answers

Mounting NFS filesystem

Hi All, I need to mount an nfs filesystem as below. xxx.xx.xx.xxx:/media/nss/Rocky Catherine/logs For the above as there is space in between the name, hoping it will not mount, if i give it with double quotes as below will it work? mount "xxx.xx.xx.xxx:/media/nss/Rocky... (2 Replies)
Discussion started by: Rockyc3400
2 Replies

7. Red Hat

NFS not mounting using ipaddress of client

Dear All, I have an NFS Server and client. I am trying to include the ipaddress of the client in servers exports file /etc/exports. In this case , I could not mount , saying permission denied. But when I give * symbol in the place of ipaddress ( Global , any IPS ) it is mounting. ... (1 Reply)
Discussion started by: jegaraman
1 Replies

8. Red Hat

NFS mounting from client pc

The server ip is 10.2.2.24. I have installed nfs-utils package the i have edited /etc/exports i have added the following line /home 10.2.2.0/24(rw,sync,no_root_squash,no_all_squash) i have saved, i have started the nfs service, then i am trying to mount nfs sharing from client machine using... (1 Reply)
Discussion started by: ainstin
1 Replies

9. Red Hat

NFS mounting issue

The server ip is 10.2.2.24. I have installed nfs-utils package the i have edited /etc/exports i have added the following line /home 10.2.2.0/24(rw,sync,no_root_squash,no_all_squash) i have saved, i have started the nfs service, then i am trying to mount nfs sharing from client machine using... (5 Replies)
Discussion started by: ainstin
5 Replies

10. Solaris

Mounting NFS

Hi, I am having some issues mounting NFS files. for some reason the mount -F nfs is not being recognized.. bash-3.2# mount -F nfs -o rw 192.168.245.129:/mnt/nfs1/ /mnt UX:vxfs mount: ERROR: V-3-20135: FSType nfs not recognized UX:vxfs mount: INFO: V-3-20147: Usage: mount {special |... (5 Replies)
Discussion started by: br1an
5 Replies
nfs(5nfs)																 nfs(5nfs)

Name
       nfs - Network File System

Description
       The Network File System (NFS) is a specific file system implemented under the Generic File System Interface, as described in

       NFS  provides  support  for sharing ordinary files and directories in a multivendor networking environment.  The system administrator for a
       file server machine makes a file system available for remote access by placing the name of the file system to be shared in an export  list.
       The  administrator for a client machine can import a file system from any server machine that has granted access permission to the request-
       ing client machine.  A complete exported file system or any subtree of an exported file system can be imported by the client machine.  Once
       imported, users on the client machine can access files in the remote file system as though they were local files.

See Also
       getdirentries(2), getmnt(2), mount(2nfs), mount(2), exports(5nfs), fstab(5), gfsi(5), mount(8nfs), showmount(8nfs)

																	 nfs(5nfs)
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy