Write permisson in NFS mounting


 
Thread Tools Search this Thread
Special Forums IP Networking Write permisson in NFS mounting
# 1  
Old 01-30-2007
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 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
# 2  
Old 01-30-2007
You should start by posting

1. The OS you are using ( uname -a output )
2. Whether you are using centralized user management ( nis/ldap etc)
# 3  
Old 01-30-2007
3. Not using red color or caps, it's not necessary, we can read properly and get the main idea.
# 4  
Old 01-30-2007
and...

4. be polite when asking someone else a favor Smilie
# 5  
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
# 6  
Old 01-31-2007
your server side must read and write perm.(in file and dire)
for all user after that all user enable for read and write your file
its open for all , you must sure about read and write for all !
pankaj
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
Login or Register to Ask a Question