Displaying 1 result from an estimated 1 matches for "nfsfilecreatedbyroot".
2009 Mar 30
0
multi-protocol (cifs/nfs) access to same files - help please
...from windows
=> if a file is written by cifs, then modified from nfs, I don''t know what to do to make it accessible by cifs again
Test5: create file from unix and access it from windows
[root at c33r15-rhel4 leo4]# cd cifsdircreatedbysmb
[root at c33r15-rhel4 cifsdircreatedbysmb]# vi nfsfilecreatedbyroot.txt
[root at c33r15-rhel4 cifsdircreatedbysmb]# cat nfsfilecreatedbyroot.txt
[root at c33r15-rhel4 cifsdircreatedbysmb]# ls -l
total 1
-rw-r--r-- 1 root root 0 Mar 20 17:07 nfsfilecreatedbyroot.txt
[root at c33r15-rhel4 cifsdircreatedbysmb]#
I was able to view it from windows but could not save...