Hi.

I'm trying to set up two nfs mounts for text and binary files from a linux
system to z/os.

I'm using the following but there's no difference between the files on the two
paths.

"mount filesystem(xsrc) type(nfs) ",
"      mountpoint('/xx/xsrc')",
"      tag(text,819)",                 
"      mode(read)",                    
"      parm('xx.xx.xx.7:/x') "    
                                       
"mount filesystem(xbin) type(nfs) ",
"      mountpoint('/xx/xbin')",
"      tag(notext,65535)",             
"      mode(read)",                    
"      parm('xx.xx.xx.7:/x') "    

Any suggestions most welcome.

ian

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to