Hello,
I am working with nfs. When I try to open some file for writing (fopen(fileName, "r+"); ) I get the "Permission denied" error. I execute the application from target. I checked the file's permissions and I tried to remount the file system (mount -n -o remount,rw ) from root directory.
Does It mean that my target's fs is mounted as read only fs? How can I check this?
Thanks.