<div dir="ltr">Hello,<div><br></div><div>I have two types of the EPICS and RTEMS 4.10 and RTEMS5 bases systems.</div><div>They all use the nfs v2 mount points on the Linus remote host. We current mirage in our lab to the newer version of the LINUX os (Rocky Linux 8) which seems to not support NFS V2. Since I can not migrate to the RTEMS6 and EPICS 7 with some legacy systems due to the drivers incompatibilities </div><div>I explored the TFTPFS instead of the NFSFS. All works fine when reading files through tftp. I can't however write files using the tftp.</div><div><br></div><div>The tftpfs is set as following:</div><div><br></div><div><b><font face="monospace">EPICS_R7.07/base/modules/libcom/RTEMS/posix/rtems_init.c<br></font></b></div><div><b><font face="monospace"><br></font></b></div><div><b><font face="monospace">initialize_remote_filesystem(char **argv, int hasLocalFilesystem){<br></font></b></div><div><b><font face="monospace">:</font></b></div><div><b><font face="monospace">  if (mount_and_make_target_path(devname,<br>                               "/TFTP/",<br>                               RTEMS_FILESYSTEM_TYPE_TFTPFS,<br>                               RTEMS_FILESYSTEM_READ_WRITE,<br>                               NULL))<br>       perror("mount_and_make_target_path");<br></font></b></div><div><b><font face="monospace">:</font></b></div><div><b><font face="monospace">}</font></b></div><div><br></div><div>When I try to write a file I get a following error:</div><div><font face="monospace"><b>dbl > S0817PVs.txt<br>st.cmd line 60: Can't open "S0817PVs.txt": I/O error.</b></font><br></div><div><br></div><div>I do not see anything in the tftp log file that the EPICS iocs server even tries to send a request to save a file. It looks like it is something internal in EPICS/RTEMS .</div><div><br></div><div>Does anybody have any advice?</div><div><br></div><div>Best Regards</div><div>Mirek</div><div><br></div><div><br></div></div>