Sponsored Content
Special Forums IP Networking Write permisson in NFS mounting Post 302105132 by maheshwin on Tuesday 30th of January 2007 11:42:51 PM
Old 01-31-2007
Quote:
Originally Posted by bhakti
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 is created by server. The write permission is only for the file if client create a file of its own.
I WANT TO GIVE WRITE PERMISSION SUCH THAT EVEN IF THE FILE IS CREATED BY SERVER , CLIENT SHOULD ABLE TO WRITE IN IT.


please help
thanks

bhakti

hi check your directory permission for other user level is set or not

since generally we shall face this problem when accessing file from remote it becomes a other level permission so we need to set the other permission set to write
user-group-other permission level setting can help u to write from remote/client
 

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. Solaris

solaris 8 NFS mounting problem

While mounting nfs file system I get the following error . # mount -F nfs jewelex:/back2 /oback2 nfs mount: jewelex:/back2: Permission denied Following is the permission for oback2 drwxr-xr-x 2 root other 512 Apr 9 18:39 oback2 Directory permission on jewelex server is ... (4 Replies)
Discussion started by: Hitesh Shah
4 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. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 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 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

8. 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

9. 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

10. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies
tapset::nfs_proc(3stap) 												   tapset::nfs_proc(3stap)

NAME
tapset::nfs_proc - systemtap nfs_proc tapset DESCRIPTION
nfs.proc.lookup NFS client opens/searches a file on server See probe::nfs.proc.lookup(3stap) for details. nfs.proc.read NFS client synchronously reads file from server See probe::nfs.proc.read(3stap) for details. nfs.proc.write NFS client synchronously writes file to server See probe::nfs.proc.write(3stap) for details. nfs.proc.commit NFS client committing data on server See probe::nfs.proc.commit(3stap) for details. nfs.proc.read_setup NFS client setting up a read RPC task See probe::nfs.proc.read_setup(3stap) for details. nfs.proc.read_done NFS client response to a read RPC task See probe::nfs.proc.read_done(3stap) for details. nfs.proc.write_setup NFS client setting up a write RPC task See probe::nfs.proc.write_setup(3stap) for details. nfs.proc.write_done NFS client response to a write RPC task See probe::nfs.proc.write_done(3stap) for details. nfs.proc.commit_setup NFS client setting up a commit RPC task See probe::nfs.proc.commit_setup(3stap) for details. nfs.proc.commit_done NFS client response to a commit RPC task See probe::nfs.proc.commit_done(3stap) for details. nfs.proc.open NFS client allocates file read/write context information See probe::nfs.proc.open(3stap) for details. nfs.proc.release NFS client releases file read/write context information See probe::nfs.proc.release(3stap) for details. nfs.proc.handle_exception NFS client handling an NFSv4 exception See probe::nfs.proc.handle_exception(3stap) for details. nfs.proc.create NFS client creating file on server See probe::nfs.proc.create(3stap) for details. nfs.proc.remove NFS client removes a file on server See probe::nfs.proc.remove(3stap) for details. nfs.proc.rename NFS client renames a file on server See probe::nfs.proc.rename(3stap) for details. SEE ALSO
probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap), probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap), probe::nfs.proc.read_setup(3stap), probe::nfs.proc.read_done(3stap), probe::nfs.proc.write_setup(3stap), probe::nfs.proc.write_done(3stap), probe::nfs.proc.commit_setup(3stap), probe::nfs.proc.commit_done(3stap), probe::nfs.proc.open(3stap), probe::nfs.proc.release(3stap), probe::nfs.proc.handle_exception(3stap), probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap), probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::nfs_proc(3stap)
All times are GMT -4. The time now is 12:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy