Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-5996

RH134-522: What nfs mount options are there, what is 'rw'?

XMLWordPrintable

    • en-US (English)

      URL:
      Reporter RHNID:
      Section: 1 -
      Language: en-US (English)||||||||
      Workaround:

      Description: In ch07s01 "Manage Network-Attached Storage with NFS", heading "Manually Mount Exported NFS Directories", the following example is given:

       

      [root@host ~]# mount -t nfs -o rw,sync server:/export /mountpoint
      
      The -t nfs option specifies the NFS file-system type. However, when the mount command detects the server:/export syntax, the command defaults to the NFS type. The -o sync option specifies that all transactions to the exported file system are performed synchronously, which is strongly recommended for all production network mounts where transactions must be completed or else return as failed.

      The rw option is presumably read-write.  Are there other options: Just r? Just w? Is there an execute ( x ) option as well?

       

            glsbugs-hybridcloud@redhat.com PTL - RHEL Team
            mrabne@redhat.com Mark Rabne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: